0.15.9 (2022-04-20)
Bug Fixes
- intermittent blocks UI issue (3c1dfb8)
Tag Name: v0.15.9
Release Date: 4/20/2022
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.
Payload CMS v0.15.9 fixes an intermittent UI issue with the Blocks field type that was causing display problems. This is a minor bug fix release that improves the stability of the admin interface without introducing any new features or breaking changes.
No migration is required for this release. This is a non-breaking bug fix that can be applied without any changes to your existing code or content.
This is a recommended upgrade for all users who are using the Blocks field type in their Payload CMS implementation, especially if you've encountered any UI issues with blocks.
To upgrade:
npm install [email protected]
# or
yarn add [email protected]
Since this is a patch release with only bug fixes, there should be no breaking changes or compatibility issues when upgrading from v0.15.8.
Fixed an intermittent issue with the Blocks field type in the admin UI that was causing display problems. This fix ensures a more consistent and reliable experience when working with block-based content in the Payload admin panel.
The fix addresses UI rendering inconsistencies that could occur when interacting with Blocks fields under certain conditions.
No new features were introduced in this release. This is strictly a bug fix release focused on resolving an intermittent UI issue with the Blocks field type.
No security fixes were included in this release.
No specific performance improvements were included in this release. The focus was on fixing the intermittent UI issue with the Blocks field type.
This release has a low impact overall, focusing solely on fixing an intermittent UI issue with the Blocks field type. The changes are minimal (26 changes across 3 files) and don't introduce any new features or breaking changes.
Content editors will benefit from a more stable experience when working with block-based content in the admin interface. Developers don't need to make any changes to their code to benefit from this fix.
This release continues Payload's commitment to stability and user experience in the admin interface, addressing edge cases that could affect the content editing workflow.