Payload CMS Release: Release 1.2.4
Tag Name: v1.2.4
Release Date: 12/3/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.
TL;DR
PayloadCMS v1.2.4 is a minor release that fixes a translation issue in the rich text link modal. This update ensures that the link modal in the rich text editor properly displays translated text, improving the experience for users working with multilingual content.
Highlight of the Release
- Fixed missing translations in the rich text editor's link modal
- Improved internationalization support for content editing
- Minor TypeScript type fixes
Migration Guide
No migration is required for this release. You can upgrade directly from v1.2.3 to v1.2.4 without any additional steps.
Upgrade Recommendations
This is a recommended upgrade for all users who:
- Use PayloadCMS with non-English languages
- Utilize the rich text editor with link functionality in a multilingual context
The upgrade process is straightforward:
npm install [email protected]
# or
yarn add [email protected]
No configuration changes or database migrations are required.
Bug Fixes
Rich Text Editor Translation Fix
The primary bug fix in this release addresses an issue where translations were missing in the rich text editor's link modal. This problem affected users working with PayloadCMS in non-English languages, as the link modal would display untranslated text regardless of the selected language.
The fix ensures that all text in the rich text link modal properly respects the configured language settings, providing a consistent multilingual experience throughout the admin interface.
PR: #1573
New Features
No new features were added in this release. This is a maintenance release focused on bug fixes and code quality improvements.
Security Updates
No security fixes were included in this release.
Performance Improvements
No specific performance improvements were included in this release.
Impact Summary
This release has a moderate impact on users working with PayloadCMS in multilingual environments. The fix for missing translations in the rich text link modal ensures a more consistent user experience when creating or editing links in non-English interfaces.
While this is a small change in terms of code modifications, it significantly improves the usability of the rich text editor for international users. Content editors working in multiple languages will particularly benefit from this update, as they'll now see properly translated UI elements throughout the link creation process.
The release also includes minor TypeScript improvements that help maintain code quality but don't directly affect end users.
