v4.3.3
版本发布时间: 2022-08-10 20:10:09
strapi/strapi最新发布版本:v5.0.2(2024-10-02 22:52:46)
:key: Key mentions / breaking changes
- We have deprecated the Rackspace upload provider, you can find it's archive repo here: https://github.com/strapi/strapi-provider-upload-rackspace and this is largely because the usage of this provider is practically zero and it has become quite difficult to actually test. After several attempts to contact Rackspace without much luck.
🔥 Bug fix
- [cli] Add apiToken.salt directly in the config of created projects (https://github.com/strapi/strapi/pull/13934) @petersg83
- [cli] clean config files for generated projects (https://github.com/strapi/strapi/pull/13958) @petersg83 @eventyret
- [core:admin] Fix webpack custom config loading in TypeScript projects (https://github.com/strapi/strapi/pull/13905) @simotae14
- [core:admin] Fix upload of menu logo (https://github.com/strapi/strapi/pull/13964) @petersg83
- [core:content-manager] CellContent: Relax number formatting (https://github.com/strapi/strapi/pull/13993) @gu-stav
- [core:content-manager] Fix wrong file location when editing a file from the content-manager (https://github.com/strapi/strapi/pull/14040) @petersg83
- [core:database] fix: diff indexes columns (https://github.com/strapi/strapi/pull/13655) @lkho
- [core:database] Fix count issue when deep filtering (https://github.com/strapi/strapi/pull/13928) @Bassel17
- [core:strapi] Fix CORS response headers. (https://github.com/strapi/strapi/pull/13611) @alexdupre
- [core:upload] Do not override width and height after uploading image (https://github.com/strapi/strapi/pull/13930) @Marc-Roig
- [core:upload] Fix: app crashes on upload corrupt image (https://github.com/strapi/strapi/pull/13949) @Marc-Roig
- [core:upload] Upload: Handle file upload errors gracefully (https://github.com/strapi/strapi/pull/13976) @gu-stav
- [core:upload] Generate fileInfo for every file when uploading in bulk (https://github.com/strapi/strapi/pull/14002) @WalkingPizza
- [core:upload] [Fix] Folder location AssetDialog (https://github.com/strapi/strapi/pull/14042) @ronronscelestes
- [plugin:graphql] feat(graphql): Add bounded cache (https://github.com/strapi/strapi/pull/13793) @ihmpavel
- [typescript] Fix false positive results for ts utils' getConfigPath (https://github.com/strapi/strapi/pull/13937) @Convly
- [typescript] Fix invalid return for ts get-config-path (https://github.com/strapi/strapi/pull/13950) @Convly
⚙️ Chore
- [core:admin] chore: Bump @strapi/design-system to 1.2.1 (https://github.com/strapi/strapi/pull/13799) @gu-stav
- [core:strapi] Chore: Update @strapi/* dependencies in examples (https://github.com/strapi/strapi/pull/14025) @gu-stav
- [core:upload] Deprecate Rackspace upload provider (https://github.com/strapi/strapi/pull/14043) @derrickmehaffy
- [dependencies] Bump @babel/plugin-transform-modules-commonjs from 7.16.7 to 7.18.6 (https://github.com/strapi/strapi/pull/13848) @dependabot
- [dependencies] Bump @graphql-tools/utils from 8.6.6 to 8.9.0 (https://github.com/strapi/strapi/pull/13880) @dependabot
- [dependencies] Bump cloudinary from 1.29.0 to 1.30.1 (https://github.com/strapi/strapi/pull/13923) @dependabot
- [dependencies] Bump @babel/plugin-proposal-optional-chaining from 7.16.7 to 7.18.9 (https://github.com/strapi/strapi/pull/13938) @dependabot
- [dependencies] Move from deprecated packages to graphql-scalars to handle scalar types (https://github.com/strapi/strapi/pull/13941) @Convly
- [dependencies] Bump mailgun.js from 5.0.2 to 5.2.2 (https://github.com/strapi/strapi/pull/13967) @dependabot
- [dependencies] GraphQL: Remove unused @apollo/federation dependency (https://github.com/strapi/strapi/pull/13985) @gu-stav
- [dependencies] Bump ci-info from 3.1.1 to 3.3.2 (https://github.com/strapi/strapi/pull/13991) @dependabot
- [docs] Init tech docs (https://github.com/strapi/strapi/pull/13710) @alexandrebodin
- [tooling] Update dependabot config (https://github.com/strapi/strapi/pull/13961) @alexandrebodin
- [tooling] Chore: Remove legacy travis config file (https://github.com/strapi/strapi/pull/14018) @gu-stav
💅 Enhancement
- [core:content-manager] update: localized attribute filter (https://github.com/strapi/strapi/pull/13846) @smoothdvd
- [core:content-type-builder] CTB: Update SubNav styles using improved DS properties (https://github.com/strapi/strapi/pull/13943) @gu-stav
- [core:upload] ML: Improve canRead and canCreate permission messages (https://github.com/strapi/strapi/pull/13978) @gu-stav
- [plugin:i18n] Add more locales. smn, smn_FI, se, se_FI, se_NO, se_SE, gd, gd_GB, ug… (https://github.com/strapi/strapi/pull/13875) @JWesorick
🚀 New feature
- [core:upload] documentation [Features] Breadcrumbs Folders navigation (https://github.com/strapi/strapi/pull/13917) @ronronscelestes
- [plugin:users-permissions] Allow users to change own password (https://github.com/strapi/strapi/pull/12890) @WalkingPizza @alexandrebodin