What's Changed
- fix: add status to removed fields when cleaning data by @Bassel17 in #21229
- fix: review workflow settings icons by @remidej in #21237
Full Changelog: v5.0.0-rc.20...v5.0.0-rc.21
Pre Release
Tag Name: v5.0.0-rc.21
Release Date: 9/12/2024
StrapiOpen-source headless CMS built with Node.js. Provides developers with complete freedom in choosing their favorite tools and frameworks for frontend development.
This release candidate for Strapi v5.0 includes two important bug fixes:
These fixes improve data integrity during content transformations and enhance the visual consistency of the Review Workflow interface, making this a recommended update for anyone testing the v5.0 release candidate.
No migration steps are required for this release candidate. The bug fixes are applied automatically when upgrading from v5.0.0-rc.20 to v5.0.0-rc.21.
We recommend all users testing Strapi v5.0.0-rc.20 to upgrade to v5.0.0-rc.21 to benefit from the bug fixes related to data integrity and UI improvements.
To upgrade:
npm install [email protected]
or
yarn upgrade [email protected]
This is a minor release candidate update with bug fixes only, so no breaking changes are expected during the upgrade process.
No new features were introduced in this release candidate. This update focuses on bug fixes to improve stability and user experience in the existing functionality.
No security fixes were included in this release candidate.
No specific performance improvements were included in this release candidate. The focus was on bug fixes related to data integrity and UI consistency.
This release candidate update addresses two specific issues:
Data Integrity Improvement: The fix for handling status of removed fields during data cleaning ensures that content remains consistent when content types are modified. This reduces the risk of data corruption or unexpected behavior when fields are removed from content types.
UI Enhancement: The update to Review Workflow settings icons improves the visual consistency of the administrative interface, providing a more polished experience for users configuring workflow settings.
While these changes are relatively small in scope, they contribute to the overall stability and polish of Strapi v5.0 as it moves closer to final release. The data cleaning fix is particularly important for maintaining data integrity during content type modifications.
Full Changelog: v5.0.0-rc.20...v5.0.0-rc.21