v4.11.4
版本发布时间: 2023-07-05 22:56:11
strapi/strapi最新发布版本:v5.0.2(2024-10-02 22:52:46)
⚙️ Chore
- [core:content-manager] Remove unnecessary code replaced by sanitize (https://github.com/strapi/strapi/pull/17108) @alexandrebodin
- [core:helper-plugin] chore: remove react-select usage from RelationInput (https://github.com/strapi/strapi/pull/16671) @joshuaellis
- [core:utils] Init utils in ts (https://github.com/strapi/strapi/pull/16938) @alexandrebodin
- [dependencies] Bump webpack-bundle-analyzer from 4.8.0 to 4.9.0 (https://github.com/strapi/strapi/pull/17164) @dependabot
- [dependencies] Bump aws-sdk from 2.1399.0 to 2.1409.0 (https://github.com/strapi/strapi/pull/17165) @dependabot
- [dependencies] chore: update DS to 1.8.1 (https://github.com/strapi/strapi/pull/17169) @joshuaellis
- [docs] Fix broken links in contributor docs (https://github.com/strapi/strapi/pull/17114) @innerdvations
- [tooling] Bump jest versions to 29.5 and ts-jest to 29.1 (https://github.com/strapi/strapi/pull/16702) @innerdvations
🔥 Bug fix
- [core:admin] fix: Update lastUsedAt once an hour (https://github.com/strapi/strapi/pull/17099) @Marc-Roig
- [core:admin] fix bug on Settings > Documentation & Advanced setting tab while saving (https://github.com/strapi/strapi/pull/17110) @nitinmadelyn
- [core:admin] Fix : Content manager shows 403 (permissions error) on page reload (https://github.com/strapi/strapi/pull/17121) @geeky-biz
- [core:admin] [ADMIN] fix bug on saving user details (https://github.com/strapi/strapi/pull/17141) @nitinmadelyn
- [core:content-manager] EE Fix missing review workflows column (https://github.com/strapi/strapi/pull/17131) @markkaylor
- [core:content-type-builder] fix: Content-Type-Builder removes hidden fields on save (https://github.com/strapi/strapi/pull/16825) @gitstart
- [core:data-transfer] Optimise pull transfer for entities, configurations, links and assets (https://github.com/strapi/strapi/pull/17122) @christiancp100
- [core:database] Fix date parser (https://github.com/strapi/strapi/pull/17204) @christiancp100
- [core:helper-plugin] fix: remove parseISO and just use native Date instead (https://github.com/strapi/strapi/pull/17117) @joshuaellis
- [core:helper-plugin] refactor: useRBAC hook to stop infinite loop (https://github.com/strapi/strapi/pull/17140) @joshuaellis
- [core:review-workflows] migration FIX: Review Workflows webhooks blitz bugs (https://github.com/strapi/strapi/pull/17128) @jhoward1994
- [core:upload] fix: Preview issue after image replacement (https://github.com/strapi/strapi/pull/17095) @danishjoseph
- [core:upload] refactor: useAsset query to use folderPath (https://github.com/strapi/strapi/pull/17154) @joshuaellis
- [core:utils] Fix entity-service filter $between operator to allow Date objects (https://github.com/strapi/strapi/pull/17139) @innerdvations
- [plugin:graphql] Fix GraphQL pagination results (https://github.com/strapi/strapi/pull/17143) @innerdvations
- [plugin:i18n] add transformParamsToQuery back to fix error (https://github.com/strapi/strapi/pull/17127) @Boegie19
📖 Documentation
- [docs] [DTS] Contributor docs for data-transfer package (https://github.com/strapi/strapi/pull/16953) @innerdvations
- [docs] doc: examples of async utils (https://github.com/strapi/strapi/pull/17137) @Marc-Roig