Skip to content

v2.0.0

Compare
Choose a tag to compare
@mattmilburn mattmilburn released this 13 Aug 23:11
· 25 commits to staging since this release

💥 Breaking Changes! 💥

Please see the Migrations Guide to keep your permalinks plugin up-to-date.

💅🏻 Enhancements

  • Custom field now uses string field type instead of uid.
  • Lifecycle methods to validate uniqueness and formatting.
  • Dev tools for eslint, prettier, jest, and pre-commit actions.

🐛 Bug fixes

  • Various UI fixes.
  • Various server validation fixes.
  • Fix parsing issues with transform middleware.

⚙️ Chore

  • Bump peer dependency for Strapi to 4.9.0.
  • Use pluginOptions for applying targetField and targetRelation to an attribute schema.
  • 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.