Payload CMS Release: Release 0.12.3
Tag Name: v0.12.3
Release Date: 10/23/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
PayloadCMS v0.12.3 is a minor bug fix release that addresses UI issues in the admin interface. It fixes relationship options appearing twice in the admin UI and improves tooltip positioning in email fields. This release focuses on enhancing the user experience by resolving visual inconsistencies without introducing any breaking changes.
Highlight of the Release
- Fixed duplicate relationship options in the admin UI (issue #348)
- Improved tooltip positioning for email fields
Migration Guide
No migration is required for this release. The fixes are automatically applied when upgrading from v0.12.2 to v0.12.3.
Upgrade Recommendations
This is a recommended upgrade for all users experiencing the specific UI issues addressed in this release. Since it only contains bug fixes with no breaking changes, upgrading should be straightforward and low-risk.
To upgrade:
npm install [email protected]
# or
yarn add [email protected]
Bug Fixes
Fixed Duplicate Relationship Options
This release resolves issue #348 where relationship options were appearing twice in the admin UI. This duplication was causing visual clutter and potential confusion when selecting relationships.
Improved Tooltip Positioning
Email field tooltips now position correctly within the admin interface. Previously, tooltips may have appeared in incorrect positions or overlapped with other UI elements, affecting usability.
New Features
No new features were introduced in this release. This is a bug fix release focused on improving the admin UI experience.
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 UI bug fixes rather than performance enhancements.
Impact Summary
This release has a low impact as it only addresses UI issues in the admin interface. The fixes improve the user experience by eliminating duplicate relationship options and ensuring proper tooltip positioning in email fields. There are no API changes, performance impacts, or security implications. The changes are purely visual and do not affect data structure or application functionality.
