1.6.7 (2023-02-08)
Bug Fixes
- drawer state was not set when opened (e6ac872)
Tag Name: v1.6.7
Release Date: 2/8/2023
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 v1.6.7 fixes a critical bug with document drawers where the initial state was not properly set when opened. This ensures that document drawers now correctly maintain their state, improving the reliability of the admin UI.
No migration is required for this release. This is a drop-in replacement that fixes the document drawer state issue without introducing any breaking changes.
We recommend all users upgrade to v1.6.7 to benefit from the fixed document drawer state behavior. This is a minor bug fix release with no breaking changes, making it a safe upgrade from v1.6.6.
To upgrade:
npm install [email protected]
# or
yarn add [email protected]
# or
pnpm add [email protected]
Fixed an issue where document drawers were not properly maintaining their state when opened. This bug affected the admin UI experience when working with document drawers, causing inconsistent behavior.
The fix ensures that:
This addresses the issue reported in #2040 and was resolved via PR #2042.
No new features were introduced in this release. This is a bug fix release focused on improving the stability of existing functionality.
No security fixes were included in this release.
No specific performance improvements were included in this release. The focus was on fixing the document drawer state bug.
This release addresses a specific UI bug in the Payload CMS admin interface related to document drawers not properly maintaining their state when opened. While this is a targeted fix for a single issue, it improves the overall reliability and user experience of the admin interface, particularly for content editors and administrators who frequently work with document drawers.
The impact is primarily felt in day-to-day content management operations, where users will now experience more predictable and consistent behavior when working with document drawers. This eliminates potential frustration and workflow disruptions caused by the drawer state inconsistency.
This release contains no breaking changes, new features, or performance improvements, making it a straightforward and recommended upgrade for all users of Payload CMS v1.6.6.