v4.10.2
版本发布时间: 2023-05-03 21:12:19
strapi/strapi最新发布版本:v5.0.2(2024-10-02 22:52:46)
💅 Enhancement
- [core:admin] Enhancement: Review workflow colors and reordering (https://github.com/strapi/strapi/pull/16585) @gu-stav @Marc-Roig
- [generators:app] Init Git on project creation (https://github.com/strapi/strapi/pull/16277) @pierreburgy
⚙️ Chore
- [core:admin] fix/fix-typo-in-fr-translations (https://github.com/strapi/strapi/pull/16544) @arhubi
- [core:helper-plugin] Colocate code in helper-plugin to help with working with it (https://github.com/strapi/strapi/pull/16481) @joshuaellis
- [core:strapi] Add error message when empty content type directory exists in project (https://github.com/strapi/strapi/pull/16508) @innerdvations
- [dependencies] Remove uuid package in favor of crypto.randomUUID (https://github.com/strapi/strapi/pull/16558) @innerdvations
- [tooling] Convert admin-test-utils to TS (https://github.com/strapi/strapi/pull/16464) @joshuaellis
- [typescript] Migrate generators to ts (https://github.com/strapi/strapi/pull/16392) @alexandrebodin
🚀 New feature
- :warning: Experimental :warning: [typescript] [TS] Automatic types generation (dev mode) (https://github.com/strapi/strapi/pull/16516) @Convly
🔥 Bug fix
- [cli] Rename build directory to build-command so it doesn't get ignored (https://github.com/strapi/strapi/pull/16523) @innerdvations
- [core:admin] Fix typo in config path for SSO domain (https://github.com/strapi/strapi/pull/16567) @derrickmehaffy
- [core:data-transfer] Improve error when assets backup folder cannot be created (https://github.com/strapi/strapi/pull/16553) @christiancp100
- [core:helper-plugin] fix: AutoReload context value had incorrect names for object properties (https://github.com/strapi/strapi/pull/16543) @joshuaellis
- [core:strapi] Allow schema builder to set collection name (https://github.com/strapi/strapi/pull/16525) @innerdvations
- [typescript] Fix generator tests (upgrade to ts V5) (https://github.com/strapi/strapi/pull/16536) @Convly