From 3548ca83254f1d4e6671f75ad751fe180a05d409 Mon Sep 17 00:00:00 2001 From: Lukas Tyla Date: Thu, 12 Dec 2024 18:03:36 +0200 Subject: [PATCH] v7.23.2 (#15866) --- CHANGELOG.md | 81 +++++++++++++++++++++ package.json | 2 +- packages/x-charts-pro/package.json | 2 +- packages/x-charts/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-license/package.json | 2 +- packages/x-tree-view-pro/package.json | 2 +- packages/x-tree-view/package.json | 2 +- 13 files changed, 93 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb73dfdecd0c..1bea572eea34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,87 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 7.23.2 + +_Dec 12, 2024_ + +We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨: + +- 🌍 Improve Romanian and Turkish locales on the Data Grid +- 🌍 Improve Romanian locale on the Pickers +- 📚 Documentation improvements +- 🐞 Bugfixes + +Special thanks go out to the community contributors who have helped make this release possible: +@ihsanberkozcan, @k-rajat19, @lhilgert9, @nusr, @rares985. + +Following are all team members who have contributed to this release: +@alexfauquette, @arminmeh, @flaviendelangle, @JCQuintas, @KenanYusuf, @LukasTy. + + + +### Data Grid + +#### `@mui/x-data-grid@7.23.2` + +- [DataGrid] Fix "No rows" displaying when all rows are pinned (#15851) @nusr +- [DataGrid] Use `columnsManagement` slot (#15821) @k-rajat19 +- [l10n] Improve Romanian (ro-RO) locale (#15751) @rares985 +- [l10n] Improve Turkish (tr-TR) locale (#15748) @ihsanberkozcan + +#### `@mui/x-data-grid-pro@7.23.2` [![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.23.2`, plus: + +- [DataGridPro] Make Row reordering work with pagination (#15782) @k-rajat19 + +#### `@mui/x-data-grid-premium@7.23.2` [![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.23.2`, plus: + +- [DataGridPremium] Fix group column ignoring `valueOptions` for `singleSelect` column type (#15754) @arminmeh + +### Date and Time Pickers + +#### `@mui/x-date-pickers@7.23.2` + +- [l10n] Improve Romanian (ro-RO) locale (#15751) @rares985 + +#### `@mui/x-date-pickers-pro@7.23.2` [![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.23.2`. + +### Charts + +#### `@mui/x-charts@7.23.2` + +- [charts] Fix key generation for the ChartsGrid (#15864) @alexfauquette +- [charts] Fix scatter dataset with missing data (#15804) @alexfauquette + +#### `@mui/x-charts-pro@7.23.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') + +Same changes as in `@mui/x-charts@7.23.2`. + +#### `@mui/x-tree-view@v7.23.2` + +No changes, releasing to keep the versions in sync. + +#### `@mui/x-tree-view-pro@7.23.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') + +Releasing to benefit from license package fix (#15818). + +### Docs + +- [docs] Fix typo in charts axis documentation (#15746) @JCQuintas +- [docs] Improve Pickers accessible DOM structure description (#15752) @LukasTy +- [docs] Use `updateRows` method for list view demos (#15824) @KenanYusuf +- [docs] Use date library version from package dev dependencies for sandboxes (#15767) @LukasTy + +### Core + +- [core] Add `@mui/x-tree-view-pro` to `releaseChangelog` (#15747) @flaviendelangle +- [license] Use `console.log` for the error message on Codesandbox to avoid rendering error (#15818) @arminmeh + ## 7.23.1 _Dec 5, 2024_ diff --git a/package.json b/package.json index 2a8cdae96195..701bf6fb4dc1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "7.23.1", + "version": "7.23.2", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages/x-charts-pro/package.json b/packages/x-charts-pro/package.json index 99b3e34975c8..6159c9eeb405 100644 --- a/packages/x-charts-pro/package.json +++ b/packages/x-charts-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts-pro", - "version": "7.23.1", + "version": "7.23.2", "description": "The Pro plan edition of the Charts components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-charts/package.json b/packages/x-charts/package.json index 13ffb9452461..e3b03d389556 100644 --- a/packages/x-charts/package.json +++ b/packages/x-charts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts", - "version": "7.23.1", + "version": "7.23.2", "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 c6cd6008e3d1..1832374f91c8 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.23.1", + "version": "7.23.2", "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 3fad8221c959..0cf48b255d90 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.23.1", + "version": "7.23.2", "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 4ee81122324c..3379ef3d54c2 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.23.1", + "version": "7.23.2", "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 adddb54b6d84..828b15eae1cd 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.23.1", + "version": "7.23.2", "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 99212b85ef1c..e27c7d28c839 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.23.1", + "version": "7.23.2", "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 c2efb5ec51df..5b8048b05723 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.23.1", + "version": "7.23.2", "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-license/package.json b/packages/x-license/package.json index 9cbe931b8df8..6cfca53fea76 100644 --- a/packages/x-license/package.json +++ b/packages/x-license/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-license", - "version": "7.23.0", + "version": "7.23.2", "description": "MUI X License verification", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-tree-view-pro/package.json b/packages/x-tree-view-pro/package.json index 185137f503d9..67b77a27c94b 100644 --- a/packages/x-tree-view-pro/package.json +++ b/packages/x-tree-view-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-tree-view-pro", - "version": "7.23.0", + "version": "7.23.2", "description": "The Pro plan edition of the Tree View 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 c7fbd864bd36..3b5fce81a832 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.23.0", + "version": "7.23.2", "description": "The community edition of the Tree View components (MUI X).", "author": "MUI Team", "main": "src/index.ts",