Payload CMS Release: Release 1.3.3
Tag Name: v1.3.3
Release Date: 12/16/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.3.3 is a minor bug fix release that addresses translation support for group admin descriptions and resolves a circular dependency issue in select fields. This maintenance update improves the internationalization capabilities and stability of the CMS without introducing breaking changes.
Highlight of the Release
- Added translation support for group admin descriptions
- Fixed circular dependency issues in select fields
- Reverted a previous change that allowed empty string route.api
Migration Guide
No migration is required for this release. The changes are backward compatible and should not affect existing implementations.
Upgrade Recommendations
This is a minor bug fix release that improves internationalization support and resolves select field issues. It's recommended to upgrade if you're using group admin descriptions with translations or if you've experienced any issues with select fields creating circular dependencies.
To upgrade, run:
npm install [email protected]
# or
yarn add [email protected]
Bug Fixes
Translation Support for Group Admin Descriptions
Fixed an issue that prevented the translation of group admin descriptions. This enhancement improves the internationalization capabilities of PayloadCMS, allowing developers to provide localized descriptions for admin groups. This is particularly valuable for teams working with content in multiple languages.
Select Field Circular Dependencies
Resolved an issue where select fields could potentially create circular dependencies. This fix ensures more stable behavior when using select fields, particularly in complex field configurations or when fields reference each other.
New Features
No significant new features were added in this release. This is primarily a bug fix and maintenance release.
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 and maintenance.
Impact Summary
This release has a low impact on existing PayloadCMS implementations. It focuses on fixing two specific bugs:
- Adding translation support for group admin descriptions, which enhances the internationalization capabilities of the CMS
- Resolving circular dependency issues in select fields, which improves stability
The release also includes a reversion of a previous change that allowed empty string route.api values.
These changes are non-breaking and should only positively affect existing implementations, particularly those using translations or complex select field configurations.
Full Release Notes
Statistics:
User Affected:
- Can now properly translate group admin descriptions in their applications
- Will experience more stable select fields that avoid circular dependencies
- No longer need to worry about potential issues with empty string route.api values
