Home

>

Tools

>

Payload CMS

>

Releases

>

Release 1.3.2

Payload CMS Release: Release 1.3.2

Tag Name: v1.3.2

Release Date: 12/15/2022

Payload CMS LogoPayload CMS

Payload 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 v1.3.2 is a minor bug fix release that addresses an issue with rich text editor deselection handling. This update ensures more stable behavior when users interact with the rich text editor, preventing potential errors or unexpected behavior when text is deselected.

Highlight of the Release

    • Fixed an issue with rich text editor deselection handling
    • Improved stability of the rich text editing experience

Migration Guide

No migration is required for this release. This is a drop-in replacement that fixes a bug in the rich text editor without introducing any breaking changes.

Upgrade Recommendations

We recommend all users upgrade to v1.3.2, especially if you're using rich text fields in your Payload CMS implementation. This is a minor bug fix release with no breaking changes, making it a safe upgrade from v1.3.1.

To upgrade:

npm install [email protected]
# or
yarn add [email protected]

Bug Fixes

Rich Text Editor Deselection Fix

The primary fix in this release addresses how the rich text editor handles text deselection. Previously, there may have been issues when users deselected text in the rich text editor, potentially causing unexpected behavior or errors. This fix ensures that the editor safely handles deselection events, providing a more stable editing experience.

Commit: 420eef4

New Features

No new features were introduced in this release. This is a bug fix release focused on improving the stability of the rich text editor.

Security Updates

No security fixes were included in this release.

Performance Improvements

No specific performance improvements were included in this release. The changes were focused on bug fixes rather than performance enhancements.

Impact Summary

This is a minor bug fix release that improves the stability of the rich text editor by properly handling text deselection events. While the change is small in scope, it addresses a potential source of frustration for content editors working with rich text fields. The fix ensures a more reliable editing experience without introducing any breaking changes or requiring migration steps. This update is particularly beneficial for implementations that make heavy use of the rich text editor component.

Full Release Notes

1.3.2 (2022-12-15)

Bug Fixes

  • safely handles rich text deselection (420eef4)

Statistics:

File Changed3
Line Additions13
Line Deletions23
Line Changes36
Total Commits3

User Affected:

  • More stable experience when working with rich text fields
  • Reduced chance of errors when deselecting text in the rich text editor

Contributors:

DanRibbensjmikrut