Releases: mattmilburn/strapi-plugin-permalinks
Releases · mattmilburn/strapi-plugin-permalinks
v2.2.2
🐛 Bug fixes
- Fix i18n related issues - @roberttullycarr
v2.2.1
💅🏻 Enhancements
- Add Russian language translations.
⚙️ Chore
- Implement
useAPIErrorHandler
infetchClient
responses.
v2.2.0
⚙️ 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
⚙️ Chore
- Bump React dependency version to
^17.0.0 || ^18.0.0
- Bump minimum Strapi dependencies version to
4.11.0
v2.0.1
💅🏻 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
💥 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.
Release v1.0.4
🐛 Bug fixes
- Fix issue with server transform middleware incorrectly parsing data.
Release v1.0.3
⚙️ Chore
- Set
styled-components
to explicitly use v5.3.3 as per Strapi Marketplace requirements.
Release v1.0.2
🐛 Bug fixes
- Fix mistake with
getApiUrl
wherewindow.location
was used instead ofstrapi.backendURL
.
Release v1.0.1
🐛 Bug fixes
- Create
getApiUrl
util which fixes a bug while running Strapi withyarn develop
and not using the--watch-admin
flag.