Elliot DeNolf
ffa20aa7d0
chore(release): v3.0.0-beta.29 [skip ci]
2024-05-09 17:19:54 -04: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
Elliot DeNolf
ec556360b6
chore(release): v3.0.0-beta.28 [skip ci]
2024-05-08 14:08:09 -04:00
Elliot DeNolf
e95eea694c
chore(release): v3.0.0-beta.27 [skip ci]
2024-05-08 13:33:55 -04:00
Kendell Joseph
4c6aaafe88
feat(ui): toggle sortable arrays and blocks ( #6008 )
2024-05-08 13:28:26 -04:00
Elliot DeNolf
259ae674a1
chore(release): v3.0.0-beta.26 [skip ci]
2024-05-08 11:18:39 -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
Elliot DeNolf
892b884745
chore(release): v3.0.0-beta.25 [skip ci]
2024-05-06 13:02:08 -04:00
Elliot DeNolf
2ce65dc1e0
chore(release): v3.0.0-beta.24 [skip ci]
2024-05-03 14:56:47 -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
Elliot DeNolf
cb90e9f622
chore(release): v3.0.0-beta.23 [skip ci]
2024-05-02 16:05:19 -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
Elliot DeNolf
8c39950ea3
chore(release): v3.0.0-beta.22 [skip ci]
2024-05-02 12:27:28 -04:00
Elliot DeNolf
c71d2db949
chore(release): v3.0.0-beta.21 [skip ci]
2024-05-01 13:25:14 -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
Elliot DeNolf
9ebf8693d4
chore(release): v3.0.0-beta.20 [skip ci]
2024-04-29 16:51:35 -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
Elliot DeNolf
5bba969f0d
chore(release): v3.0.0-beta.19 [skip ci]
2024-04-26 17:08:50 -04:00
Dan Ribbens
81fb0515fb
fix: bulk publish from collection list ( #6065 )
2024-04-26 15:46:02 -04:00
Jacob Fletcher
a4e8795666
fix(deps): dedupes react ( #6064 )
2024-04-26 13:22:12 -04:00
Elliot DeNolf
df77152851
chore: add sort-package-json, sort all package.json files
2024-04-25 22:19:37 -04:00
Elliot DeNolf
4816a1638a
chore(release): v3.0.0-beta.18 [skip ci]
2024-04-25 10:31:56 -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
Elliot DeNolf
71f19fba58
chore(release): v3.0.0-beta.15 [skip ci]
2024-04-24 13:41:28 -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
1a6d9eaa11
Merge remote-tracking branch 'origin/beta' into fix/lexical-localization
2024-04-23 16:33:54 -04:00
Elliot DeNolf
d8baaab849
chore(release): v3.0.0-beta.14 [skip ci]
2024-04-23 15:29:35 -04:00
Alessio Gravili
fa38af025f
Merge branch 'beta' into fix/lexical-localization
2024-04-23 15:20:56 -04:00
Elliot DeNolf
6ca9ff847f
chore(release): v3.0.0-beta.13 [skip ci]
2024-04-23 15:15:21 -04:00
Elliot DeNolf
cee9cc33ed
chore(release): v3.0.0-beta.12 [skip ci]
2024-04-23 10:55:51 -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
Jarrod Flesch
1abaa5fc17
chore(next): bump next@^14.3.0-canary.7 ( #5894 )
2024-04-17 13:07:40 -04: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