Elliot DeNolf
a70bcf81c0
chore(release): v3.0.0-beta.30 [skip ci]
2024-05-10 17:10:18 -04:00
Elliot DeNolf
ed880d5018
feat: storage-uploadthing package ( #6316 )
...
Co-authored-by: James <james@trbl.design >
2024-05-10 17:05:35 -04:00
Ritsu
e96ff90029
fix(next): respect fallback locale null value ( #6207 )
2024-05-10 14:27:13 +01:00
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
Jarrod Flesch
4384e9eb0e
chore: fixes cannot destructure property 'schema' issue ( #6282 )
2024-05-09 10:16:30 -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
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
ac5d744914
fix: properly extracts fallbackLang ( #6237 )
2024-05-06 15:56:46 -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
Jacob Fletcher
070d8e1731
feat(next): supports custom login redirects in initPage
2024-05-03 09:24:34 -04:00
Jacob Fletcher
664c60d2bc
chore(next): restructures initPage
2024-05-03 09:17:17 -04:00
Paul
f2d415663f
fix: ensures confirm password remains on form state ( #6190 )
2024-05-02 18:53:35 -03: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
Elliot DeNolf
8c39950ea3
chore(release): v3.0.0-beta.22 [skip ci]
2024-05-02 12:27:28 -04:00
Jacob Fletcher
3290376f80
fix(next): ensures admin access only blocks admin routes
2024-05-02 11:07:43 -04:00
Jacob Fletcher
2b5c1ba99a
chore(next): exports initPage utility
2024-05-02 10:32:17 -04:00
Elliot DeNolf
c71d2db949
chore(release): v3.0.0-beta.21 [skip ci]
2024-05-01 13:25:14 -04:00
Elliot DeNolf
1c490aee42
fix(deps): move file-type to deps ( #6171 )
2024-05-01 12:20:45 -04:00
Alessio Gravili
10b99ceb6f
fix: add missing error logger to buildFormState error catch
2024-04-30 23:10:52 -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
James Mikrut
b6631f4778
fix: logout-inactivity route was 404ing ( #6121 )
2024-04-29 15:53:08 -04:00
Jacob Fletcher
fa89057aac
fix(next,ui): properly sets document operation for globals ( #6116 )
2024-04-29 13:58:06 -04:00
Jarrod Flesch
15db0a8018
fix: conditions throwing errors break form state ( #6113 )
2024-04-29 12:54:00 -04:00
Jacob Fletcher
32231762ff
chore: version permissions ( #6068 )
2024-04-29 08:22:56 -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
Jarrod Flesch
3a43fd34c0
chore: fixes bad auto import ( #6070 )
2024-04-26 16:45:24 -04:00
Jarrod Flesch
d9005b3f53
chore: file uploads, broken import path ( #6069 )
2024-04-26 16:26:11 -04:00
Jarrod Flesch
fab9e32175
fix: correct createPayloadRequest routeParams ( #6059 )
2024-04-26 16:13:21 -04:00
Jarrod Flesch
e71c1c2ec4
fix: formData handling on Vercel ( #6067 )
2024-04-26 16:10:14 -04:00
Elliot DeNolf
df77152851
chore: add sort-package-json, sort all package.json files
2024-04-25 22:19:37 -04:00
Jarrod Flesch
20355a4dd4
fix: version restoration ( #6040 )
2024-04-25 14:15:12 -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
Dan Ribbens
4d2bc861cf
fix: disable api key beta ( #6021 )
2024-04-25 09:39:30 -04:00
James
8bb1b60964
chore: removes unused line
2024-04-24 22:22:40 -04:00
James
a3ac838221
chore: cleanup
2024-04-24 19:52:58 -04:00
James
14400d1cb9
chore: functional create-first-user
2024-04-24 19:48:58 -04:00
Elliot DeNolf
d40a734080
wip: create first user fix
2024-04-24 15:17:13 -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
24b18fb0fd
feat!: removed getDataAndFile and getLocales from createPayloadRequest in favour of new utilities addDataAndFileToRequest and addLocalesToRequest ( #5999 )
2024-04-24 13:31:54 -03: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