v4.10.7
版本发布时间: 2023-05-31 23:50:23
strapi/strapi最新发布版本:v5.0.2(2024-10-02 22:52:46)
🔥 Bug fix
- [core:data-transfer] Save schemas in memory and use them instead of calling providers every time (https://github.com/strapi/strapi/pull/16812) @Bassel17
- [core:data-transfer] [DTS] Fix broken entity and links filtering (eg, admin data appearing in transfers) (https://github.com/strapi/strapi/pull/16842) @innerdvations
- [core:helper-plugin] Fix: Textarea events (https://github.com/strapi/strapi/pull/16831) @gu-stav
- [plugin:documentation] Fix: Avoid replacing entire generatedDocumentation components (https://github.com/strapi/strapi/pull/16788) @ammi1378
- [plugin:i18n] [fix] i18n entity-service decorator findMany (https://github.com/strapi/strapi/pull/16486) @Boegie19
⚙️ Chore
- [core:admin] Chore: Improve useReviewWorkflows() interface (https://github.com/strapi/strapi/pull/16820) @gu-stav
- [core:content-manager] Chore: Refactor useModels to use react-query rather than useReducer (https://github.com/strapi/strapi/pull/16804) @gu-stav
- [core:helper-plugin] Chore: Notification - Add missing translation (https://github.com/strapi/strapi/pull/16861) @gu-stav
- [dependencies] chore(deps): bump fork-ts-checker-webpack-plugin from 7.2.1 to 7.3.0 (https://github.com/strapi/strapi/pull/16649) @dependabot
- [dependencies] Chore: Update @strapi/design-system and @strapi/icons to 1.7.9 (https://github.com/strapi/strapi/pull/16843) @gu-stav
- [dependencies] chore(deps): bump axios from 1.3.4 to 1.4.0 (https://github.com/strapi/strapi/pull/16850) @dependabot
- [dependencies] chore(deps-dev): bump @testing-library/dom from 8.19.0 to 8.20.0 (https://github.com/strapi/strapi/pull/16851) @dependabot
- [dependencies] chore(deps): bump formik from 2.2.9 to 2.4.0 (https://github.com/strapi/strapi/pull/16853) @dependabot
- [tooling] chore: add file extension to remove-dist-tag workflow (https://github.com/strapi/strapi/pull/16808) @joshuaellis
- [tooling] Remove typedoc dev dependency (https://github.com/strapi/strapi/pull/16833) @innerdvations
💅 Enhancement
- [core:admin] Translation english to arabic (https://github.com/strapi/strapi/pull/16673) @Marwa-Hodeib
- [core:admin] Enhancement: Create useAdminUsers data fetching hook (https://github.com/strapi/strapi/pull/16816) @gu-stav
- [core:helper-plugin] feat: introduce useClipboard hook to remove dependency (https://github.com/strapi/strapi/pull/16751) @joshuaellis
📖 Documentation
- [core:content-manager] Chore: Add docs and auto-mock for useContentTypes() (https://github.com/strapi/strapi/pull/16809) @gu-stav
- [core:database] doc: transactions (https://github.com/strapi/strapi/pull/16807) @Marc-Roig
🚀 New feature
- [core:admin] documentation SSO - local authentication lock-out hide password section in the Profile page (https://github.com/strapi/strapi/pull/16819) @simotae14