💅 Enhancement
- [documentation] Docs/parameters typos (#7238) @sebacampos
- [documentation] Add more information about the parser middleware configuration (#7253) @derrickmehaffy
Tag Name: v3.1.3
Release Date: 7/31/2020
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.1.3 is a minor release that includes documentation improvements and a bug fix for the users-permissions plugin. This release enhances the clarity of Dynamic Zones documentation, fixes typos in parameters documentation, and resolves a relation name issue in the users-permissions plugin. It's a maintenance update focused on improving documentation quality and fixing a specific bug that affected relations.
No migration is required for this release. This is a minor update that includes documentation improvements and a bug fix that doesn't require any migration steps.
It is recommended to upgrade to v3.1.3 if you are using the users-permissions plugin and experiencing issues with relation names. The documentation improvements are also valuable for better understanding Dynamic Zones and parser middleware configuration.
To upgrade:
npm install [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] --save
Or if using Yarn:
yarn upgrade [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
This release fixes issue #7252 where there was a problem with relation naming in the users-permissions plugin. The fix ensures that relation names are properly handled, preventing potential issues with data relationships and queries.
No significant new features were added in this release. This update primarily focuses on documentation improvements and bug fixes.
No security fixes were included in this release.
No specific performance improvements were included in this release. The changes were primarily focused on documentation enhancements and bug fixes.
This release has a low impact on existing Strapi applications. The main changes are documentation improvements that enhance understanding of Dynamic Zones and parser middleware configuration, along with a bug fix for relation naming in the users-permissions plugin.
The relation name fix in the users-permissions plugin resolves an issue that could affect applications using specific relation configurations. This fix ensures proper handling of relations, which is important for data integrity and query functionality.
The documentation improvements don't affect functionality but provide clearer guidance on using Dynamic Zones and configuring the parser middleware, which can help developers better understand and utilize these features.
Overall, this is a maintenance release that improves documentation quality and fixes a specific bug without introducing breaking changes.