Releases: strapi/sdk-plugin
Releases · strapi/sdk-plugin
v6.0.1
v6.0.0
Major Changes
-
#103
cce52a6Thanks @jhoward1994! - ### Breaking Changes- Removed
@strapi/pack-updependency - build system now uses Vite v6 directly packup.config.tsis no longer used (can be safely deleted)- Sourcemaps now default to
false(use--sourcemapflag to enable)
Migration
- Delete
packup.config.tsfrom your plugin (it's no longer read) - If you need sourcemaps, add
--sourcemapto your build command
Why This Change?
- Resolves Vite security vulnerability (CVE) that existed in pack-up's dependencies
- Simplifies the build system with direct Vite configuration
- Reduces maintenance overhead by removing the pack-up abstraction layer
- Removed
v5.4.0
Minor Changes
- #97
bb1d25cThanks @boazpoolman! - refactor: update the routes folder format for the init command
Patch Changes
- #104
d5ccf04Thanks @jhoward1994! - update @strapi/pack-up to 5.1.1 - resolving vite vulnerability
v5.3.2
Patch Changes
- #72
9747836Thanks @boazpoolman! - Fix the routes config for it to be properly registered
v5.3.1
Patch Changes
- #81
58bf397Thanks @innerdvations! - fix: allow any file extension in exports string
v5.3.0
Minor Changes
- #70
3a01652Thanks @jhoward1994! - make react deps compatible with design system
v5.2.8
Patch Changes
- #66
2aa1e40Thanks @Link2Twenty! - fix: registerTrads function
v5.2.7
Patch Changes
- #54
fc7192aThanks @alexandrebodin! - chore: use esm for server code by default
v5.2.6
v5.2.5
5.2.5
Patch Changes
-
#53
4c9d898Thanks @alexandrebodin! - Remove unecessary commonjs plugin -
#52
374fd9aThanks @alexandrebodin! - chore: update readme and some typescript issues