Releases: pluginpal/strapi-webtools
Releases · pluginpal/strapi-webtools
[email protected]
Patch Changes
- 401bfcd: Rename API endpoint /webtools/url-alias/all to /webtools/url-alias
[email protected]
Patch Changes
- d37fb75: Updated react peer-dependency range to allow ^17 || ^18
[email protected]
Major Changes
- e7d270c: Initial release! 🎉
[email protected]
Major Changes
-
01b242c: Beta release! 🎉
Migration
Refer to the migration guide when updating fromalpha
tobeta
.Changes
- The plugin was renamed from 'URL alias' to 'Webtools'
- The API endpoints got renamed as well
- Refactored the repository into a monorepo
- Native relations (#43)
- Give API permissions to the public UP role by default (#22)
Chores
- Better automated testing
- Stricter linting rules
Patch Changes
- b9d7aa6: Updated
transformResponse
strategy for usage with Strapi 4.15 - Updated dependencies [e7d270c]
- @pluginpal/[email protected]
v1.0.0-alpha.11
✅
- Drop node 16 support #58 @MSACC @Alexnortung
- bump @adobe/css-tools from 4.2.0 to 4.3.1 #50 @dependabot
- bump postcss from 8.4.27 to 8.4.31 #57 @dependabot
- bump @babel/traverse from 7.22.8 to 7.23.2 #59 @dependabot
1.0.0-alpha.10
Bug fixes
v1.0.0-alpha.9
New 🚀
- Add checkbox to enable URL alias like you would localization on a content type (#15) @Alexnortung
Fixes 🐛
- Make
url_path_id
unique at database level @Alexnortung - Cannot read property 'url_path' of null (#21) @vsychov
- Fix pattern input field @Alexnortung
- Query pages from all languages in the
/get
endpoint @boazpoolman
Chores ✅
- Moved the entire codebase to Typescript @Alexnortung
- Security updates @boazpoolman
v1.0.0-alpha.6
Bugfixes
- Fix 403 access issue #17