diff --git a/CHANGELOG.md b/CHANGELOG.md index 3edf9204b54c..c6b23f8db707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,77 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v7.5.0 + +_May 17, 2024_ + +We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨: + +- 🎁 Add support for checkbox selection on the Tree View components +- 🌍 Improve Norwegian (nb-NO) and Spanish (es-ES) locales on the Data Grid +- 🐞 Bugfixes +- 📚 Documentation improvements + +### Data Grid + +#### `@mui/x-data-grid@7.5.0` + +- [DataGrid] Fix `rowModesModel` controlled prop (#13056) @Janpot +- [DataGrid] Reduce bundle size with error messages (#12992) @oliviertassinari +- [l10n] Improve Norwegian (nb-NO) locale (#13106) @oliverlaidma +- [l10n] Improve Spanish (es-ES) locale (#13133) @Jucabel + +#### `@mui/x-data-grid-pro@7.5.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') + +Same changes as in `@mui/x-data-grid@7.5.0`. + +#### `@mui/x-data-grid-premium@7.5.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') + +Same changes as in `@mui/x-data-grid-pro@7.5.0`. + +### Date and Time Pickers + +#### `@mui/x-date-pickers@7.5.0` + +- [fields] Allow empty `textField` slot placeholder value (#13148) @arthurbalduini +- [pickers] Fix `AdapterMomentJalaali` regression (#13144) @LukasTy +- [pickers] Fix field focusing when switching to view without a renderer (#13112) @LukasTy +- [pickers] Reuse `AdapterDateFnsBase` in Jalali adapters (#13075) @LukasTy + +#### `@mui/x-date-pickers-pro@7.5.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') + +Same changes as in `@mui/x-date-pickers@7.5.0`. + +### Charts + +#### `@mui/x-charts@7.5.0` + +- [charts] Tooltip with `trigger=axis` now follow touch on mobile (#13043) @wzdorowa +- [charts] Allow `series.label` property to receive a function with the "location" it is going to be displayed on (#12830) @JCQuintas +- [charts] Improve TypeScript performance (#13137) @alexfauquette +- [charts] Fix area order when overlapping (#13121) @alexfauquette +- [charts] Improve `useSlotProps` types (#13141) @alexfauquette +- [charts] Fix using the theme's font in the Overlay (#13107) @alexfauquette + +### Tree View + +#### `@mui/x-tree-view@7.5.0` + +- [TreeView] Add support for checkbox selection (#11452) @flaviendelangle +- [TreeView] Remove unused code (#12917) @flaviendelangle + +### Docs + +- [docs] Document missing Charts API's (#12875) @alexfauquette + +### Core + +- [core] Avoid root level `@mui/x-date-pickers` imports (#13120) @LukasTy +- [core] Refactor ESLint config to disallow root level imports (#13130) @LukasTy +- [core] Simplify Danger's config (#13062) @oliviertassinari +- [core] Shift aliasing from babel to webpack (#13051) @Janpot +- [core] Reuse the `SectionTitle` component in the doc (#13139) @alexfauquette + ## 7.4.0 _May 10, 2024_ @@ -3346,6 +3417,28 @@ Here is an example of the renaming for the `` component. - [core] Update release instructions as per v7 configuration (#10962) @MBilalShafi - [license] Correctly throw errors (#10924) @oliviertassinari +## 6.19.12 + +_May 17, 2024_ + +We'd like to offer a big thanks to the 2 contributors who made this release possible. Here are some highlights ✨: + +- 🐞 Bugfixes + +### Date Pickers + +#### `@mui/x-date-pickers@6.19.12` + +- [pickers] Fix `AdapterMomentJalaali` regression (#13150) @LukasTy + +#### `@mui/x-date-pickers-pro@6.19.12` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') + +Same changes as in `@mui/x-date-pickers@6.19.12`. + +### Docs + +- [docs] Use MUI X v6 in Codesandbox and Stackblitz demos (#12838) @cherniavskii + ## 6.19.11 _Apr 18, 2024_ diff --git a/packages/x-charts/package.json b/packages/x-charts/package.json index c024ebf16081..ed9a4ef3bc62 100644 --- a/packages/x-charts/package.json +++ b/packages/x-charts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts", - "version": "7.4.0", + "version": "7.5.0", "description": "The community edition of the Charts components (MUI X).", "author": "MUI Team", "main": "./src/index.js", diff --git a/packages/x-data-grid-generator/package.json b/packages/x-data-grid-generator/package.json index 1d0459e45d11..5c6b26b2b943 100644 --- a/packages/x-data-grid-generator/package.json +++ b/packages/x-data-grid-generator/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-generator", - "version": "7.4.0", + "version": "7.5.0", "description": "Generate fake data for demo purposes only.", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-data-grid-premium/package.json b/packages/x-data-grid-premium/package.json index 58832d699686..3c428bfd2080 100644 --- a/packages/x-data-grid-premium/package.json +++ b/packages/x-data-grid-premium/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-premium", - "version": "7.4.0", + "version": "7.5.0", "description": "The Premium plan edition of the Data Grid Components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-data-grid-pro/package.json b/packages/x-data-grid-pro/package.json index 6e5c2c5237f2..3bf22b6ec809 100644 --- a/packages/x-data-grid-pro/package.json +++ b/packages/x-data-grid-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-pro", - "version": "7.4.0", + "version": "7.5.0", "description": "The Pro plan edition of the Data Grid components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-data-grid/package.json b/packages/x-data-grid/package.json index d76a6a468596..f224008cdcf2 100644 --- a/packages/x-data-grid/package.json +++ b/packages/x-data-grid/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid", - "version": "7.4.0", + "version": "7.5.0", "description": "The Community plan edition of the Data Grid components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-date-pickers-pro/package.json b/packages/x-date-pickers-pro/package.json index e34a97b64b8e..cb2a7fa5154b 100644 --- a/packages/x-date-pickers-pro/package.json +++ b/packages/x-date-pickers-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-date-pickers-pro", - "version": "7.4.0", + "version": "7.5.0", "description": "The Pro plan edition of the Date and Time Picker components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-date-pickers/package.json b/packages/x-date-pickers/package.json index a9e4a6f1bd48..41167f18dab7 100644 --- a/packages/x-date-pickers/package.json +++ b/packages/x-date-pickers/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-date-pickers", - "version": "7.4.0", + "version": "7.5.0", "description": "The community edition of the Date and Time Picker components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-tree-view/package.json b/packages/x-tree-view/package.json index 70e869e77ceb..6b78df7746a7 100644 --- a/packages/x-tree-view/package.json +++ b/packages/x-tree-view/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-tree-view", - "version": "7.4.0", + "version": "7.5.0", "description": "The community edition of the Tree View components (MUI X).", "author": "MUI Team", "main": "src/index.ts",