Commit Graph

12258 Commits

Author SHA1 Message Date
Alessio Gravili
7aa4a5650c fix(ui): ensure rscs not exported from client bundle imported from client bundle, in order to not duplicate components (& thus contexts) in the final bundle 2024-11-08 12:58:31 -07:00
Jacob Fletcher
1cae6cf997 returns resolved promise from getClientConfig 2024-11-08 14:33:26 -05:00
Jacob Fletcher
8a8055a0a8 proper fix for field paths 2024-11-08 14:26:20 -05:00
Jacob Fletcher
d0da6bc4e1 properly sets paths on nested unnamed fields 2024-11-08 13:56:32 -05:00
Alessio Gravili
d9711aaa89 fix e2e configs 2024-11-08 11:22:51 -07:00
Alessio Gravili
e26c95d430 fix wrong import 2024-11-08 11:09:03 -07:00
Alessio Gravili
fbb8229c54 Merge remote-tracking branch 'origin/beta' into feat/on-demand-rsc 2024-11-08 10:38:34 -07:00
Jacob Fletcher
36925f3956 fix selectors in list column e2e tests 2024-11-08 12:37:40 -05:00
Alessio Gravili
50cc91ead3 chore: udpate all generated types 2024-11-08 10:37:12 -07:00
Alessio Gravili
58c901dfdd fix another autosave test 2024-11-08 10:36:25 -07:00
Alessio Gravili
f599735d9d fix another autosave test 2024-11-08 10:35:05 -07:00
Sasha
721ae79716 fix: populate with find operation (#9087)
### What?
Because of my error, we didn't pass `populate` to `findOperation` from
the Local API.

### Why?
`populate` must work for every operation that has `depth`.

### How?
Passes `populate` in `operations/local/find.ts`, ensures it works with
the test, checked that other operations pass it.
2024-11-08 18:45:11 +02:00
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):

![CleanShot 2024-11-07 at 15 35
53@2x](https://github.com/user-attachments/assets/83cb671c-82a8-4b59-b488-cf941d673c8e)

14mb, 37 dependencies

json-schema-to-typescript after this PR (15.0.3):

![CleanShot 2024-11-07 at 15 36
08@2x](https://github.com/user-attachments/assets/d9463275-37e5-452e-aca5-9c1bdeb2a435)

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