npm payload 3.0.0-beta.29

latest releases: 3.0.0-beta.34, 3.0.0-beta.33, 2.18.3...
10 days ago

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 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

Contributors

Don't miss a new payload release

NewReleases is sending notifications on new releases.