🐛 Bug fix
- [Framework] Stringify json input for pg to support arrays (#3985) @alexandrebodin
- [Plugin] Allow group mainField and defaultSortBy to be id (#3986) @alexandrebodin
- [Plugin] Fix buggy date field, and toggle field size (#3988) @soupette
Tag Name: v3.0.0-beta.16.3
Release Date: 9/13/2019
StrapiOpen-source headless CMS built with Node.js. Provides developers with complete freedom in choosing their favorite tools and frameworks for frontend development.
Strapi v3.0.0-beta.16.3 brings important bug fixes for PostgreSQL array support, group field configurations, and UI components. This release also includes significant documentation improvements with a comprehensive Getting Started tutorial and migration of plugins to styled components.
No specific migration steps are required for this release as it primarily contains bug fixes and enhancements.
If you're using PostgreSQL with JSON fields containing arrays, your data should now be properly stored and retrieved after updating to this version.
The migration of plugins to styled components is handled internally and requires no action from users.
This release is recommended for all Strapi users, especially those:
As this is a bug fix release with no breaking changes, upgrading should be straightforward and is recommended to ensure proper functionality of your Strapi application.
To upgrade:
# Using npm
npm install [email protected] --save
# Using Yarn
yarn upgrade [email protected]
This migration improves component consistency and maintainability across the Strapi ecosystem.
No security fixes were mentioned in this release.
No specific performance improvements were highlighted in this release. The focus was primarily on bug fixes, documentation improvements, and UI enhancements through the migration to styled components.
This release focuses on fixing critical bugs in the Strapi framework and plugins while also enhancing documentation and UI components.
The PostgreSQL JSON array support fix resolves data storage issues that could affect application functionality. The group field configuration fix allows for more flexible content modeling by supporting 'id' as mainField and defaultSortBy. UI component fixes for date fields and toggle field sizes improve the content management experience.
The comprehensive Getting Started tutorial significantly improves the onboarding experience for new Strapi users, providing clear guidance with visual aids and practical examples using the FoodAdvisor application.
The migration of upload and email plugins to styled components represents an ongoing effort to modernize Strapi's UI architecture, improving consistency and maintainability.
Overall, this release enhances stability, usability, and developer experience without introducing breaking changes.