v2.0.0
💥 Breaking Changes! 💥
Please see the Migrations Guide to keep your permalinks plugin up-to-date.
💅🏻 Enhancements
- Custom field now uses
string
field type instead ofuid
. - 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 applyingtargetField
andtargetRelation
to an attribute schema. - Replace
request
andaxios
usage withuseFetchClient
hook. - Install
husky
andlint-staged
to enable pre-commit actions. - Add
lint
,format
, andtest
scripts in package.json. - Minor refactoring to satisfy eslint and prettier rules.