Releases: mattmilburn/strapi-plugin-snippets
Releases · mattmilburn/strapi-plugin-snippets
v2.0.0
Fully refactored for TypeScript and Strapi 5 compatibility 🎉
Please see the Migrations Guide to keep your snippets plugin up-to-date.
v1.3.0
⚙️ Chore
- Bump versions for Strapi packages to use minimum version
4.13.1
. - Bump versions for node
engines
to>=16.0.0 <=20.x.x
. - Bump versions for various React packages.
v1.2.0
⚙️ Chore
- Bump React dependency version to
^17.0.0 || ^18.0.0
- Bump minimum Strapi dependencies version to
4.11.0
v1.1.2
🐛 Bug fixes
- Remove unnecessary
Initializer
component. - Remove unnecessary
async
andawait
fromvalidateFormat
service usage.
⚙️ Chore
- Replace
request
usage withuseFetchClient
hook.
v1.1.1
🐛 Bug fixes
- Fix issue with server transform middleware incorrectly parsing data.
v1.1.0
💅🏻 Enhancements
- Dev tools for
eslint
,prettier
,jest
, and pre-commit actions.
🐛 Bug fixes
- Fix logic in lifecycle methods to more properly support both single and collection types.
⚙️ Chore
- 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.
v1.0.0
This is the first official release for my snippets plugin. 🎉