Skip to content

Releases: mattmilburn/strapi-plugin-permalinks

v2.2.2

07 Sep 20:22
Compare
Choose a tag to compare

🐛 Bug fixes

v2.2.1

08 Feb 16:57
Compare
Choose a tag to compare

💅🏻 Enhancements

  • Add Russian language translations.

⚙️ Chore

  • Implement useAPIErrorHandler in fetchClient responses.

v2.2.0

09 Nov 16:39
Compare
Choose a tag to compare

⚙️ Chore

  • 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.

v2.1.0

28 Sep 23:20
Compare
Choose a tag to compare

⚙️ Chore

  • Bump React dependency version to ^17.0.0 || ^18.0.0
  • Bump minimum Strapi dependencies version to 4.11.0

v2.0.1

19 Aug 23:09
Compare
Choose a tag to compare

💅🏻 Enhancements

  • Wrap custom field with forwardRef for future auto-focus compatibility in Strapi v4.13.
  • Create new icon for the custom field in content-type builder.

🐛 Bug fixes

  • Remove unnecessary Initializer component.

v2.0.0

13 Aug 23:11
Compare
Choose a tag to compare

💥 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.

Release v1.0.4

30 Jul 21:55
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fix issue with server transform middleware incorrectly parsing data.

Release v1.0.3

23 Mar 19:35
Compare
Choose a tag to compare

⚙️ Chore

  • Set styled-components to explicitly use v5.3.3 as per Strapi Marketplace requirements.

Release v1.0.2

22 Mar 19:16
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fix mistake with getApiUrl where window.location was used instead of strapi.backendURL.

Release v1.0.1

21 Mar 20:48
Compare
Choose a tag to compare

🐛 Bug fixes

  • Create getApiUrl util which fixes a bug while running Strapi with yarn develop and not using the --watch-admin flag.