v4.12.0
版本发布时间: 2023-07-27 22:42:11
strapi/strapi最新发布版本:v5.0.2(2024-10-02 22:52:46)
🚀 New feature
- [core:admin, core:review-workflows] Feature: Multiple review workflows (https://github.com/strapi/strapi/pull/16755) @gu-stav
- [core:admin] Feature: Improved Bulk Publish (https://github.com/strapi/strapi/pull/17185) @markkaylor
⚙️ Chore
- [core:admin] Chore: Split user RBAC permissions from useLicenseLimits hook (https://github.com/strapi/strapi/pull/17285) @gu-stav
- [dependencies] chore(deps): bump semver from 7.5.1 to 7.5.2 (https://github.com/strapi/strapi/pull/17090) @dependabot
- [dependencies] chore(deps): bump word-wrap from 1.2.3 to 1.2.4 (https://github.com/strapi/strapi/pull/17364) @dependabot
- [dependencies] chore(deps): bump sanitize-html from 2.10.0 to 2.11.0 (https://github.com/strapi/strapi/pull/17415) @dependabot
- [dependencies] chore(deps): bump aws-sdk from 2.1415.0 to 2.1420.0 (https://github.com/strapi/strapi/pull/17417) @dependabot
- [plugin:documentation] refactor: documentation tests (https://github.com/strapi/strapi/pull/17368) @joshuaellis
💅 Enhancement
- [core:admin] Chore: Give precedence to error.message over error.details (https://github.com/strapi/strapi/pull/17354) @gu-stav
- [core:admin] Feat: Add RBAC permissions for review-workflow settings pages (https://github.com/strapi/strapi/pull/17358) @gu-stav
- [core:review-workflows] Multiple Workflows - Tracking events (https://github.com/strapi/strapi/pull/17294) @jhoward1994
- [providers] Chunk Cloudinary uploads only for large files (https://github.com/strapi/strapi/pull/17159) @goodhoko
🔥 Bug fix
- [core:admin] admin lastname defaults to undefined (https://github.com/strapi/strapi/pull/17319) @fbalhawan
- [core:admin] [SSO] Accept null value for ssoLockedRoles (https://github.com/strapi/strapi/pull/17341) @innerdvations
- [core:admin] [SSO] allow defaultRole to be nullable when autoRegister is false (https://github.com/strapi/strapi/pull/17387) @innerdvations
- [core:admin] [bulk publish] Deselect the entries that were published from the list view (https://github.com/strapi/strapi/pull/17402) @markkaylor
- [core:admin] [bulk publish] Set page size to the number of selected entries (https://github.com/strapi/strapi/pull/17405) @markkaylor
- [core:content-manager] Bulk Publish: fix Select All not working inside the Modal (https://github.com/strapi/strapi/pull/17403) @simotae14
- [core:admin] [bulk publish] Move edit icon to the right in the Modal (https://github.com/strapi/strapi/pull/17423) @simotae14
- [core:admin] [bulk publish] Change published label in the modal (https://github.com/strapi/strapi/pull/17426) @simotae14
- [core:admin] Bulk publish: fix, enable countManyEntriesDraftRelations API only when you have selected entries in the modal (https://github.com/strapi/strapi/pull/17428) @simotae14
- [core:admin] [bulk publish] Remove sorting from the bulk publish modal (https://github.com/strapi/strapi/pull/17431) @simotae14
- [core:admin] Await for
isSsoLocked
promise, fix #17409 (https://github.com/strapi/strapi/pull/17410) @wtchnm - [core:content-manager] Fix error on adding relations (https://github.com/strapi/strapi/pull/17340) @hasebsiddiqui
- [core:content-manager] fix: display & clone relations in components (https://github.com/strapi/strapi/pull/17363) @joshuaellis
- [core:database] fix: relations are not returned in the correct order (https://github.com/strapi/strapi/pull/17262) @Marc-Roig
- [core:strapi] Fix command not mounting the routes correctly (https://github.com/strapi/strapi/pull/17396) @alexandrebodin
- [core:utils] Fix Strapi utils with ts migration (https://github.com/strapi/strapi/pull/17380) @alexandrebodin