From f502dbe6338ea27be29efd745fc3a7dc049c6c02 Mon Sep 17 00:00:00 2001 From: Armin Mehinovic <4390250+arminmeh@users.noreply.github.com> Date: Thu, 11 Jul 2024 15:54:39 +0200 Subject: [PATCH] v7.10.0 (#13806) --- CHANGELOG.md | 74 +++++++++++++++++++++ package.json | 2 +- packages/x-charts/package.json | 2 +- packages/x-codemod/package.json | 2 +- packages/x-data-grid-generator/package.json | 2 +- packages/x-data-grid-premium/package.json | 2 +- packages/x-data-grid-pro/package.json | 2 +- packages/x-data-grid/package.json | 2 +- packages/x-date-pickers-pro/package.json | 2 +- packages/x-date-pickers/package.json | 2 +- packages/x-internals/package.json | 2 +- packages/x-license/package.json | 2 +- packages/x-tree-view/package.json | 2 +- 13 files changed, 86 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f098a29783..40d350f16c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,80 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 7.10.0 + +_Jul 11, 2024_ + +We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨: + +- 🎁 Add selectors to support showing child row count in footer in the Data Grid +- ✨ New APIs for retrieving current item tree and item's children IDs in the Tree View +- 🌍 Improve Spanish (es-ES) locale on the Data Grid +- 🐞 Bugfixes +- 📚 Documentation improvements + + + +### Data Grid + +#### `@mui/x-data-grid@7.10.0` + +- [DataGrid] Add selectors to support showing child row count in footer (#13725) @KenanYusuf +- [DataGrid] Fix incorrect panels position when using a toolbar (#13474) @oukunan +- [DataGrid] Set default variant to `'standard'` in `GridFilterInputMultipleValue` (#13129) @tarunrajput +- [DataGrid] Use `readonly` on more array props (#13331) @pcorpet +- [l10n] Improve Spanish (es-ES) locale (#13772) @joserealdev + +#### `@mui/x-data-grid-pro@7.10.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.10.0`, plus: + +- [DataGridPro] Keep bottom pinned row at the bottom (#13313) @romgrk + +#### `@mui/x-data-grid-premium@7.10.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.10.0`. + +### Date and Time Pickers + +#### `@mui/x-date-pickers@7.10.0` + +- [fields] Prevent infinite recursion when ensuring selection (#13779) @LukasTy +- [fields] Unify fields behavior regardless of the `readOnly` flag (#13688) @LukasTy + +#### `@mui/x-date-pickers-pro@7.10.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.10.0`, plus: + +- [DateRangePicker] Fix `calendarHeader` slot props propagation (#13780) @LukasTy +- [DateTimeRangePicker] Resolve `format` from given `views` (#13743) @LukasTy + +### Charts + +#### `@mui/x-charts@7.10.0` + +- [charts] Fix displaying area of a `LineChart` when using the `log` scale (#13791) @alexfauquette +- [charts] Use correct click handler prop on pie chart `OnSeriesItemClick` documentation (#13761) @tonyhallett + +### Tree View + +#### `@mui/x-tree-view@7.10.0` + +- [TreeView] Add `getItemTree` and `getItemOrderedChildrenIds` methods to the public API (#13804) @flaviendelangle +- [TreeView] Add utility function to check if an optional plugin is present (#13788) @flaviendelangle + +### Docs + +- [docs] Add missing default `loading` prop value (#13604) @oliviertassinari +- [docs] Add the `DateTimeRangePicker` to the "Commonly used components" demo (#13775) @flaviendelangle +- [docs] Fix Pickers customization playground overflow (#13742) @LukasTy +- [docs] Move Pickers dialog guidelines to accessibility page (#13778) @arthurbalduini + +### Core + +- [core] Sort `DATA_GRID_PROPS_DEFAULT_VALUES` alphabetically (#13783) @oliviertassinari +- [test] Fix split infinitive use in tests @oliviertassinari + ## 7.9.0 _Jul 5, 2024_ diff --git a/package.json b/package.json index 4593a9e15917..6545458f7e2f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "7.9.0", + "version": "7.10.0", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages/x-charts/package.json b/packages/x-charts/package.json index 49e3b1339945..e62062b12c0e 100644 --- a/packages/x-charts/package.json +++ b/packages/x-charts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts", - "version": "7.9.0", + "version": "7.10.0", "description": "The community edition of the Charts components (MUI X).", "author": "MUI Team", "main": "./src/index.js", diff --git a/packages/x-codemod/package.json b/packages/x-codemod/package.json index 1f87794b337f..e78cff41282f 100644 --- a/packages/x-codemod/package.json +++ b/packages/x-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-codemod", - "version": "7.9.0", + "version": "7.10.0", "bin": "./codemod.js", "private": false, "author": "MUI Team", diff --git a/packages/x-data-grid-generator/package.json b/packages/x-data-grid-generator/package.json index 99f993d5a7fd..1b90b02fc45f 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.9.0", + "version": "7.10.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 1f8caf9f7e98..34281187bb33 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.9.0", + "version": "7.10.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 86126d041862..e7d4a3ab565a 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.9.0", + "version": "7.10.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 71626d62f370..10b97dbef552 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.9.0", + "version": "7.10.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 e852566d858b..cc484c01b322 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.9.0", + "version": "7.10.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 c1992bda0d5f..1dae1e0e2de6 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.9.0", + "version": "7.10.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-internals/package.json b/packages/x-internals/package.json index 4bb12cb51783..d8ecb6a2d32c 100644 --- a/packages/x-internals/package.json +++ b/packages/x-internals/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-internals", - "version": "7.9.0", + "version": "7.10.0", "description": "Utility functions for the MUI X packages (internal use only).", "author": "MUI Team", "license": "MIT", diff --git a/packages/x-license/package.json b/packages/x-license/package.json index 01e1a1931055..79af123bd0e4 100644 --- a/packages/x-license/package.json +++ b/packages/x-license/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-license", - "version": "7.9.0", + "version": "7.10.0", "description": "MUI X License verification", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-tree-view/package.json b/packages/x-tree-view/package.json index adef657c5f6d..d78a86817094 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.9.0", + "version": "7.10.0", "description": "The community edition of the Tree View components (MUI X).", "author": "MUI Team", "main": "src/index.ts",