Changes
- Patch blocking bug in CTB
Pre Release
Tag Name: v4.0.0-beta.6
Release Date: 10/26/2021
StrapiOpen-source headless CMS built with Node.js. Provides developers with complete freedom in choosing their favorite tools and frameworks for frontend development.
Strapi v4.0.0-beta.6 is a patch release that fixes critical bugs in the Content-Type Builder (CTB) and resolves dependency issues with Yup validation library. This release ensures services aren't accidentally overwritten and fixes validation problems that were blocking normal operation.
No migration steps are required when upgrading from v4.0.0-beta.5 to v4.0.0-beta.6. This is a straightforward patch release that fixes bugs without introducing breaking changes.
All users currently on v4.0.0-beta.5 should upgrade to v4.0.0-beta.6 as soon as possible to avoid issues with the Content-Type Builder and service functionality. This is a patch release that addresses critical bugs without introducing breaking changes.
To upgrade:
npm install [email protected]
# or
yarn add [email protected]
No new features were added in this patch release. This version focuses exclusively on bug fixes to improve stability in the beta.
No security fixes were included in this patch release.
No specific performance improvements were included in this patch release. The focus was on fixing critical bugs to ensure proper functionality.
This patch release addresses critical bugs that were affecting the Content-Type Builder functionality and service management in Strapi v4.0.0-beta.5. By fixing the service overwrite issue and resolving the invalid Yup version dependency, this release improves the stability and reliability of the beta version. These fixes are particularly important for developers actively testing and building with the v4 beta, as they remove obstacles that could block development workflows.