v4.9.2
版本发布时间: 2023-04-19 21:01:11
strapi/strapi最新发布版本:v5.0.2(2024-10-02 22:52:46)
🔥 Bug fix
- [core:admin] Fix
yarn strapi build
to use admin package .browserslistrc (https://github.com/strapi/strapi/pull/16196) @hsource - [core:admin] Fix Admin Crashes when user roles are accessed without create or update rights (https://github.com/strapi/strapi/pull/16279) @simotae14
- [core:admin] EE Fix audit logs permissions error (https://github.com/strapi/strapi/pull/16343) @markkaylor
- [core:admin] Fix a keys problem with the social links on homepage (https://github.com/strapi/strapi/pull/16413) @Feranchz
- [core:content-manager] fix: Reorder relations in dynamic components crashes page (https://github.com/strapi/strapi/pull/16332) @gitstart
- [core:content-manager] Auto close the edit modal on form submit (https://github.com/strapi/strapi/pull/16383) @LuisRodriguezLD
- [core:content-type-builder] Fix 'preceding' typo (https://github.com/strapi/strapi/pull/16303) @hatsforclowns
- [core:data-transfer] Await websocket connection to be established in push and pull transfers (https://github.com/strapi/strapi/pull/16251) @Bassel17
- [core:data-transfer] [Data transfer] Exclude optional admin types in schema check (https://github.com/strapi/strapi/pull/16268) @innerdvations
- [core:database] [Fix] Reorder relations with null order values (https://github.com/strapi/strapi/pull/16298) @Marc-Roig
- [core:database] Fix(transactions): Do not return completed transactions (https://github.com/strapi/strapi/pull/16341) @Marc-Roig
- [dependencies] chore: release peer version constraint using ^ (https://github.com/strapi/strapi/pull/16348) @chentsulin
- [providers] Don't use a named export, export an object for audit-logs content-type (https://github.com/strapi/strapi/pull/16371) @joshuaellis
💅 Enhancement
- [cli] [Data transfer] Add telemetry to transfer command (https://github.com/strapi/strapi/pull/16255) @innerdvations
- [core:admin] Russian translation for core:admin (https://github.com/strapi/strapi/pull/16236) @hide-me
- [core:helper-plugin] use Intl APIs for filtering and sorting (https://github.com/strapi/strapi/pull/16417) @joshuaellis
⚙️ Chore
- [core:content-manager] CM: Cleanup props for CollectionType and SingleType form wrapper (https://github.com/strapi/strapi/pull/16355) @gu-stav
- [core:content-manager] Refactor content manager field sizes management (https://github.com/strapi/strapi/pull/16387) @remidej
- [tooling] chore: only use node 18 for lint (https://github.com/strapi/strapi/pull/16353) @joshuaellis
- [typescript] Migration of providers to ts (https://github.com/strapi/strapi/pull/16323) @alexandrebodin
📖 Documentation
- [docs] Remove out of date lerna references from docs (https://github.com/strapi/strapi/pull/16400) @innerdvations