0.12.1 (2021-10-21)
Bug Fixes
- rich text copy and paste now saves formatting properly (9d7feb9)
Tag Name: v0.12.1
Release Date: 10/21/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.
Payload CMS v0.12.1 fixes a critical bug in the rich text editor where copy and paste operations weren't properly preserving text formatting. This small but important update ensures content creators can reliably maintain formatting when transferring content into Payload's rich text fields.
No migration steps are required for this update. This is a non-breaking bug fix that can be applied without any changes to your existing code or content.
This update is recommended for all users who utilize the rich text editor in their Payload CMS implementation, especially those who frequently copy and paste formatted content. The upgrade is straightforward with no breaking changes:
npm install [email protected]
# or
yarn add [email protected]
Since this is a minor bug fix release with no breaking changes, upgrading should be seamless and risk-free.
The rich text editor component now properly preserves formatting when content is copied and pasted. Previously, when users copied formatted text (bold, italic, links, etc.) from one location and pasted it into a Payload rich text field, the formatting would be lost, requiring manual reformatting. This issue has been resolved, allowing for seamless transfer of formatted content into Payload's rich text editor.
This fix improves the overall content editing experience and workflow efficiency for users working with formatted text.
No new features were added in this release. This is a bug fix release focused on improving the existing rich text editor functionality.
No security fixes were included in this release.
No specific performance improvements were included in this release. The focus was on fixing the rich text editor's copy and paste functionality.
This release addresses a specific usability issue in the rich text editor component of Payload CMS. While small in scope (only 32 changes across 3 files), the impact is significant for content creators who regularly work with formatted text.
The fix ensures that when users copy formatted text from other sources (such as Word documents, web pages, or other rich text editors) and paste it into Payload's rich text fields, all formatting attributes like bold, italic, links, and other styling are properly preserved.
This improvement enhances the content creation workflow by eliminating the need to manually reapply formatting after pasting text, saving time and reducing frustration for content teams working with the CMS.