Change8

v5.51.0

📦 strapiView on GitHub →
2 features🐛 25 fixes🔧 13 symbols

Summary

This release introduces new CLI filters for data transfer and adds locale codes for Abkhazian and Circassian languages. It also includes numerous bug fixes across various modules like admin, content-manager, core, and database.

✨ New Features

  • Add exclude/only content type CLI filters for data-transfer.
  • Add locale codes for Abkhazian and Circassian (Adyghe and Kabardian) for i18n.

🐛 Bug Fixes

  • Preserve order when reordering a relation to the start of a list.
  • Ensure singleton modules for consistent runtime instances.
  • Admin session token now respects configured admin-cookie-path.
  • Make plugin/setting 'Select all' work in admin token permissions.
  • Revalidate SPA shell to avoid stale chunk imports.
  • Expire admin reset-password tokens.
  • Improve SSO session metadata and logout revocation.
  • Fix blank admin in develop from prism language prebundle.
  • Resolve SSO remote logout infinite redirect issue related to cookie path.
  • Pre-bundle prism language plugins for all apps in content-manager.
  • Respect disconnected draft relations in publish warning.
  • Validate items passed to plugin action APIs.
  • Skip blocks editor remount on equal value echoes.
  • Keep preview button mounted during document churn.
  • Enforce default maxLength 255 for string fields in core.
  • Preserve draft relation order in discard-drafts migration.
  • Propagate server updatedAt in addFirstPublishedAtToDraft to avoid false modified flag.
  • Fix npm ci failing on fresh npm scaffold in create-strapi-app.
  • Resolve missing @strapi/database dependency breaking pnpm builds in create-strapi-app.
  • Apply MySQL dialect configure to resolved connection functions in database.
  • Include private fields in mutation inputs for graphql.
  • Update LoadedPlugin type to understand factories.
  • Report real upload progress in the media library.
  • Use correct i18n ids for role notifications in users-permissions.
  • Fix role notification translations in users-permissions.

Affected Symbols