v5.42.0
📦 strapiView on GitHub →
✨ 2 features🐛 10 fixes🔧 3 symbols
Summary
Version 5.42.0 removes unused A/B testing CLI options and introduces a new directory format for data transfer. This release also includes numerous bug fixes across admin, content-manager, and core functionalities.
✨ New Features
- Removed A/B testing opt-in from the CLI as it was unused.
- Added directory export/import format for data-transfer operations.
🐛 Bug Fixes
- Fixed return logic to use continue in deleteRelations when using foreign keys.
- Hidden legacy options.
- The contains filter now correctly returns data instead of empty results.
- Fixed typos in the documentation plugin README.
- Resolved 'p is not a function' error in the admin panel.
- Ensured component schemas are passed when rebuilding list view headers in the content-manager.
- Wrapped single type displayName with formatMessage in the content-manager.
- Relation handling now preserves order during unpublish/republish cycles in core.
- The create-strapi-app command now generates a .yarnrc.yml file for Yarn projects.
- Documentation now uses the dist extensions path in production.