Jessica Chowdhury
b3df253880
feat: adds translations for API view and select component ( #6143 )
2024-05-13 13:03:26 +00: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
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
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
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
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
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
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
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
2d089a7bae
chore: threads permissions through document tab conditions
2024-04-26 17:38:59 -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
Jarrod Flesch
20355a4dd4
fix: version restoration ( #6040 )
2024-04-25 14:15:12 -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
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
7d447af277
chore: add remaining missing preferences prop to validations
2024-04-23 15:46:01 -04:00
Alessio Gravili
fa38af025f
Merge branch 'beta' into fix/lexical-localization
2024-04-23 15:20:56 -04:00
Alessio Gravili
a8824b2b51
fix: incorrect value for empty preferences passed into buildStateFromSchema
2024-04-23 15:12:55 -04:00
Jarrod Flesch
74bdf1c681
chore: reduces graphql dependencies ( #5979 )
...
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
2024-04-23 15:00:09 -04:00
James
bc7445ed99
Merge branch 'beta' of github.com:payloadcms/payload into fix/postgres-relation-names
2024-04-23 12:43:32 -04:00
James
1005de8295
fix(db-postgres): shortens relation names
2024-04-23 12:14:01 -04:00
Jarrod Flesch
95b96e3e9e
chore: adjust headersWithCors for req without payload ( #5963 )
2024-04-23 09:50:41 -04:00
Jarrod Flesch
43089fd13c
chore: adds cors headers to routeErrors ( #5957 )
2024-04-22 15:48:42 -04:00
Jarrod Flesch
ac4750d016
chore: adds fallbackFileType functionality ( #5958 )
2024-04-22 14:20:02 -04:00
Jacob Fletcher
80c545933f
fix(next): adds CORS headers to API Responses ( #5906 )
...
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2024-04-22 12:13:06 -04:00
Paul
7b263be01b
chore: add missing translations ( #5929 )
2024-04-20 14:57:22 -04:00
Ritsu
d5cbbc472d
feat: add count operation to collections ( #5930 )
2024-04-20 14:45:44 -04:00
Jessica Chowdhury
3ff8063ab8
chore:(i18n): adds translation for document/s key ( #5890 )
2024-04-18 10:18:06 +01:00
Jarrod Flesch
93ee452a2d
fix(next): do not require handlers, attempt to read filesystem or throw ( #5896 )
2024-04-17 15:12:57 -04:00
Ritsu
8bf03ae706
fix(next): pass a corrent content-type header in getFile route ( #5799 )
...
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2024-04-17 11:40:02 -04:00
Jacob Fletcher
6cd5b253f1
fix(next): admin access control ( #5887 )
2024-04-17 10:31:39 -04:00