3.0.0-beta.29 (2024-05-09)
Features
- fix non-functional custom RSC component handling, separate label and description props, fix non-functional label function handling (#6264) (cfeac79)
Bug Fixes
- plugin-form-builder: resolve labelValue from LabelFunction (#5817) (5065322)
- plugin-form-builder: export types correctly (#6287) (ad4796c)
- templates: yarn install broken for new template installs (#6283) (3785c79)
- templates: blank-3.0: pin next version, as it was breaking new installs (#6281) (9364f8d)
BREAKING CHANGES
- fix non-functional custom RSC component handling, separate label and description props, fix non-functional label function handling (#6264) (cfeac79)
Breaking Changes:
- Globals config:
admin.description
no longer accepts a custom component. You will have to move it toadmin.components.elements.Description
- Collections config:
admin.description
no longer accepts a custom component. You will have to move it toadmin.components.edit.Description
- All Fields:
field.admin.description
no longer accepts a custom component. You will have to move it tofield.admin.components.Description
- Collapsible Field:
field.label
no longer accepts a custom component. You will have to move it tofield.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 thelabel
andrequired
prop. Those can now only be configured at the top-level
Contributors
- Alessio Gravili (@AlessioGr)
- Elliot DeNolf (@denolfe)
- Jacob Fletcher (@jacobsfletch)
- David Velasco (@davelsan)
- Paul (@paulpopus)
- Jarrod Flesch (@JarrodMFlesch)