Home

>

Tools

>

Payload CMS

>

Releases

>

Release 1.8.4-canary.4

Payload CMS Release: Release 1.8.4-canary.4

Pre Release

Tag Name: v1.8.4-canary.4

Release Date: 6/2/2023

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.8.4-canary.4 fixes a bug related to group row hoisting, improving the reliability of the group field UI component. This is a minor bugfix release in the canary channel that addresses UI rendering issues.

Highlight of the Release

    • Fixed group row hoisting issue in the admin UI
    • Improved stability of group field components

Migration Guide

No migration is required for this release. This is a bugfix release that maintains compatibility with existing Payload CMS implementations.

Upgrade Recommendations

If you're using group fields in your Payload CMS admin UI and have experienced any rendering issues, it's recommended to upgrade to this version. As this is a canary release, it's primarily intended for testing purposes before the changes are incorporated into a stable release.

To upgrade:

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

Bug Fixes

Group Row Hoisting Fix

Fixed an issue with group row hoisting in the admin UI (#2683). This resolves rendering problems that could occur with group field components, ensuring that grouped form elements display correctly and maintain proper layout structure.

New Features

No new features were added in this release. This is a bugfix-only release focusing on UI component stability.

Security Updates

No security fixes were included in this release.

Performance Improvements

No specific performance improvements were included in this release. The focus was on fixing UI rendering issues related to group row hoisting.

Impact Summary

This release has a low impact focused specifically on fixing UI rendering issues with group field components. It addresses a bug related to group row hoisting that could affect the display and functionality of grouped form elements in the admin interface.

The fix improves the reliability of the group field UI component, which is commonly used for organizing related fields together in the admin panel. Content editors and developers working with complex form layouts will benefit from this improvement.

As a canary release, this version is part of the pre-release testing cycle before changes are incorporated into a stable release.

Full Release Notes

Statistics:

User Affected:

  • Improved reliability when working with group fields in the admin UI
  • Better rendering of grouped form elements

Contributors: