Alessio Gravili
c9752918c8
Merge remote-tracking branch 'origin/beta' into feat/on-demand-rsc
2024-11-08 09:34:31 -07:00
Alessio Gravili
0b5a294f63
fix incorrectly set up monorepo app folders
2024-11-08 09:33:38 -07:00
Alessio Gravili
7422fab2f2
fix plugin-stripe type error
2024-11-08 09:19:53 -07:00
Alessio Gravili
3fd74dd77f
export UI field component types
2024-11-08 09:19:37 -07:00
Paul
1584c41790
fix(docs): auth page email broken link ( #9089 )
2024-11-08 16:14:26 +00:00
Alessio Gravili
0392b3d614
fix lexical errors
2024-11-08 09:07:54 -07:00
Jacob Fletcher
f1c9b2b1d0
fix next build errors
2024-11-08 10:58:04 -05:00
Alessio Gravili
997b9eb63d
fix type issues, allow '' paths to take precedence over field names in field components
2024-11-08 08:47:02 -07:00
Jacob Fletcher
f8ab503153
deflakes list filtering e2e tests
2024-11-08 10:19:58 -05:00
Alessio Gravili
3e105a20e4
get slate and lexical to build
2024-11-08 08:02:15 -07:00
Jacob Fletcher
906551bba4
fix where builder
2024-11-08 09:56:19 -05:00
Jacob Fletcher
6167bf3cca
bulk edit
2024-11-08 09:39:35 -05:00
James Mikrut
963fee83e0
Update README.md
2024-11-08 09:18:19 -05:00
Jarrod Flesch
5ec26e8d54
chore: fixes ui, conditional, indexed field test suites
2024-11-08 09:14:09 -05:00
Alessio Gravili
d2bf12ac56
fix(ui): ensure autosave is not triggered endlessly
2024-11-07 23:42:34 -07:00
Alessio Gravili
a33131033f
fix(ui): frontend version count going above maximum version count
2024-11-07 23:41:59 -07:00
Paul
b32c4defd9
fix(templates): use direct blocks props instead of drilling them out of pages ( #9074 )
2024-11-08 04:36:40 +00:00
Alessio Gravili
b13eac201a
switch to isRedirectError
2024-11-07 17:42:31 -07:00
Jacob Fletcher
65553af461
adjusts initialData logic
2024-11-07 19:37:26 -05:00
Alessio Gravili
b212e2d989
fix(next): new doc creation for autosave-enabled collections. We need to allow NEXT_REDIRECT errors to throw instead of catching them
2024-11-07 17:31:52 -07:00
Alessio Gravili
3ee58f2211
fix(next): /create edit view not rendering any fields
2024-11-07 17:14:32 -07:00
Alessio Gravili
b2dabb78bb
Merge remote-tracking branch 'origin/beta' into feat/on-demand-rsc
2024-11-07 15:57:10 -07:00
Steve
a6e7305696
fix(translations): improves Bulgarian translations ( #9031 )
...
### What?
Updated the Bulgarian translations for improved accuracy.
- Fixed translations that were not in Bulgarian. (Czech and Russian)
- Fixed translations that contained typos.
- Improved some translations to use more accurate wording.
Co-authored-by: Teodora Yaneva <theodorayaneva@gmail.com >
2024-11-07 17:56:57 -05:00
Alessio Gravili
0cd83f0591
perf: upgrade json-schema-to-typescript and various other dependencies ( #9076 )
...
This further reduces the amount of dependencies installed by payload.
Special thanks to @benmccann for this PR
(https://github.com/bcherny/json-schema-to-typescript/pull/639 ) !
json-schema-to-typescript before this PR (15.0.1):

14mb, 37 dependencies
json-schema-to-typescript after this PR (15.0.3):

11 MB, 14 dependencies
This PR also upgrades:
- console-table-printer
- croner
- get-tsconfig
- jose
- pino-pretty
- ts-essentials
- tsx
2024-11-07 22:54:45 +00:00
James Mikrut
cd49783105
Update README.md
2024-11-07 17:53:55 -05:00
Jacob Fletcher
b78b1af0af
properly increments edit depth for rich text drawers and more
2024-11-07 17:26:31 -05:00
Jacob Fletcher
42e20bd982
resolves type in buildTableState error handler
2024-11-07 16:46:21 -05:00
Jacob Fletcher
b8d18a73da
resolves more types
2024-11-07 16:39:22 -05:00
Alessio Gravili
76ae85566e
fix: lexical blocks kicking focus out of editor when writing
2024-11-07 14:38:32 -07:00
Jacob Fletcher
0f081a4999
fixes default file cell field type
2024-11-07 16:19:24 -05:00
Jacob Fletcher
36ce0438eb
prevents infinitely referencing props
2024-11-07 16:19:24 -05:00
Jarrod Flesch
60fbc3e251
Merge remote-tracking branch 'refs/remotes/origin/feat/on-demand-rsc' into feat/on-demand-rsc
2024-11-07 16:01:13 -05:00
Jarrod Flesch
6d11f790c0
chore: fix collapsible field test
2024-11-07 16:01:00 -05:00
James
2add224ee5
chore: makes alessio happy
2024-11-07 15:57:27 -05:00
James
8f3b0fd71b
Merge branch 'feat/on-demand-rsc' of github.com:payloadcms/payload into feat/on-demand-rsc
2024-11-07 15:55:10 -05:00
James
6a78be6b17
chore: fixes types
2024-11-07 15:54:56 -05:00
Elliot DeNolf
5b77653fe7
ci: run build when templates change
2024-11-07 15:45:57 -05:00
Paul
1d5d30391e
fix(templates): fix website template's missing paragraph feature allowing you to change text from headings ( #9072 )
2024-11-07 20:36:01 +00:00
Alessio Gravili
f8bc243144
make fieldSchemaMap of fieldSchemasToFormState optional and add JSDocs
2024-11-07 13:30:54 -07:00
Alessio Gravili
6a6aa9a85f
fix(richtext-lexical): fix missing case where empty lexical editors with required: true were not detected as empty
2024-11-07 13:30:24 -07:00
Elliot DeNolf
2c0caab761
ci: remove unused generated-templates, replaced with template build job
2024-11-07 15:30:11 -05:00
Alessio Gravili
fac30ad95e
fix(richtext-lexical): correct usages of fieldSchemasToFormState for validation
2024-11-07 13:29:36 -07:00
Mikkel Madsen
57e535e646
fix: corrected translation emailOrPasswordIncorrect for Danish (da) ( #9063 )
...
## Description
Corrected `emailOrPasswordIncorrect` translation for Danish (da)
- [x] I have read and understand the
[CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md )
document in this repository.
Type of change
- [x] fix (non-breaking change)
2024-11-07 15:26:32 -05:00
James
58c792cfc9
Merge branch 'feat/on-demand-rsc' of github.com:payloadcms/payload into feat/on-demand-rsc
2024-11-07 14:56:32 -05:00
James
2536107abb
chore: fixes types
2024-11-07 14:55:52 -05:00
Alessio Gravili
057a37b50e
fix docPermissions and getFormState type errors
2024-11-07 12:12:25 -07:00
Jacob Fletcher
aa402bca12
fix create new relationship drawer
2024-11-07 13:28:07 -05:00
Jacob Fletcher
64154e0818
fix edit depth, differentiates from drawer depth
2024-11-07 13:28:07 -05:00
Elliot DeNolf
8c10a23fa2
test: naming
2024-11-07 13:10:05 -05:00
Elliot DeNolf
80b69ac53d
test: naming with matrix ( #9064 )
...
Better test naming when tests are in a matrix.
2024-11-07 13:08:32 -05:00