v4.19.0
版本发布时间: 2024-01-24 23:04:11
strapi/strapi最新发布版本:v5.0.2(2024-10-02 22:52:46)
🚀 New feature
-
Content Releases :tada: @markkaylor @Feranchz @simotae14
-
[core:admin] feat: add vite (https://github.com/strapi/strapi/pull/18697) @joshuaellis
-
[core:strapi] feat(strapi): add experimental plugin:watch:link command to CLI (https://github.com/strapi/strapi/pull/19143) @joshuaellis
💅 Enhancement
- [tooling] ci(perf): update yarn-nm-install action (https://github.com/strapi/strapi/pull/18747) @belgattitude
⚙️ Chore
- [core:admin] chore(admin): data-transfer should be dev dep & peer dep loose (https://github.com/strapi/strapi/pull/19192) @joshuaellis
- [core:content-type-builder] chore(ctb): remove "new" badge on Blocks attribute (https://github.com/strapi/strapi/pull/19246) @remidej
- [core:data-transfer] chore: improve logging for assets restore error (https://github.com/strapi/strapi/pull/19251) @innerdvations
- [generators:app] feat: Automatically Create 'plugins.js/ts' in Config on New Strapi Project Initialization (https://github.com/strapi/strapi/pull/19025) @L-Weisz
🔥 Bug fix
- [core:data-transfer] fix(data-transfer): Skip and warn on orphan links in import and transfer (https://github.com/strapi/strapi/pull/19186) @christiancp100
- [typescript] Respect autogenerate setting for JS projects (https://github.com/strapi/strapi/pull/19207) @innerdvations
- [typescript] Fix Types Generation for Biginteger Attributes With Default Values (https://github.com/strapi/strapi/pull/19241) @Convly