v5.44.0
📦 strapiView on GitHub →
✨ 1 features🐛 13 fixes🔧 7 symbols
Summary
Release 5.44.0 introduces a new feature for deploying to the cloud homepage widget and includes numerous bug fixes across content management, document service, and i18n modules. Dependency updates and documentation enhancements were also performed.
✨ New Features
- Added support for deploying to the cloud homepage widget.
🐛 Bug Fixes
- Added responseType to getFetchClient for non-JSON responses.
- Prevented browser defaults for Ctrl+I and other modifier shortcuts in Firefox.
- Ensured absolute descendants are contained in OverflowingItem.
- Content Manager: Prevented duplicate React key in homepage recent-documents widget.
- Content Manager: Optimized document layout hooks.
- Database: Made 5.0.0-02-created-document-id migration idempotent.
- Document Service: Added support for delete selection params.
- Document Service: Preserved self-referential relations during publish and discard.
- Document Service: Fixed 500 error on discard-draft for self-referential manyToMany relations.
- I18N: Preserved non-localized media when creating a locale.
- OpenAPI: Fixed incorrect ID parameter generation in OpenAPI documentation plugin.
- Review Workflows: Passed locale params to useDocument in StageSelect and AssigneeSelect.
- Types: Aligned Service.Generic index signature with Controller.Generic.