Payload CMS Release: Release 0.10.6
Tag Name: v0.10.6
Release Date: 9/30/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.
TL;DR
Payload CMS v0.10.6 is a maintenance release that fixes two important bugs: one related to the debug configuration option and another addressing compatibility issues between relationship fields and the latest Slate editor. This release ensures smoother development workflows and better editor experience without introducing any breaking changes.
Highlight of the Release
- Fixed issue preventing the use of the debug option in payload configuration
- Resolved compatibility issues between relationship fields and the latest Slate editor implementation
Migration Guide
No migration steps are required for this release. You can upgrade directly from v0.10.5 to v0.10.6 without any additional configuration changes.
Upgrade Recommendations
This is a recommended upgrade for all users, especially those who:
- Need to use the debug configuration option in their Payload setup
- Are experiencing issues with relationship fields when using the latest Slate editor
The upgrade process is straightforward with no breaking changes:
npm install [email protected]
# or
yarn add [email protected]
Bug Fixes
-
Debug Configuration Option: Fixed an issue that prevented the use of the
debugoption in the Payload configuration. This allows developers to properly enable debug mode for troubleshooting and development purposes. (65bf13d) -
Relationship Field Compatibility: Resolved an incompatibility between relationship fields and the latest implementation of the Slate editor. This ensures that relationship fields work correctly with the current editor version, preventing potential data entry issues. (f422053)
New Features
No new features were introduced in this release. This is a bug fix release focused on improving stability.
Security Updates
No security fixes were included in this release.
Performance Improvements
No specific performance improvements were included in this release. The focus was on bug fixes to ensure proper functionality.
Impact Summary
This release addresses two specific bugs that were affecting developer experience and content editing functionality. The fix for the debug configuration option improves the development workflow by allowing proper debugging capabilities. The relationship field compatibility fix ensures that content editors can reliably work with relationship fields without encountering issues related to the Slate editor implementation. Overall, this is a maintenance release that enhances stability without introducing any new features or breaking changes.
