v3.30.0
📦 payload-cmsView on GitHub →
✨ 3 features🐛 2 fixes
Summary
Payload v3.30.0 bumps the minimum required Next.js peer dependency to 15.2.3 and introduces MongoDB sorting support through relationship fields, along with UI improvements for bulk editing.
Migration Steps
- If you are using Next.js, ensure your peer dependency is updated to at least version 15.2.3 to address a security vulnerability.
✨ New Features
- Bumped minimum Next.js version to 15.2.3.
- MongoDB: Added support for sorting by fields in other collections through a relationship field.
- Next.js: Added support for custom props on the html element.
🐛 Bug Fixes
- Respect 'draft: true' when querying documents for the join field.
- UI: Excluded fields lacking permissions from bulk edit operations.