Skip to content

v1.6.0

Compare
Choose a tag to compare
@mattmilburn mattmilburn released this 04 Dec 15:08
· 7 commits to staging since this release

💅🏻 Enhancements

  • Dev tools for eslint, prettier, jest, and pre-commit actions.
  • Documentation plugin support.

🐛 Bug fixes

  • Fix issue where time field values were saving incorrectly.

⚙️ Chore

  • Sync Strapi core components.
  • Bump versions for Strapi packages to use minimum version 4.13.1.
  • Bump versions for Strapi design-system packages to use minimum version 1.9.0.
  • Bump versions for node engines to >=16.0.0 <=20.x.x.
  • Bump versions for various React packages.
  • Replace request and axios usage with useFetchClient hook.
  • Install husky and lint-staged to enable pre-commit actions.
  • Add lint, format, and test scripts in package.json.
  • Minor refactoring to satisfy eslint and prettier rules.