Change8

v5.14.0

📦 strapiView on GitHub →
2 features🐛 4 fixes🔧 5 symbols

Summary

Release 5.14.0 introduces a major revamp to the Content-Type Builder with significant UX improvements and enhances data transfer CLI usability. It also strengthens security by upgrading the database hashing algorithm to SHA256.

Migration Steps

  1. Strengthen database security by upgrading the hashing algorithm from MD5 to SHA256. Review any systems relying on MD5 hashes for user passwords if direct access to hashes is required, though standard password handling should be unaffected ([#23116](https://github.com/strapi/strapi/pull/23116)).

✨ New Features

  • Revamp the Content-Type Builder (CTB) with undo/redo, drag & drop attributes, collapsible sections, concurrent editing, new shortcuts, and numerous UX/UI enhancements ([#23288](https://github.com/strapi/strapi/pull/23288)).
  • Introduce intuitive command prompts for the data transfer CLI to improve user experience ([#23421](https://github.com/strapi/strapi/pull/23421)).

🐛 Bug Fixes

  • Adjust Rollup configuration to ensure CSS files are correctly included in production builds ([#23547](https://github.com/strapi/strapi/pull/23547)).
  • Implement a check for review workflow service availability within the releases feature ([#23568](https://github.com/strapi/strapi/pull/23568)).
  • Prevent "add to release" bulk actions from displaying when draft and publish functionalities are disabled ([#23578](https://github.com/strapi/strapi/pull/23578)).
  • Resolve issue with broken pagination in the Content Manager's assets modal ([#23592](https://github.com/strapi/strapi/pull/23592)).

🔧 Affected Symbols

Content-Type Builder (CTB)data transfer CLIRollup configurationreview workflow serviceContent Manager's assets modal