0.5.2 (2021-03-31)
Bug Fixes
- modal issues with richtext relationship (8ea4407)
Tag Name: v0.5.2
Release Date: 3/31/2021
Payload CMSPayload CMS is a modern, self-hosted headless content management system built with TypeScript, Node.js, and MongoDB. It's designed specifically for developers who want full control over their content management system while maintaining a powerful admin interface for content editors.
PayloadCMS v0.5.2 fixes a critical bug affecting rich text relationships in modal interfaces. This maintenance release ensures that modals work correctly when managing relationships within rich text fields, improving the content editing experience.
No migration steps are required for this release. The fix is applied automatically when you upgrade to v0.5.2.
We recommend all users upgrade to v0.5.2, especially if you're using rich text fields with relationship functionality in your Payload CMS implementation. This is a bug fix release with no breaking changes, so upgrading should be straightforward:
npm install [email protected]
# or
yarn add [email protected]
This release addresses an issue where relationship fields within rich text editors were not functioning correctly when displayed in modal contexts. The fix ensures that:
This resolves the issue reported and fixed in PR #120.
No new features were added in this release. This is a bug fix release focused on resolving issues with rich text relationship modals.
No security fixes were included in this release.
No specific performance improvements were included in this release. The changes were focused on fixing functionality rather than performance optimization.
This release has a moderate impact on content editors who work with rich text fields containing relationships in modal contexts. The fix resolves UI issues that could potentially disrupt content editing workflows when working with nested relationships.
For developers, this release eliminates the need for potential workarounds that might have been implemented to address the relationship modal issues. The changes are contained to the rich text relationship functionality and do not affect other parts of the system.
Overall, this is a targeted bug fix release that improves the stability and reliability of the content editing experience without introducing any breaking changes or requiring migration steps.