v3.0.0-beta.53
Pre-release
Pre-release
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
- Alessio Gravili (@AlessioGr)
- Dan Ribbens (@DanRibbens)
- Elliot DeNolf (@denolfe)
- Patrik (@PatrikKozak)