Alessio Gravili
0d98b4b96f
fix!: some custom components were not handled properly if they are RSCs ( #6315 )
...
**Breaking:** The following, exported components now need the `payload` object as a prop rather than the `config` object:
- `RenderCustomComponent` (optional)
- `Logo`
- `DefaultTemplate`
- `DefaultNav`
2024-05-13 12:05:13 -04:00
Elliot DeNolf
23c7ab2bc4
ci: add plugin-relationship-object-ids to publish list ( #6335 )
2024-05-13 10:14:10 -04:00
Fredrik
0680e0c58b
chore(plugin-nested-docs): export the getParents utility ( #6325 )
2024-05-13 13:39:35 +00:00
Jessica Chowdhury
b3df253880
feat: adds translations for API view and select component ( #6143 )
2024-05-13 13:03:26 +00:00
Elliot DeNolf
a78b44d0c1
docs: add storage adapter docs ( #6334 )
2024-05-13 08:46:05 -04:00
Elliot DeNolf
d272a1fd22
docs: update email docs for new adapters ( #6332 )
2024-05-13 08:44:59 -04:00
Elliot DeNolf
095e4402ac
test: type fixes ( #6331 )
2024-05-13 01:37:52 +00:00
Elliot DeNolf
60d2def428
chore: create file that imports all 2.x exports ( #6224 )
2024-05-12 21:28:19 -04:00
Paul
2f02b3a6e1
fix: wrong translation key being used as upload:Sizes instead of upload:sizes ( #6323 )
2024-05-11 15:09:38 +00:00
Jarrod Flesch
4f0ddcf632
chore: improves lexical fixed toolbar styles ( #6317 )
2024-05-10 17:38:24 -04:00
Jarrod Flesch
693621a6e3
chore: improves types for lexical client features ( #6318 )
2024-05-10 17:38:10 -04:00
Elliot DeNolf
5b201392cc
ci: add storage-uploadthing
2024-05-10 17:15:22 -04:00
Elliot DeNolf
a70bcf81c0
chore(release): v3.0.0-beta.30 [skip ci]
v3.0.0-beta.30
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
Patrik
ea84e82ad5
feat(payload, ui): adds disableListColumn & disableListFilter to fields admin props ( #6238 )
2024-05-10 15:59:29 -04:00
Patrik
4216d69ccb
fix(richtext-slate): list item values returning null ( #6291 )
2024-05-10 15:42:37 -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
Paul
bd9c06a99d
chore: update readme for tailwind example ( #6314 )
2024-05-10 12:13:10 -03:00
Elliot DeNolf
48932ef54d
chore: format plugin object ids ( #6310 )
2024-05-10 14:20:21 +00:00
Patrik
4aeefc5a1a
feat: adds plugin-relationship-object-ids package ( #6045 )
2024-05-10 09:31:25 -04:00
Ritsu
e96ff90029
fix(next): respect fallback locale null value ( #6207 )
2024-05-10 14:27:13 +01:00
Elliot DeNolf
f6e77b845b
ci: add npm provenance to canary releases
2024-05-10 09:08:16 -04:00
Elliot DeNolf
a0bb02d05a
chore: remove unneeded val in redirects publish config
2024-05-09 23:58:58 -04:00
Elliot DeNolf
354ad7092c
chore: type gen formatting ( #6309 )
2024-05-09 23:55:55 -04:00
Elliot DeNolf
f9d862d854
ci(scripts): update getPackageRegistryVersions [skip ci]
2024-05-09 23:35:50 -04:00
Elliot DeNolf
f41576dd65
ci: canary releases ( #6308 )
2024-05-09 23:12:47 -04:00
Elliot DeNolf
ffa20aa7d0
chore(release): v3.0.0-beta.29 [skip ci]
v3.0.0-beta.29
2024-05-09 17:19:54 -04:00
Alessio Gravili
f7a2cf96b9
chore: properly working generated types within tests ( #6288 )
2024-05-09 17:12:51 -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
821bed0ea6
ci: all green ( #6289 )
2024-05-09 16:33:05 -04:00
Jacob Fletcher
9e9111666b
chore(examples/live-preview): migrates to 3.0 ( #6268 )
2024-05-09 15:32:46 -04:00
David Velasco
5065322d31
fix(plugin-form-builder): resolve labelValue from LabelFunction ( #5817 )
2024-05-09 16:23:44 -03:00
Paul
ad4796cdb2
fix(plugin-form-builder): export types correctly ( #6287 )
2024-05-09 14:42:14 -03:00
Alessio Gravili
43b7ba82da
chore: fix dev:generate-types not working ( #6284 )
2024-05-09 10:37:11 -04:00
Alessio Gravili
3785c79ac9
fix(templates): yarn install broken for new template installs ( #6283 )
2024-05-09 10:17:09 -04:00
Jarrod Flesch
4384e9eb0e
chore: fixes cannot destructure property 'schema' issue ( #6282 )
2024-05-09 10:16:30 -04:00
Alessio Gravili
9364f8da2e
fix(templates): blank-3.0: pin next version, as it was breaking new installs ( #6281 )
2024-05-09 10:05:38 -04:00
Elliot DeNolf
a4ef359660
chore: examples linting ( #6269 )
2024-05-08 14:58:57 -04:00
Elliot DeNolf
848c05f247
chore(deps): sync pnpm-lock.yaml
2024-05-08 14:37:48 -04:00
Elliot DeNolf
ec556360b6
chore(release): v3.0.0-beta.28 [skip ci]
v3.0.0-beta.28
2024-05-08 14:08:09 -04:00
Elliot DeNolf
d99b426e3b
fix: live-preview-* dep version
2024-05-08 14:07:06 -04:00
Elliot DeNolf
19a78297b4
ci: add live-preview and live-preview-react to publish list
2024-05-08 13:48:17 -04:00
Elliot DeNolf
e95eea694c
chore(release): v3.0.0-beta.27 [skip ci]
v3.0.0-beta.27
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
dc8c099d9e
ci: publish script retry on failure, log all version on completion
2024-05-08 12:30:48 -04:00
Elliot DeNolf
259ae674a1
chore(release): v3.0.0-beta.26 [skip ci]
v3.0.0-beta.26
2024-05-08 11:18:39 -04:00
Jacob Fletcher
731f023c6d
feat: ssr live preview ( #6239 )
2024-05-08 11:08:15 -04:00
Elliot DeNolf
86b19d4c74
chore: update codeowners file [skip ci]
2024-05-08 10:05:55 -04:00
Elliot DeNolf
17b8c29799
chore(eslint): no imports from exports dir ( #6263 )
2024-05-08 10:01:20 -04:00
Elliot DeNolf
29af2849ba
ci: yaml formatting [skip ci]
2024-05-08 09:40:57 -04:00