- #116
b844cc1Thanks @Leptopoda! - remove maximum node version from engines to allow node 24
-
#124
eb33a92Thanks @boazpoolman! - chore: update dependencies -
#121
b8d289bThanks @boazpoolman! - fix type declarations not being generated for custom exportsPreviously, only
./strapi-adminand./strapi-serverexports would produce.d.tsfiles when atypesfield was defined inpackage.json. Custom exports silently skipped type generation because no per-bundle tsconfig existed for them.The build now falls back to the project root
tsconfig.build.jsonortsconfig.jsonwhen no per-bundle tsconfig is found, so any export with atypesfield will correctly emit type declarations. -
#117
6a61df0Thanks @jhoward1994! - include all source files for type declaration -
#123
c8bbba9Thanks @jhoward1994! - Pin generated plugin devDependenciestypescriptand@strapi/typescript-utilsto^5so install succeeds with Strapi 5 (avoids resolving TypeScript 6, which conflicts withreact-intl@6peerOptional range).
- #112
d0b76e3Thanks @jhoward1994! - lock version of react-intl to a strapi compatible major
-
#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)
- Delete
packup.config.tsfrom your plugin (it's no longer read) - If you need sourcemaps, add
--sourcemapto your build command
- 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
- #97
bb1d25cThanks @boazpoolman! - refactor: update the routes folder format for the init command
- #104
d5ccf04Thanks @jhoward1994! - update @strapi/pack-up to 5.1.1 - resolving vite vulnerability
- #72
9747836Thanks @boazpoolman! - Fix the routes config for it to be properly registered
- #81
58bf397Thanks @innerdvations! - fix: allow any file extension in exports string
- #70
3a01652Thanks @jhoward1994! - make react deps compatible with design system
- #66
2aa1e40Thanks @Link2Twenty! - fix: registerTrads function
- #54
fc7192aThanks @alexandrebodin! - chore: use esm for server code by default
38263ffThanks @alexandrebodin! - Traget 5.0.0
-
#53
4c9d898Thanks @alexandrebodin! - Remove unecessary commonjs plugin -
#52
374fd9aThanks @alexandrebodin! - chore: update readme and some typescript issues
- #50
08d2f73Thanks @alexandrebodin! - chore: remove strapi-server file from generate plugin
- #48
43ab894Thanks @alexandrebodin! - fix missing commonjs plugin
- #43
845a3b0Thanks @jhoward1994! - add admin jsconfig when building plugin in javascript
- #36
f5ddf69Thanks @innerdvations! - In Strapi projects, generate plugin in plugins path and log config info
- #38
52c55bfThanks @innerdvations! - Support commonjs plugins
- #28
4711257Thanks @innerdvations! - Use rc versions instead of beta
-
#20
6c829ccThanks @innerdvations! - Make package manager not strict -
#25
6f9c20bThanks @innerdvations! - Use correct extensions for javascript projects -
#26
af82a2cThanks @innerdvations! - fix workflow permissions
-
#16
80d6ab4Thanks @innerdvations! - Fix build for v5 plugins -
#9
6e705f0Thanks @joshuaellis! - fix: bin file incorrectly named -
#19
01bc634Thanks @innerdvations! - Exit pre mode -
#18
7d42be8Thanks @innerdvations! - Add .tsbuildinfo to gitignore -
6fb61d9Thanks @joshuaellis! - various fixes
6fb61d9Thanks @joshuaellis! - various fixes
- #9
6e705f0Thanks @joshuaellis! - fix: bin file incorrectly named