Change8

v5.39.0

📦 strapiView on GitHub →
2 features🐛 12 fixes🔧 2 symbols

Summary

This release introduces filtering by publication status in the Content Manager and expands accordion behavior on component insertion. It also includes numerous bug fixes across various modules and updates several core dependencies.

Migration Steps

  1. Upgrade dependency glob to version 13.
  2. Upgrade dependency better-sqlite3 to version 12.6.2.
  3. Remove eslint-plugin-rxjs.
  4. Upgrade dependency koa to version 20.8.4.
  5. Upgrade dependency minimatch to version 10.2.4.

✨ New Features

  • Accordion expands by default when inserting a new component in a document.
  • Content Manager now allows filtering the list view by publication status.

🐛 Bug Fixes

  • Added shift+tab functionality to block editors.
  • Fixed single type publish permission error.
  • Corrected ES translations.
  • Fixed typo 'compatability' to 'compatibility' in error messages.
  • Content Manager: Exported ContentManagerPlugin type for plugin development.
  • Content Manager: Reduced excessive rerendering in relation fields.
  • Content Manager: Reduced rerenders for conditional fields.
  • Content Releases: Ensured publishing happens in the right order to preserve relations.
  • Guided Tour: Fixed overlay not being hidden in dark mode.
  • OpenAPI: Correctly merged plugin router prefix with route paths.
  • Types: Fixed document findOne parameters.
  • Upload: Added crossOrigin attribute to image preview.

Affected Symbols