v5.0.0-rc.0
版本发布时间: 2024-06-26 21:18:13
strapi/strapi最新发布版本:v5.0.2(2024-10-02 22:52:46)
What's Changed
- chore(tooling): add commitlint by @joshuaellis in https://github.com/strapi/strapi/pull/18402
- feat(core/database): add internal migrations by @alexandrebodin in https://github.com/strapi/strapi/pull/18437
- chore(core/strapi): remove postinstall by @alexandrebodin in https://github.com/strapi/strapi/pull/18467
- fix: re add deleted afterSync hook by @Marc-Roig in https://github.com/strapi/strapi/pull/18559
- fix: add react resolutions into root package json by @Marc-Roig in https://github.com/strapi/strapi/pull/18561
- [v5] Replace fast-deep-equal with lodash/fp isEqual by @innerdvations in https://github.com/strapi/strapi/pull/18512
- [v5] Remove support for MySQL v5 by @innerdvations in https://github.com/strapi/strapi/pull/18499
- [v5] Only support better-sqlite3 package for sqlite by @innerdvations in https://github.com/strapi/strapi/pull/18500
- [v5] Use mysql2 as the package for mysql by @innerdvations in https://github.com/strapi/strapi/pull/18503
- [v5] Run dialect initializations on every new connection in the pool by @innerdvations in https://github.com/strapi/strapi/pull/18588
- V5: add Document ID by @Marc-Roig in https://github.com/strapi/strapi/pull/18303
- [v5] use fetch api for strapi.fetch by @innerdvations in https://github.com/strapi/strapi/pull/18508
- [v5] Replace usage of http/https for requests with fetch api by @innerdvations in https://github.com/strapi/strapi/pull/18510
- chore: remove ee direct imports by @alexandrebodin in https://github.com/strapi/strapi/pull/18897
- [v5] ] Set default log level to 'info' by @innerdvations in https://github.com/strapi/strapi/pull/18904
- feat: Document Service by @Marc-Roig in https://github.com/strapi/strapi/pull/18558
- chore: update typescript module by @innerdvations in https://github.com/strapi/strapi/pull/18938
- chore: update knex to 3.0.1 by @innerdvations in https://github.com/strapi/strapi/pull/18936
- [Upgrade Tool] Refactor by @Convly in https://github.com/strapi/strapi/pull/18995
- [Upgrade Tool] Upgrade package.json dependencies by @Convly in https://github.com/strapi/strapi/pull/19005
- [Upgrade Tool] Dependencies installation during the upgrade process by @Convly in https://github.com/strapi/strapi/pull/19009
- chore(core): split strapi/strapi & strapi/core by @alexandrebodin in https://github.com/strapi/strapi/pull/18927
- Upgrade tool minor and patch commands by @Bassel17 in https://github.com/strapi/strapi/pull/19027
- chore(strapi/strapi): simplify code by @alexandrebodin in https://github.com/strapi/strapi/pull/19031
- chore: lint test scripts by @innerdvations in https://github.com/strapi/strapi/pull/19057
- [Upgrade Tool] Chores / Quality of Life Improvements by @Convly in https://github.com/strapi/strapi/pull/19053
- [Content manager] Refactor useContentManagerInitData to remove ModelsContext by @jhoward1994 in https://github.com/strapi/strapi/pull/19042
- chore: move commands from admin back to strapi/strapi by @alexandrebodin in https://github.com/strapi/strapi/pull/19091
- Select and run codemods only by @christiancp100 in https://github.com/strapi/strapi/pull/19083
- Add unit tests for upgrade tool by @christiancp100 in https://github.com/strapi/strapi/pull/19056
- Add tests for the upgrade task by @christiancp100 in https://github.com/strapi/strapi/pull/19111
- [TS] Add types for configuration files by @innerdvations in https://github.com/strapi/strapi/pull/17612
- Initialize CLI e2e testing framework by @innerdvations in https://github.com/strapi/strapi/pull/19071
- Upgrade Tool by @innerdvations in https://github.com/strapi/strapi/pull/19148
- Only support better-sqlite3 package for sqlite by @christiancp100 in https://github.com/strapi/strapi/pull/19155
- Refactor cli code by @alexandrebodin in https://github.com/strapi/strapi/pull/19181
- chore: fix minor ts issues in cli by @alexandrebodin in https://github.com/strapi/strapi/pull/19180
- feat: ignore locale parameter on non localized content types by @Marc-Roig in https://github.com/strapi/strapi/pull/19191
- [CLI Tests] Add seeding capabilities by @Convly in https://github.com/strapi/strapi/pull/19170
- feat: extend i18n attributes to every content type by @Marc-Roig in https://github.com/strapi/strapi/pull/19058
- chore: migration ListSettingsView to ts by @alexandrebodin in https://github.com/strapi/strapi/pull/19214
- chore: update to use react-router@6+ by @joshuaellis in https://github.com/strapi/strapi/pull/19184
- Upgrade to Apollo v4 by @innerdvations in https://github.com/strapi/strapi/pull/19173
- [Upgrade Tool] Add internal support for upgrading to any version by @Convly in https://github.com/strapi/strapi/pull/19213
- feat: rename document engine by @Marc-Roig in https://github.com/strapi/strapi/pull/19060
- [CLI Tests] Init GitHub CI Workflow by @Convly in https://github.com/strapi/strapi/pull/19221
- chore: remove comment about deprecation by @innerdvations in https://github.com/strapi/strapi/pull/19232
- Migrate EditSettingsView to ts by @alexandrebodin in https://github.com/strapi/strapi/pull/19223
- Add seed data and schemas to CLI e2e app template by @innerdvations in https://github.com/strapi/strapi/pull/19226
- Fix uncaught ts issues by @alexandrebodin in https://github.com/strapi/strapi/pull/19243
- fix(cm): create entries by @joshuaellis in https://github.com/strapi/strapi/pull/19254
- Remove deprecated isSupportedImage by @innerdvations in https://github.com/strapi/strapi/pull/19204
- chore: flatten core files structure by @alexandrebodin in https://github.com/strapi/strapi/pull/19260
- fix: remove useless codemod by @innerdvations in https://github.com/strapi/strapi/pull/19268
- Move dts commands back to strapi/strapi by @alexandrebodin in https://github.com/strapi/strapi/pull/19261
- chore: remove last circular dep by @alexandrebodin in https://github.com/strapi/strapi/pull/19263
- chore: remove default index page from public middleware by @alexandrebodin in https://github.com/strapi/strapi/pull/19270
- fix(content-manager): navigation issues by @jhoward1994 in https://github.com/strapi/strapi/pull/19220
- chore: remove experimental logs for plugin CLI commands by @joshuaellis in https://github.com/strapi/strapi/pull/19287
- chore(cm): refactor to use redux-toolkit-query by @joshuaellis in https://github.com/strapi/strapi/pull/19281
- enhancement: U&P config register.allowedFields defaults to empty array by @innerdvations in https://github.com/strapi/strapi/pull/19236
- enhancement: refactor env-only values into configuration by @innerdvations in https://github.com/strapi/strapi/pull/19250
- chore: make vite the default bundler for the admin by @joshuaellis in https://github.com/strapi/strapi/pull/19283
- chore: simplify content-type logic by @alexandrebodin in https://github.com/strapi/strapi/pull/19303
- chore: setup configuration in one place only by @alexandrebodin in https://github.com/strapi/strapi/pull/19273
- chore: set up content history files by @remidej in https://github.com/strapi/strapi/pull/19298
- Remove V4 credentials structure by @christiancp100 in https://github.com/strapi/strapi/pull/19264
- chore: cleanup core utils org by @alexandrebodin in https://github.com/strapi/strapi/pull/19307
- feat(cm): set up history page by @remidej in https://github.com/strapi/strapi/pull/19309
- feat(history): add history-version content type by @remidej in https://github.com/strapi/strapi/pull/19316
- fix: skip flakey test by @Marc-Roig in https://github.com/strapi/strapi/pull/19326
- chore: lift compontent logic out of the db and start exposing models by @alexandrebodin in https://github.com/strapi/strapi/pull/19324
- feat: Draft & Publish V5 by @Marc-Roig in https://github.com/strapi/strapi/pull/18941
- enhancement: restrict config filenames by @innerdvations in https://github.com/strapi/strapi/pull/19255
- docs: initialize configuration contributor docs by @innerdvations in https://github.com/strapi/strapi/pull/19288
- chore: add a simple model registry by @alexandrebodin in https://github.com/strapi/strapi/pull/19342
- Improve Type Inference for Subtypes in Attribute.Relation Properties by @Convly in https://github.com/strapi/strapi/pull/19334
- [breaking change] Remove the TOrigin Type Param for Attribute.Relation by @Convly in https://github.com/strapi/strapi/pull/19335
- [core] document unique field validation per content type and locale by @jhoward1994 in https://github.com/strapi/strapi/pull/19153
- feat(history): capture content types history by @remidej in https://github.com/strapi/strapi/pull/19343
- Prevent Type Generation From Failing on Functions as Default Value by @Convly in https://github.com/strapi/strapi/pull/19367
- [breaking change] Remove the TOrigin Type Param for Attribute.UID by @Convly in https://github.com/strapi/strapi/pull/19336
- fix unique and UID validation logic by @jhoward1994 in https://github.com/strapi/strapi/pull/19410
- feat: add history versions endpoint by @remidej in https://github.com/strapi/strapi/pull/19386
- chore: rename webhooks & allow custom joinColumn by @alexandrebodin in https://github.com/strapi/strapi/pull/19344
- feat: list history versions in the history page sidebar by @remidej in https://github.com/strapi/strapi/pull/19421
- Chore: fix playwright test issue by @innerdvations in https://github.com/strapi/strapi/pull/19453
- feat: enable CLI tests by @christiancp100 in https://github.com/strapi/strapi/pull/19242
- feat: modify the default value of Attribute.Component Repeatable by @Convly in https://github.com/strapi/strapi/pull/19338
- enh: add logger level to server config by @innerdvations in https://github.com/strapi/strapi/pull/19371
- enhancement: make policy error public by @innerdvations in https://github.com/strapi/strapi/pull/19374
- feat(content-history): add version header by @markkaylor in https://github.com/strapi/strapi/pull/19462
- feat(content-manager): display history versions by @remidej in https://github.com/strapi/strapi/pull/19458
- fix: q search flakey test by @Marc-Roig in https://github.com/strapi/strapi/pull/19479
- test(e2e): re-enable suite related to content-manager by @joshuaellis in https://github.com/strapi/strapi/pull/19493
- fix: validate query populate by @innerdvations in https://github.com/strapi/strapi/pull/19372
- fix(history): fetch single-types by @markkaylor in https://github.com/strapi/strapi/pull/19506
- fix: history page back button by @remidej in https://github.com/strapi/strapi/pull/19553
- fix: prevent infinite loop opening pool connections in mysql by @innerdvations in https://github.com/strapi/strapi/pull/19572
- test(database): init unit tests for createMetadata by @innerdvations in https://github.com/strapi/strapi/pull/19560
- fix(history): refetch history versions on mount by @remidej in https://github.com/strapi/strapi/pull/19566
- chore: use db model instead of content type by @remidej in https://github.com/strapi/strapi/pull/19563
- feat(cm): D&P pt2 by @joshuaellis in https://github.com/strapi/strapi/pull/19380
- chore: add centralized methods for replacing hardcoded strings for database identifiers by @innerdvations in https://github.com/strapi/strapi/pull/19460
- chore(database): use naming functions for identifiers in metadata by @innerdvations in https://github.com/strapi/strapi/pull/19561
- chore(database): refactor database schema to use naming functions by @innerdvations in https://github.com/strapi/strapi/pull/19596
- chore(database): add long db identifiers shortening algorithm by @innerdvations in https://github.com/strapi/strapi/pull/19567
- chore(database): clean up db naming methods by @innerdvations in https://github.com/strapi/strapi/pull/19608
- chore: begin work on dismantling helper-plugin by @joshuaellis in https://github.com/strapi/strapi/pull/19607
- chore: start content-api v5 migration by @alexandrebodin in https://github.com/strapi/strapi/pull/19531
- test(e2e): add i18n e2e tests by @joshuaellis in https://github.com/strapi/strapi/pull/19588
- feat(history): delete expired history versions by @markkaylor in https://github.com/strapi/strapi/pull/19620
- feat(document-service): document id to id by @Marc-Roig in https://github.com/strapi/strapi/pull/19573
- chore: merge draft & publish into history by @remidej in https://github.com/strapi/strapi/pull/19632
- chore(helper-plugin)!: remove form by @joshuaellis in https://github.com/strapi/strapi/pull/19612
- fix(content-releases): remove argument passed to test render by @markkaylor in https://github.com/strapi/strapi/pull/19638
- feat(dts): support models and contentTypes by @markkaylor in https://github.com/strapi/strapi/pull/19604
- chore(strapi): make watch-admin default on develop by @joshuaellis in https://github.com/strapi/strapi/pull/19647
- chore(history): add e2e tests by @markkaylor in https://github.com/strapi/strapi/pull/19525
- fix(cm): fetch the init data on every mount by @joshuaellis in https://github.com/strapi/strapi/pull/19650
- test(e2e): fix transfer token tests by @joshuaellis in https://github.com/strapi/strapi/pull/19672
- chore: merge repo & doc-engine into one before cleaning up by @alexandrebodin in https://github.com/strapi/strapi/pull/19665
- chore(helper-plugin)!: remove some components by @joshuaellis in https://github.com/strapi/strapi/pull/19640
- chore: content-api response format header by @alexandrebodin in https://github.com/strapi/strapi/pull/19675
- chore(helper-plugin)!: remove page decorators by @joshuaellis in https://github.com/strapi/strapi/pull/19662
- fix(content-manager): compute document status based on locale by @jhoward1994 in https://github.com/strapi/strapi/pull/19653
- feat(cm): add content history by @remidej in https://github.com/strapi/strapi/pull/19315
- feat: add history document action by @remidej in https://github.com/strapi/strapi/pull/19683
- Fix: audit logs content type by @Bassel17 in https://github.com/strapi/strapi/pull/19694
- chore!: remove GenericInput by @joshuaellis in https://github.com/strapi/strapi/pull/19677
- chore(helper-plugin)!: remove useCollator, useFilter & useCallbackRef by @joshuaellis in https://github.com/strapi/strapi/pull/19680
- feat: handle history version pagination params by @remidej in https://github.com/strapi/strapi/pull/19594
- chore: clean i18n code that is no longer necessary by @alexandrebodin in https://github.com/strapi/strapi/pull/19700
- fix: list-view delete action by @joshuaellis in https://github.com/strapi/strapi/pull/19711
- feat(history): protect history page by @markkaylor in https://github.com/strapi/strapi/pull/19689
- chore: graphql v5 schema changes by @alexandrebodin in https://github.com/strapi/strapi/pull/19685
- chore: refactor utils by @alexandrebodin in https://github.com/strapi/strapi/pull/19725
- chore!: remove aliases from webpack & force installing deps by @joshuaellis in https://github.com/strapi/strapi/pull/19716
- fix: use module uid for config namespace instead of dot notation by @innerdvations in https://github.com/strapi/strapi/pull/19365
- chore(helper-plugin): deprecate MORE components by @joshuaellis in https://github.com/strapi/strapi/pull/19718
- chore: cleanup i18n dead code by @alexandrebodin in https://github.com/strapi/strapi/pull/19733
- chore: refactor CM, CTB & i18n to accomodate option D&P by @joshuaellis in https://github.com/strapi/strapi/pull/19712
- feat: add basic pagination to history frontend by @remidej in https://github.com/strapi/strapi/pull/19729
- fix: remove regex validation when validating locale by @Marc-Roig in https://github.com/strapi/strapi/pull/19713
- feat: relations no dp by @Marc-Roig in https://github.com/strapi/strapi/pull/19682
- feat: disable dp by @Marc-Roig in https://github.com/strapi/strapi/pull/19671
- feat(cm): reimplement relations for draft & publish by @joshuaellis in https://github.com/strapi/strapi/pull/19642
- fix(admin): wip allow empty list view configuration by @jhoward1994 in https://github.com/strapi/strapi/pull/19695
- feat: migrate on dp enabling disabling by @Marc-Roig in https://github.com/strapi/strapi/pull/19697
- feat: disable dp by default by @Marc-Roig in https://github.com/strapi/strapi/pull/19743
- fix(strapi): vite crashes because files can't be found by @joshuaellis in https://github.com/strapi/strapi/pull/19751
- chore: helper plugin remove utils: wrapAxiosInstance, setHexOpacity, awaitToJs by @simotae14 in https://github.com/strapi/strapi/pull/19753
- fix(i18n): close modal after successful locale creation by @jhoward1994 in https://github.com/strapi/strapi/pull/19755
- chore: deprecate entity-service and delegate to document service by @alexandrebodin in https://github.com/strapi/strapi/pull/19728
- fix(cm): errors leaking from draft to published tab by @joshuaellis in https://github.com/strapi/strapi/pull/19747
- chore: helper plugin remove difference util by @simotae14 in https://github.com/strapi/strapi/pull/19757
- fix: updated at value when enabling DP by @Marc-Roig in https://github.com/strapi/strapi/pull/19766
- chore: remove getFileExtension and replace it with its code where used by @simotae14 in https://github.com/strapi/strapi/pull/19762
- chore!: refactor filters by @joshuaellis in https://github.com/strapi/strapi/pull/19739
- chore: database enhancements by @alexandrebodin in https://github.com/strapi/strapi/pull/19770
- chore: remove pxToRem and replace it with the returning value of the function by @simotae14 in https://github.com/strapi/strapi/pull/19771
- chore: mark doc service as beta by @Marc-Roig in https://github.com/strapi/strapi/pull/19767
- chore: remove request and once from the helper plugin utils by @simotae14 in https://github.com/strapi/strapi/pull/19775
- chore: helper-plugin remove prefixFileUrlWithBackendUrl by @simotae14 in https://github.com/strapi/strapi/pull/19764
- fix: reserve attribute name 'locale' in CTB by @innerdvations in https://github.com/strapi/strapi/pull/19784
- ci: use only mysql 8 in workflows by @innerdvations in https://github.com/strapi/strapi/pull/19785
- fix(history): save status on version create by @markkaylor in https://github.com/strapi/strapi/pull/19737
- feat(admin): create internal history for universal back button by @joshuaellis in https://github.com/strapi/strapi/pull/19746
- feat: clone refactor by @Marc-Roig in https://github.com/strapi/strapi/pull/19765
- chore!: remove DynamicTable and move Table by @joshuaellis in https://github.com/strapi/strapi/pull/19781
- test: update d&p snapshot by @innerdvations in https://github.com/strapi/strapi/pull/19789
- feat: add drag-and-drop to relations by @joshuaellis in https://github.com/strapi/strapi/pull/19788
- chore!: move confirm dialog to admin package and refactor by @joshuaellis in https://github.com/strapi/strapi/pull/19782
- fix: fix cm metadata when dp is disabled by @Marc-Roig in https://github.com/strapi/strapi/pull/19792
- chore: design-updates by @joshuaellis in https://github.com/strapi/strapi/pull/19795
- chore!: remove CheckPermissions component by @joshuaellis in https://github.com/strapi/strapi/pull/19793
- chore(helper-plugin)!: move GuidedTour by @joshuaellis in https://github.com/strapi/strapi/pull/19808
- feat: count cm relations by @Marc-Roig in https://github.com/strapi/strapi/pull/19804
- chore(helper-plugin)!: move tracking feature by @joshuaellis in https://github.com/strapi/strapi/pull/19809
- feat: do not send status relations by @Marc-Roig in https://github.com/strapi/strapi/pull/19776
- feat: handle db errors on document service by @Marc-Roig in https://github.com/strapi/strapi/pull/19806
- Upgrade - Add support for React codemods by @Convly in https://github.com/strapi/strapi/pull/19752
- feat: get relation default locale by @Marc-Roig in https://github.com/strapi/strapi/pull/19803
- chore!: remove translatedErrors from the helper-plugin by @simotae14 in https://github.com/strapi/strapi/pull/19814
- fix: failed to dynamically load chunk by @Marc-Roig in https://github.com/strapi/strapi/pull/19821
- fix: only add better-sqlite3 package when needed by @innerdvations in https://github.com/strapi/strapi/pull/19816
- fix(admin): CM access when using custom conditions by @jhoward1994 in https://github.com/strapi/strapi/pull/19820
- chore: make default log level http by @innerdvations in https://github.com/strapi/strapi/pull/19824
- chore(helper-plugin)!: move getPrefixedId, useAPIErrorHandler, normalizeAPIError and getAPIInnerErrors by @simotae14 in https://github.com/strapi/strapi/pull/19823
- chore: upgrade better-sqlite3 package by @innerdvations in https://github.com/strapi/strapi/pull/19818
- chore(deps): update some by @joshuaellis in https://github.com/strapi/strapi/pull/19810
- chore(helper-plugin)!: move useStrapiApp and remove Library / CustomFields by @joshuaellis in https://github.com/strapi/strapi/pull/19822
- chore: set default log level to 'http' by @innerdvations in https://github.com/strapi/strapi/pull/19827
- chore(helper-plugin)!: remove auto-reload blockers by @joshuaellis in https://github.com/strapi/strapi/pull/19828
- fix: some ee issues by @alexandrebodin in https://github.com/strapi/strapi/pull/19830
- chore(helper-plugin)!: remove getYupInnerErrors by @simotae14 in https://github.com/strapi/strapi/pull/19825
- chore(helper-plugin)!: move Notifications & AppInfo to admin by @joshuaellis in https://github.com/strapi/strapi/pull/19831
- feat: make relation status handling smarter by @Marc-Roig in https://github.com/strapi/strapi/pull/19833
- chore: remove locale when disabling i18n by @Marc-Roig in https://github.com/strapi/strapi/pull/19819
- chore: update u&p by @alexandrebodin in https://github.com/strapi/strapi/pull/19834
- chore!(helper-plugin): remove useLockScroll / useClipboard / useFocusWhenNavigate / useQuery / useFocusInputField by @joshuaellis in https://github.com/strapi/strapi/pull/19835
- feat: disabled dp with content releases by @Marc-Roig in https://github.com/strapi/strapi/pull/19756
- fix(cm): send status & locale with disconnect array by @joshuaellis in https://github.com/strapi/strapi/pull/19832
- fix: cm relation bugs by @Marc-Roig in https://github.com/strapi/strapi/pull/19842
- chore(helper-plugin)!: remove useSelectionState by @simotae14 in https://github.com/strapi/strapi/pull/19841
- fix: make ctb refetch data after save or update by @Bassel17 in https://github.com/strapi/strapi/pull/19844
- chore(helper-plugin)!: move getFetchClient and useFetchClient by @simotae14 in https://github.com/strapi/strapi/pull/19840
- enhancement: add support for codemods command to run on plugins by @innerdvations in https://github.com/strapi/strapi/pull/19817
- chore(helper-plugin)!: remove prefixPluginTranslations by @simotae14 in https://github.com/strapi/strapi/pull/19845
- chore(helper-plugin)!: remove stopPropagation by @simotae14 in https://github.com/strapi/strapi/pull/19846
- chore: make i18n plugin a dep & required by @alexandrebodin in https://github.com/strapi/strapi/pull/19843
- chore(helper-plugin)!: move RBAC / remove auth / remove usePersistentState by @joshuaellis in https://github.com/strapi/strapi/pull/19847
- chore(tooling): update deprecated github actions by @innerdvations in https://github.com/strapi/strapi/pull/19850
- [Type System] Refactor Type System Namespaces by @Convly in https://github.com/strapi/strapi/pull/19656
- enhancement(tooling): commitlint ignore for github merge by @innerdvations in https://github.com/strapi/strapi/pull/19852
- fix: support array paths in config provider by @innerdvations in https://github.com/strapi/strapi/pull/19838
- feat: add create-strapi package by @alexandrebodin in https://github.com/strapi/strapi/pull/19857
- chore: migrate upload plugin to typescript by @alexandrebodin in https://github.com/strapi/strapi/pull/19856
- enhancement: log when server restarts by @innerdvations in https://github.com/strapi/strapi/pull/19866
- feat(history): diff schemas to get unknown attributes by @markkaylor in https://github.com/strapi/strapi/pull/19849
- [codemod] Remove @strapi/plugin-i18n from the Project package.json by @Convly in https://github.com/strapi/strapi/pull/19872
- [codemod] Set react-router-dom version in the Project package.json by @Convly in https://github.com/strapi/strapi/pull/19867
- Fix Incorrect Imports Following the Type System Changes by @Convly in https://github.com/strapi/strapi/pull/19860
- [Type System] Add a Default Param to Schema.Attributes by @Convly in https://github.com/strapi/strapi/pull/19879
- Fix Duplicate Export in strapi/admin by @Convly in https://github.com/strapi/strapi/pull/19880
- fix(history): update type by @markkaylor in https://github.com/strapi/strapi/pull/19878
- chore: skip bulk actions test because they're not implemented in v5 by @joshuaellis in https://github.com/strapi/strapi/pull/19885
- chore: remove old plugin generator in favor of plugin:init by @alexandrebodin in https://github.com/strapi/strapi/pull/19875
- chore: migrate doc plugin to ts by @alexandrebodin in https://github.com/strapi/strapi/pull/19812
- [Upgrade Tool] Persists Codemod Modifications During Upgrade by @Convly in https://github.com/strapi/strapi/pull/19896
- test: change default test log level to warn by @innerdvations in https://github.com/strapi/strapi/pull/19893
- chore: inverse control of contentAPI sanitize & validate by @alexandrebodin in https://github.com/strapi/strapi/pull/19888
- chore: reintegrate policy logic into core by @alexandrebodin in https://github.com/strapi/strapi/pull/19905
- chore: remove strapi global from traversal utils by @alexandrebodin in https://github.com/strapi/strapi/pull/19906
- chore: introduce query-params service to remove strapi.global dep in … by @alexandrebodin in https://github.com/strapi/strapi/pull/19911
- enhancement(database)!: add db identifier shortening and migration by @innerdvations in https://github.com/strapi/strapi/pull/19732
- chore: allow graphql get request with authentication by @alexandrebodin in https://github.com/strapi/strapi/pull/19916
- chore: refactor api registry by @alexandrebodin in https://github.com/strapi/strapi/pull/19920
- chore: cleanup public interface of strapi/strapi by @alexandrebodin in https://github.com/strapi/strapi/pull/19931
- chore(admin): remove react-helmet by @christiancp100 in https://github.com/strapi/strapi/pull/19923
- chore: upgrade rimraf to 5.0.5 by @innerdvations in https://github.com/strapi/strapi/pull/19877
- release: 5.0.0-beta.1 by @Marc-Roig in https://github.com/strapi/strapi/pull/19939
- chore: init zod usage by @alexandrebodin in https://github.com/strapi/strapi/pull/19917
- fix: clean document service relation transforms by @Marc-Roig in https://github.com/strapi/strapi/pull/19859
- chore: move CM admin to own package by @joshuaellis in https://github.com/strapi/strapi/pull/19929
- test(e2e): close notification boxes after confirming they exist by @innerdvations in https://github.com/strapi/strapi/pull/19947
- chore: upgrade prettier to 3.2.5 (poc for dynamic imports of pure esm) by @innerdvations in https://github.com/strapi/strapi/pull/19876
- [v5] fix: move NotFoundPage into authenticated admin panel routes by @MattieBelt in https://github.com/strapi/strapi/pull/19968
- feat(i18n): non localized fields by @jhoward1994 in https://github.com/strapi/strapi/pull/19720
- fix(docs): fix comment that breaks docs build by @innerdvations in https://github.com/strapi/strapi/pull/19987
- chore: move remaining api-tests tests to tests/api by @innerdvations in https://github.com/strapi/strapi/pull/19991
- chore(history): simplify the meta object by @markkaylor in https://github.com/strapi/strapi/pull/19990
- fix: name validation by @innerdvations in https://github.com/strapi/strapi/pull/19995
- chore: move cli-tests to tests/cli by @innerdvations in https://github.com/strapi/strapi/pull/19992
- fix: middleware type by @alexandrebodin in https://github.com/strapi/strapi/pull/20004
- chore: add document-id migration by @alexandrebodin in https://github.com/strapi/strapi/pull/19514
- fix(i18n): remove strapi dep to fix circular deps by @joshuaellis in https://github.com/strapi/strapi/pull/20011
- Upgrade lerna - nx by @alexandrebodin in https://github.com/strapi/strapi/pull/20010
- [Upgrade-Tool] Refactor the CLI and add codemods commands by @Convly in https://github.com/strapi/strapi/pull/19984
- chore: internal core refactorings by @alexandrebodin in https://github.com/strapi/strapi/pull/19943
- chore: update koa libs by @alexandrebodin in https://github.com/strapi/strapi/pull/20015
- [v5] fix: use admin.url config for root path redirect by @MattieBelt in https://github.com/strapi/strapi/pull/20014
- Add multiple v5 codemods by @alexandrebodin in https://github.com/strapi/strapi/pull/19940
- (content-manager): ask for confirmation of d&p tab change by @jhoward1994 in https://github.com/strapi/strapi/pull/19912
- Refactor Link to v2 by @christiancp100 in https://github.com/strapi/strapi/pull/20030
- Refactor cli version test by @christiancp100 in https://github.com/strapi/strapi/pull/20024
- enhancement: add relation data to history versions response by @remidej in https://github.com/strapi/strapi/pull/20035
- chore: move cli config to tests dir by @innerdvations in https://github.com/strapi/strapi/pull/20038
- tests: use semver for both version tests by @innerdvations in https://github.com/strapi/strapi/pull/20040
- chore(cm): fix peer-deps by @joshuaellis in https://github.com/strapi/strapi/pull/20049
- test: use object.defineProperty to mock global.fetch by @innerdvations in https://github.com/strapi/strapi/pull/20050
- fix: prevent empty body when cloning by @Marc-Roig in https://github.com/strapi/strapi/pull/20047
- fix: making api tokens creation work by @Bassel17 in https://github.com/strapi/strapi/pull/20009
- enhancement: display relations on history page by @remidej in https://github.com/strapi/strapi/pull/20054
- fix(content-releases): fix flaky FE unit tests by @simotae14 in https://github.com/strapi/strapi/pull/19936
- Improvement to the doc service API by @alexandrebodin in https://github.com/strapi/strapi/pull/20017
- chore(tests): allow unknown args in e2e by @jhoward1994 in https://github.com/strapi/strapi/pull/20026
- feat(admin): rbac middleware by @joshuaellis in https://github.com/strapi/strapi/pull/19949
- [Type-System] Generate Markdown API Reference for the Type System by @Convly in https://github.com/strapi/strapi/pull/19986
- feat(history): display new and unknown fields by @markkaylor in https://github.com/strapi/strapi/pull/20039
- fix(history): update relations display by @markkaylor in https://github.com/strapi/strapi/pull/20081
- chore(deps): install prettier@2 just for jest snapshots by @joshuaellis in https://github.com/strapi/strapi/pull/20072
- Refactor LinkButton to v2 by @christiancp100 in https://github.com/strapi/strapi/pull/20029
- docs: comment type-system types by @Convly in https://github.com/strapi/strapi/pull/20071
- docs: contributor guide - philosophy by @Convly in https://github.com/strapi/strapi/pull/20075
- chore: run prettier:write script by @innerdvations in https://github.com/strapi/strapi/pull/20093
- Continue extending entries code by @alexandrebodin in https://github.com/strapi/strapi/pull/20060
- Fix SSO Routes by @christiancp100 in https://github.com/strapi/strapi/pull/20090
- feat: move rw to plugin by @Marc-Roig in https://github.com/strapi/strapi/pull/19937
- chore(pack-up): remove from monorepo (v5) by @joshuaellis in https://github.com/strapi/strapi/pull/20092
- Use the right name in useRBAC by @christiancp100 in https://github.com/strapi/strapi/pull/20105
- fix(api-test): number of draft relations by @jhoward1994 in https://github.com/strapi/strapi/pull/20101
- enhancement: add history license check by @remidej in https://github.com/strapi/strapi/pull/20099
- enhancement!: create should send 201 status code by @innerdvations in https://github.com/strapi/strapi/pull/19869
- chore: remove js-cookie dependency by @christiancp100 in https://github.com/strapi/strapi/pull/19981
- feat(history): restore version by @markkaylor in https://github.com/strapi/strapi/pull/20102
- fix: history design details by @remidej in https://github.com/strapi/strapi/pull/20122
- Fix SSO Frontend Test by @christiancp100 in https://github.com/strapi/strapi/pull/20128
- chore: merge develop into v5/main by @markkaylor in https://github.com/strapi/strapi/pull/20126
- feat: add confirmation modal when restoring history version by @markkaylor in https://github.com/strapi/strapi/pull/20106
- chore: remove history future flag by @remidej in https://github.com/strapi/strapi/pull/20131
- enhancement(ctb)!: reserve keywords needed for Strapi 5 by @innerdvations in https://github.com/strapi/strapi/pull/20104
- feat: migrate document published entries from v4 by @Marc-Roig in https://github.com/strapi/strapi/pull/19813
- [v5] fix(admin): remove double modal toggle for on delete RBAC role by @MattieBelt in https://github.com/strapi/strapi/pull/20000
- fix: add render prop to use VersionInputRenderer by @markkaylor in https://github.com/strapi/strapi/pull/20139
- fix: u&p service hashes passwords by @innerdvations in https://github.com/strapi/strapi/pull/20147
- feat: refactor test in transaction util by @Marc-Roig in https://github.com/strapi/strapi/pull/20145
- feat(main-nav): Main Nav refactoring, refactor the logo by @simotae14 in https://github.com/strapi/strapi/pull/20135
- docs: contributor guide for type system concepts by @Convly in https://github.com/strapi/strapi/pull/20120
- chore: update codemod to match new format by @alexandrebodin in https://github.com/strapi/strapi/pull/20154
- fix: sanitize history versions data field by @remidej in https://github.com/strapi/strapi/pull/20143
- chore(history): add api tests by @markkaylor in https://github.com/strapi/strapi/pull/20157
- docs: fix formatting in contributor docs by @Convly in https://github.com/strapi/strapi/pull/20186
- chore: release v5.0.0-beta.5 by @markkaylor in https://github.com/strapi/strapi/pull/20198
- fix(tests): update history api tests to created ids by @markkaylor in https://github.com/strapi/strapi/pull/20199
- chore: make document service api more consistent by @alexandrebodin in https://github.com/strapi/strapi/pull/20175
- fix: doc id migration for mysql by @Marc-Roig in https://github.com/strapi/strapi/pull/20174
- chore: upgrade to DS 2.0.0-beta.2 by @joshuaellis in https://github.com/strapi/strapi/pull/20151
- chore: upgrade mailgun provider and remove deprecated options by @alexandrebodin in https://github.com/strapi/strapi/pull/20206
- Update deps by @alexandrebodin in https://github.com/strapi/strapi/pull/20204
- [Contributor Doc] Type System CheatSheet by @Convly in https://github.com/strapi/strapi/pull/20168
- chore!: remove deprecated verbose option from ts:generate-types by @innerdvations in https://github.com/strapi/strapi/pull/20194
- feat(main-nav): Main Nav refactoring, add the Home icon by @simotae14 in https://github.com/strapi/strapi/pull/20176
- fix: safe loading of content type name
then
by @innerdvations in https://github.com/strapi/strapi/pull/20107 - fix(history): handle sanitization when fetching versions by @markkaylor in https://github.com/strapi/strapi/pull/20212
- feat: show hidden fields in history frontend by @remidej in https://github.com/strapi/strapi/pull/20201
- chore: run lint fix by @remidej in https://github.com/strapi/strapi/pull/20246
- chore: rename core packages by @remidej in https://github.com/strapi/strapi/pull/20243
- fix(database): drop fk before dropping index by @innerdvations in https://github.com/strapi/strapi/pull/20113
- feat: draft and publish api tests by @Marc-Roig in https://github.com/strapi/strapi/pull/20150
- fix: CMReleasesContainer test by @remidej in https://github.com/strapi/strapi/pull/20250
- feat: webhooks by @Marc-Roig in https://github.com/strapi/strapi/pull/20129
- feat: run rbac api tests by @Marc-Roig in https://github.com/strapi/strapi/pull/20252
- chore: moved cms components from DS to admin by @madhurisandbhor in https://github.com/strapi/strapi/pull/20242
- chore(history): refactor restore and add tests for relations by @markkaylor in https://github.com/strapi/strapi/pull/20179
- feat(main-nav): Main nav refactoring, refactor the main nav container and all the links and user profile by @simotae14 in https://github.com/strapi/strapi/pull/20245
- feat: discard drafts when enabling draft and publish on ct by @Marc-Roig in https://github.com/strapi/strapi/pull/20257
- fix: document service find many pagination by @Marc-Roig in https://github.com/strapi/strapi/pull/20178
- fix(history): adjust condition to display missing relations by @markkaylor in https://github.com/strapi/strapi/pull/20267
- enhancement!: validate input in content API create and update controllers by @innerdvations in https://github.com/strapi/strapi/pull/20169
- chore!: update styled-components to 6 & update DS to 2.0.0-beta.3 by @joshuaellis in https://github.com/strapi/strapi/pull/20260
- enhancement: migrate bulk publish & unpublish to v5 by @Feranchz in https://github.com/strapi/strapi/pull/20184
- chore: replacing axios with native fetch by @Bassel17 in https://github.com/strapi/strapi/pull/20062
- fix: flaky fe tests by @jhoward1994 in https://github.com/strapi/strapi/pull/20288
- enhancement(CM): bulk delete and unpublish migration to v5 by @madhurisandbhor in https://github.com/strapi/strapi/pull/20235
- feat(main-nav): Fix the tooltip position of the links by @simotae14 in https://github.com/strapi/strapi/pull/20290
- fix: u&p FE tests by @jhoward1994 in https://github.com/strapi/strapi/pull/20289
- fix(cm): nested components never have permission by @joshuaellis in https://github.com/strapi/strapi/pull/20291
- fix: improve CM modified date comparison by @Marc-Roig in https://github.com/strapi/strapi/pull/19898
- Publish multiple locales by @jhoward1994 in https://github.com/strapi/strapi/pull/20258
- feat(main-nav): Main nav refactoring, change links order by @simotae14 in https://github.com/strapi/strapi/pull/20275
- chore(cm): changed the Configure the view link icon in the edit view by @lucasboilly in https://github.com/strapi/strapi/pull/20274
- chore: add workflow to update Browserslist DB by @joshuaellis in https://github.com/strapi/strapi/pull/20325
- chore: update react&react-dom to 18.3 by @joshuaellis in https://github.com/strapi/strapi/pull/20316
- chore(test): change utils to .ts by @innerdvations in https://github.com/strapi/strapi/pull/20333
- chore: update DS to 2.0.0-beta.4 by @joshuaellis in https://github.com/strapi/strapi/pull/20301
- fix(admin): reset all redux toolkit cache on logout by @joshuaellis in https://github.com/strapi/strapi/pull/20318
- fix(typescript-utils): add tsBuildInfoFile to fix incremental options by @innerdvations in https://github.com/strapi/strapi/pull/20341
- feat: unlist core packages from plugin list by @Marc-Roig in https://github.com/strapi/strapi/pull/20266
- fix: data transfer logging by @innerdvations in https://github.com/strapi/strapi/pull/20335
- Fix transfer document id in DTS by @Bassel17 in https://github.com/strapi/strapi/pull/20342
- enhancement: improve gitignore in generated projects by @innerdvations in https://github.com/strapi/strapi/pull/20348
- fix: create locale column when migrating from v4 by @Marc-Roig in https://github.com/strapi/strapi/pull/20261
- chore(audit-logs): migrate audit logs to v5 by @markkaylor in https://github.com/strapi/strapi/pull/20251
- chore: adds and fixes e2e for content history by @remidej in https://github.com/strapi/strapi/pull/20098
- chore: replace plugin cli with external strapi/sdk-plugin package by @innerdvations in https://github.com/strapi/strapi/pull/20303
- Remove root level nested params by @Bassel17 in https://github.com/strapi/strapi/pull/20172
- enhancement: bulk publish migration to v5 by @madhurisandbhor in https://github.com/strapi/strapi/pull/20255
- fix(webhooks): ensure id sent to client is always a string by @markkaylor in https://github.com/strapi/strapi/pull/20377
- Fix: bulk publish modal and related issues by @madhurisandbhor in https://github.com/strapi/strapi/pull/20386
- fix: add clone actions to history by @remidej in https://github.com/strapi/strapi/pull/20387
- fix(content-manager): remove i18n search params when navigating to a content-type that doesn't have i18n by @markkaylor in https://github.com/strapi/strapi/pull/20382
- fix(content-manager): fix discard action in different locale than the default one by @simotae14 in https://github.com/strapi/strapi/pull/20384
- Fix: bulk publish modified entry status by @madhurisandbhor in https://github.com/strapi/strapi/pull/20399
- Allow morph-like attributes to request a count (populate) by @Convly in https://github.com/strapi/strapi/pull/20404
- Fix: bulk publish validation error by @madhurisandbhor in https://github.com/strapi/strapi/pull/20395
- chore(content-releases: skip api tests until releases is migrated to v5 by @Feranchz in https://github.com/strapi/strapi/pull/20411
- feat: customize localization label actions in history by @remidej in https://github.com/strapi/strapi/pull/20407
- test: fix ctb edit collection type by @innerdvations in https://github.com/strapi/strapi/pull/20426
- chore: make experimental-dev example app by @joshuaellis in https://github.com/strapi/strapi/pull/20327
- fix: allow '.default' to be ignored during schema validation by @Convly in https://github.com/strapi/strapi/pull/20421
- Fix transfer DZ and repeatable components by @Bassel17 in https://github.com/strapi/strapi/pull/20385
- fix: prevent duplicate history versions on publish by @remidej in https://github.com/strapi/strapi/pull/20415
- fix(i18n): incorrect warning message by @jhoward1994 in https://github.com/strapi/strapi/pull/20436
- v5.0.0-beta.9 by @markkaylor in https://github.com/strapi/strapi/pull/20439
- fix: update remaining monorepo dependencies after beta.9 update by @Marc-Roig in https://github.com/strapi/strapi/pull/20454
- fix: issue 20086, avoid preloading services during init lifecycles by @alexandrebodin in https://github.com/strapi/strapi/pull/20452
- Rework create-strapi-xxx by @alexandrebodin in https://github.com/strapi/strapi/pull/20268
- chore: merge develop into v5/main by @markkaylor in https://github.com/strapi/strapi/pull/20458
- chore: integrate beta.5 of the design-system by @joshuaellis in https://github.com/strapi/strapi/pull/20431
- test: fix broken e2e tests by @innerdvations in https://github.com/strapi/strapi/pull/20485
- chore: test e2e history version can be restored by @markkaylor in https://github.com/strapi/strapi/pull/20401
- feat: add language selector to the blocks code editor by @remidej in https://github.com/strapi/strapi/pull/20469
- feat: index document id by @Marc-Roig in https://github.com/strapi/strapi/pull/19773
- Replace lock icon with lightning icon in the Settings and Navbar links by @simotae14 in https://github.com/strapi/strapi/pull/20486
- feat: add client router API by @joshuaellis in https://github.com/strapi/strapi/pull/20494
- chore(content-releases): releases migration to v5 by @Feranchz in https://github.com/strapi/strapi/pull/20259
- fix(content-type-builder): draft and publish toggle by @jhoward1994 in https://github.com/strapi/strapi/pull/20466
- fix(admin): date picker jumps around due to timezones by @joshuaellis in https://github.com/strapi/strapi/pull/20503
- fix(admin): add bottom padding to pagination component by @Feranchz in https://github.com/strapi/strapi/pull/20527
- chore: upgrade umzug & improve db migration logging by @alexandrebodin in https://github.com/strapi/strapi/pull/20536
- test(e2e): fix releases-page and listview by @innerdvations in https://github.com/strapi/strapi/pull/20507
- enhancement!: use server.globalProxy value for creating a global http/https proxy by @innerdvations in https://github.com/strapi/strapi/pull/20416
- fix: multiple is only available in attribute now by @alexandrebodin in https://github.com/strapi/strapi/pull/20541
- Fix the Time field format on saving by @simotae14 in https://github.com/strapi/strapi/pull/20540
- fix(content-releases): release validation and dropdown menu endIcon by @Feranchz in https://github.com/strapi/strapi/pull/20526
- Component unique fields by @jhoward1994 in https://github.com/strapi/strapi/pull/20427
- fix: lifecycle order, provider 1st during bootstrap by @alexandrebodin in https://github.com/strapi/strapi/pull/20547
- fix: ctb ui & state issues by @alexandrebodin in https://github.com/strapi/strapi/pull/20545
- fix(content-manager): add isFetching to loading check by @Feranchz in https://github.com/strapi/strapi/pull/20535
- fix: self referencing relations by @Marc-Roig in https://github.com/strapi/strapi/pull/20553
- Fix multiple CM/i18N/admin state loading issues by @alexandrebodin in https://github.com/strapi/strapi/pull/20558
- fix(core): disallow required on relation fields on schemas by @Feranchz in https://github.com/strapi/strapi/pull/20557
- fix(content-manager): fix filters bugs with relations, enums and uids by @Feranchz in https://github.com/strapi/strapi/pull/20548
- fix: navigation issues by @remidej in https://github.com/strapi/strapi/pull/20565
- Fix Duplicate Rows on Deep Sorting by @Convly in https://github.com/strapi/strapi/pull/20543
- fix: several media lib ui issues by @alexandrebodin in https://github.com/strapi/strapi/pull/20564
- Merge branch 'develop' into v5/main by @Marc-Roig in https://github.com/strapi/strapi/pull/20566
- fix: incorrect populate when using morph relations by @Marc-Roig in https://github.com/strapi/strapi/pull/20582
- V5 fix: wrong date saved by @simotae14 in https://github.com/strapi/strapi/pull/20571
- [Upgrade Tool] Fix JSON Transform Loader by @Convly in https://github.com/strapi/strapi/pull/20593
- chore: disable --templates while we rework them by @alexandrebodin in https://github.com/strapi/strapi/pull/20583
- feat: Release settings page by @simotae14 in https://github.com/strapi/strapi/pull/20589
- Expand nested components by @Bassel17 in https://github.com/strapi/strapi/pull/20453
- Fix Can add two attributes with the same name and save by @Bassel17 in https://github.com/strapi/strapi/pull/20559
- Handle non-localized content-types in discard-draft migration by @Convly in https://github.com/strapi/strapi/pull/20422
- fix: e2e template programmaticaly by @alexandrebodin in https://github.com/strapi/strapi/pull/20611
- fix: ui by @alexandrebodin in https://github.com/strapi/strapi/pull/20609
- fix: create locale column if it does not exist by @Marc-Roig in https://github.com/strapi/strapi/pull/20618
- Fix Vite HMR Server Restart by @Convly in https://github.com/strapi/strapi/pull/20617
- fix: main nav fixes by @remidej in https://github.com/strapi/strapi/pull/20626
- fix: several UI issues a typos by @alexandrebodin in https://github.com/strapi/strapi/pull/20615
- fix: remove sticky review workflow nav by @remidej in https://github.com/strapi/strapi/pull/20624
- fix: displayed fields dnd not working by @madhurisandbhor in https://github.com/strapi/strapi/pull/20613
- Fix Content History: Crash when viewing versions with added media or relation fields by @simotae14 in https://github.com/strapi/strapi/pull/20619
- fix(content-manager): blocks issues by @Feranchz in https://github.com/strapi/strapi/pull/20603
- Update LICENSE packing for packages for v5 by @Convly in https://github.com/strapi/strapi/pull/20627
- fix: drop slug fields index by @Marc-Roig in https://github.com/strapi/strapi/pull/20633
- fix: split single & bulk delete by @alexandrebodin in https://github.com/strapi/strapi/pull/20630
- feat(content-manager): warn when publishing an entry with draft relations by @jhoward1994 in https://github.com/strapi/strapi/pull/20610
- fix: content manager header spacings by @remidej in https://github.com/strapi/strapi/pull/20635
Full Changelog: https://github.com/strapi/strapi/compare/v4.25.1...v5.0.0-rc.0