Jessica Chowdhury
b3df253880
feat: adds translations for API view and select component ( #6143 )
2024-05-13 13:03:26 +00:00
Patrik
ea84e82ad5
feat(payload, ui): adds disableListColumn & disableListFilter to fields admin props ( #6238 )
2024-05-10 15:59:29 -04:00
Patrik
dcad5003f5
fix(ui): appends editDepth value to radio & checkbox IDs when inside drawer ( #6252 )
2024-05-10 15:56:24 +00:00
Alessio Gravili
cfeac79b99
feat!: fix non-functional custom RSC component handling, separate label and description props, fix non-functional label function handling ( #6264 )
...
Breaking Changes:
- Globals config: `admin.description` no longer accepts a custom component. You will have to move it to `admin.components.elements.Description`
- Collections config: `admin.description` no longer accepts a custom component. You will have to move it to `admin.components.edit.Description`
- All Fields: `field.admin.description` no longer accepts a custom component. You will have to move it to `field.admin.components.Description`
- Collapsible Field: `field.label` no longer accepts a custom component. You will have to move it to `field.admin.components.RowLabel`
- Array Field: `field.admin.components.RowLabel` no longer accepts strings or records
- If you are using our exported field components in your own app, their `labelProps` property has been stripped down and no longer contains the `label` and `required` prop. Those can now only be configured at the top-level
2024-05-09 17:12:01 -04:00
Kendell Joseph
4c6aaafe88
feat(ui): toggle sortable arrays and blocks ( #6008 )
2024-05-08 13:28:26 -04:00
Jacob Fletcher
731f023c6d
feat: ssr live preview ( #6239 )
2024-05-08 11:08:15 -04:00
Jarrod Flesch
a7ac5efd70
feat: improves crop rendering in thumbnail ( #6260 )
2024-05-08 08:27:30 -04:00
Alessio Gravili
9814fd705e
fix(richtext-lexical): inline editor is overlapping the clickable link editor for the first line
2024-05-06 14:54:35 -04:00
Jessica Chowdhury
6eabc99e01
chore: translate checkbox result in collection list view ( #6165 )
2024-05-03 10:44:43 -04:00
Jarrod Flesch
27ea117731
fix: only allow save after form is modified ( #6189 )
2024-05-03 08:28:37 -04:00
Jarrod Flesch
c0ae287d46
fix: reset password validations ( #6153 )
...
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
Co-authored-by: James <james@trbl.design >
Co-authored-by: Alessio Gravili <alessio@gravili.de >
2024-05-02 15:08:47 -04:00
Patrik
a2b92aa3ff
fix(ui): watch "where" query param inside route and reset WhereBuilder ( #6184 )
2024-05-02 13:25:51 -04:00
Alessio Gravili
d9bb51fdc7
feat(richtext-lexical)!: initialize lexical during sanitization ( #6119 )
...
BREAKING:
- sanitizeFields is now an async function
- the richText adapters now return a function instead of returning the adapter directly
2024-04-30 15:09:32 -04:00
Jacob Fletcher
fa89057aac
fix(next,ui): properly sets document operation for globals ( #6116 )
2024-04-29 13:58:06 -04:00
Jacob Fletcher
32231762ff
chore: version permissions ( #6068 )
2024-04-29 08:22:56 -04:00
Elliot DeNolf
fb4a5a3715
chore(ui): fix bad imports
2024-04-28 14:53:15 -04:00
Jacob Fletcher
7111834a99
fix(ui): conditionally fetches versions based on read access
2024-04-26 17:40:28 -04:00
Jacob Fletcher
a943c7eddb
fix(ui): conditionally renders versions tab based on read access
2024-04-26 17:40:14 -04:00
Jacob Fletcher
2d089a7bae
chore: threads permissions through document tab conditions
2024-04-26 17:38:59 -04:00
Dan Ribbens
81fb0515fb
fix: bulk publish from collection list ( #6065 )
2024-04-26 15:46:02 -04:00
Jarrod Flesch
22c53392a3
chore: improves types for payloadRequest ( #6012 )
2024-04-25 10:23:03 -04:00
James
7d531646fd
Merge branch 'fix/create-first-user-pt2' of github.com:payloadcms/payload into fix/create-first-user-pt2
2024-04-24 18:05:02 -04:00
Jacob Fletcher
6f6c1435c7
fix(ui): renders stay logged in modal ( #6009 )
2024-04-24 16:19:11 -04:00
Elliot DeNolf
0857dbe465
Revert "fix: issues creating the first user ( #5986 )"
...
This reverts commit 0ede95f375 .
2024-04-24 14:36:08 -04:00
Paul
0ede95f375
fix: issues creating the first user ( #5986 )
...
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2024-04-24 11:30:52 -04:00
Alessio Gravili
fa38af025f
Merge branch 'beta' into fix/lexical-localization
2024-04-23 15:20:56 -04:00
Paul
594f319fc6
chore!: admin now takes a client side custom property and custom is server only ( #5926 )
2024-04-22 12:22:32 -03:00
Dan Ribbens
1383191f15
fix: v3 update many with drafts ( #5900 )
...
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
2024-04-19 16:32:59 -04:00
Kendell Joseph
3af3a91c87
feat: json field schemas ( #5898 )
2024-04-19 13:35:59 -04:00
Paul
23c5b71f95
chore(payload,ui)!:update custom config to separate client and server bundles ( #5914 )
2024-04-19 11:52:55 -03:00
Jessica Chowdhury
3ff8063ab8
chore:(i18n): adds translation for document/s key ( #5890 )
2024-04-18 10:18:06 +01:00
Alessio Gravili
39ba39c237
feat(richtext-lexical)!: rework how population works and saves data, improve node typing
2024-04-17 11:46:47 -04:00
Alessio Gravili
58ea94f6ac
feat: pass through doc preferences to field validate function and improve types
2024-04-17 09:27:04 -04:00
Kendell Joseph
0d3554d70a
fix: accepts empty cell data
2024-04-16 12:35:03 -04:00
Ritsu
974a74500b
fix(ui): passes cellComponentProps through buildColumnState ( #5848 )
2024-04-15 15:03:16 -04:00
Ritsu
bceb49ee6c
fix(ui): ensures titleField is not empty ( #5850 )
2024-04-15 13:33:49 -03:00
Paul
6a162776f2
chore: export react toastify from UI ( #5828 )
2024-04-15 12:53:12 -03:00
Jacob Fletcher
ff5e438d6d
chore(ui): replaces suisse-intl font with system fallbacks
2024-04-12 09:16:43 -04:00
Jacob Fletcher
432dfef435
chore(next): installs merriweather as google font and removes static assets
2024-04-11 15:31:19 -04:00
James Mikrut
40f952cac3
chore: type local API auth function and PayloadRequest ( #5791 )
2024-04-11 13:45:24 -04:00
Paul Popus
e676503e02
update further types
2024-04-11 14:12:03 -03:00
James Mikrut
512b7bd429
fix: number ids were not sanitized to number in rest api ( #5778 )
2024-04-11 11:19:22 -04:00
Jacob Fletcher
1275c70187
feat(ui): provides payload as prop to all custom server components ( #5775 )
2024-04-11 11:16:15 -04:00
James
4f9fdb6c14
fix: number ids were not sanitized to number in rest api
2024-04-10 16:01:28 -04:00
Jarrod Flesch
94af06466b
chore: re-exports languages in payload ( #5771 )
2024-04-10 15:55:01 -04:00
Patrik
14498e8a9c
fix(ui): avoids getting and setting doc preferences when creating new ( #5758 )
2024-04-10 11:42:03 -04:00
Jarrod Flesch
1faf621f17
fix: persist locale when navigating ( #5753 )
2024-04-09 14:49:26 -04:00
James
98438175cf
chore: handles server errors
2024-04-09 12:31:25 -04:00
James
69e884f5b7
chore: dynamically loads date-fns locales
2024-04-08 22:12:05 -04:00
James
3e7925e33f
chore: removes async nature from a few lexical things
2024-04-08 16:48:56 -04:00