💅 Enhancement
- [core:admin] useFetchClient hook replacing axiosInstance (#14759) @simotae14
- [core:admin] replace some lodash function with native (#14996) @jimmywarting
- [core:admin] Add Turkish translation (#15145) @bdaylik
- [core:content-type-builder] Tracking system, editing collection name (#14927) @simotae14
- [core:upload] ML: Empty state is shown after deleting all assets from a page (#14359) @gitstart
⚙️ Chore
- [dependencies] chore(deps): bump react-router-dom from 5.2.0 to 5.3.4 (#14988) @dependabot
- [dependencies] chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#15083) @dependabot
- [dependencies] chore(deps-dev): bump jest-styled-components from 7.0.2 to 7.1.1 (#15090) @dependabot
- [tooling] Add support team issue workflows to GH Actions (#14565) @derrickmehaffy
📖 Documentation
- [docs] Fix typo (#15001) @fenghan34
🔥 Bug fix
- [cli] Fix create-strapi-app for commander 8.2.0 (#15060) @innerdvations
- [core:admin] Change strapi icons color in dashboard (#15047) @simotae14
- [core:content-manager] Fix some usecases where deadlocks can happen (#15034) @petersg83
- [core:content-manager] fix: wrong editor focus checking method (#15052) @gitstart
- [core:content-manager] [CustomInputs]: add global cache to useLazyComponents (#15067) @joshuaellis
- [core:content-manager] [CRUDReducer]: Add flag to only set modified data (#15098) @joshuaellis
- [core:content-manager] fix: filter path because a dynamic zone is a component but it should be classified as a dynamic zone (#15139) @joshuaellis
- [core:content-manager] fix: Relations are missing a focus outline on a single item title (#15164) @gitstart
- [core:database] Fix: many to many relationship to the same content type gives error on save (#15003) @Marc-Roig
- [core:database] Fix all usecases where deadlocks can happen (for MySQL versions above 5 and MariaDB) (#15143) @petersg83
- [core:upload] Preserve folder id when cropping images (#15092) @gu-stav
- [core:upload] ML: Unable to select all media library assets, when page is greater than 1 (#15132) @gitstart
- [generators:app] fix import of @strapi/icons/Puzzle in generated admin plugin (#15016) @tomscytale
- [tooling] [build-script]: use / as the path separator for glob.sync (#15140) @joshuaellis
🚨 Security
- [core:admin] Protect telemetry properties route (#15111) @christiancp100