💅 Enhancement
- [core:admin] Enhancement: Review workflow colors and reordering (#16585) @gu-stav @Marc-Roig
- [generators:app] Init Git on project creation (#16277) @pierreburgy
⚙️ Chore
- [core:admin] fix/fix-typo-in-fr-translations (#16544) @arhubi
- [core:helper-plugin] Colocate code in helper-plugin to help with working with it (#16481) @joshuaellis
- [core:strapi] Add error message when empty content type directory exists in project (#16508) @innerdvations
- [dependencies] Remove uuid package in favor of crypto.randomUUID (#16558) @innerdvations
- [tooling] Convert admin-test-utils to TS (#16464) @joshuaellis
- [typescript] Migrate generators to ts (#16392) @alexandrebodin
🚀 New feature
🔥 Bug fix
- [cli] Rename build directory to build-command so it doesn't get ignored (#16523) @innerdvations
- [core:admin] Fix typo in config path for SSO domain (#16567) @derrickmehaffy
- [core:data-transfer] Improve error when assets backup folder cannot be created (#16553) @christiancp100
- [core:helper-plugin] fix: AutoReload context value had incorrect names for object properties (#16543) @joshuaellis
- [core:strapi] Allow schema builder to set collection name (#16525) @innerdvations
- [typescript] Fix generator tests (upgrade to ts V5) (#16536) @Convly