Skip to content

v3.0.0-beta.53

Pre-release
Pre-release
Compare
Choose a tag to compare
@denolfe denolfe released this 19 Jun 20:13
· 2339 commits to main since this release
d01fb80

v3.0.0-beta.53 (2024-06-19)

Features

  • richtext-lexical: make req available to html converters, use req.dataLoader instead of payload.findByID for upload node population (#6858) (285835f)
  • rename @payloadcms/ui/client to @payloadcms/ui, and other auto-suggestion & exports improvements (#6848) (bc98567)

Bug Fixes

  • fix all ui imports in our plugins, and get rid of ui subpath exports within monorepo (#6854) (aef2a52)
  • cannot use empty strings defaultValue in text-like fields (#6847) (317bc07)
  • ui: unflattening json objects containing keys with periods (#6839) (3ddc2a0)

BREAKING CHANGES

  • rename @payloadcms/ui/client to @payloadcms/ui, and other auto-suggestion & exports improvements (#6848) (bc98567)

BREAKING: All @payloadcms/ui/client exports have been renamed to
@payloadcms/ui. A simple find & replace across your entire project
will be enough to migrate. This change greatly improves import
auto-completions in IDEs which lack proper support for package.json
exports, like Webstorm.

Contributors