Strapi Release: 4.4.7
Tag Name: v4.4.7
Release Date: 11/4/2022
StrapiOpen-source headless CMS built with Node.js. Provides developers with complete freedom in choosing their favorite tools and frameworks for frontend development.
TL;DR
Strapi v4.4.7 is a minor release that fixes a bug by updating the @strapi/design-system package to version 1.2.7. This update ensures better stability and compatibility for the Strapi admin interface.
Highlight of the Release
- Updated @strapi/design-system to version 1.2.7
- Fixed issues in the admin interface related to the design system
Migration Guide
No specific migration steps are required for this update.
For general update guidance, please refer to:
Upgrade Recommendations
This is a minor bug fix release that improves stability. It is recommended to update to v4.4.7 if you're using an earlier v4.4.x version.
To update:
npm install [email protected] --save
# or
yarn upgrade [email protected]
After updating, restart your Strapi application.
Bug Fixes
- Fixed issues in the admin interface by updating the @strapi/design-system package to version 1.2.7 (#14786 by @gu-stav)
This update addresses stability issues in the admin interface that were present with the previous version of the design system.
New Features
No new features were introduced in this release. This is a maintenance release focused on bug fixes.
Security Updates
No security fixes were mentioned in this release.
Performance Improvements
No specific performance improvements were mentioned in this release. The focus was on bug fixes related to the design system.
Impact Summary
This is a minor maintenance release that updates the @strapi/design-system package to version 1.2.7. The update fixes issues in the admin interface, improving stability for all users. There are no breaking changes, no new features, and no configuration changes required. This update is particularly important for maintaining a consistent and reliable admin interface experience.
