From 05dd991eb198d89b9791a4846ac4069ebaf57351 Mon Sep 17 00:00:00 2001 From: Jose Quintas Date: Thu, 2 May 2024 12:11:24 +0200 Subject: [PATCH 01/16] v7.3.2 --- CHANGELOG.md | 64 +++++++++++++++++++++ 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-tree-view/package.json | 2 +- 10 files changed, 73 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 283f586a4c648..377cfcbe1900a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,70 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 7.3.2 + +_May 2, 2024_ + +We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨: + +- 🎁 Add "no data" and "loading" states to charts, allowing users to create [custom visualizations for each state](https://mui.com/x/react-charts/styling/#overlay) +- 📝 Fixed a typo in an undocumented [x-charts gradient id](https://github.com/mui/mui-x/pull/12941/files/4bf4bffbc2799a01a96bc7458a17318cf41c1722#diff-26c31cc69d6f51110f89e339578ef9b3d4a3551f79077fff73f7babb81c5099f) that could have unintended side effects +- 🌍 Improve Catalan (he-IL) and Spanish (hu-HU) locales on the Date and Time Pickers +- 🐞 Bugfixes +- 📚 Documentation improvements + +### Data Grid + +#### `@mui/x-data-grid@7.3.2` + +- [DataGrid] Derive `formattedValue` from the edit value when passing to `renderEditCell` (#12870) @cherniavskii + +#### `@mui/x-data-grid-pro@7.3.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.3.2`. + +#### `@mui/x-data-grid-premium@7.3.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.3.2`. + +### Date and Time Pickers + +#### `@mui/x-date-pickers@7.3.2` + +- [l10n] Improve Hebrew (he-IL) locale (#12910) @michaelNXT1 +- [l10n] Improve Hungarian (hu-HU) locale (#12930) @noherczeg +- [pickers] Fix typo on the `viewRenderers` prop description (#12915) @flaviendelangle +- [pickers] Improve TypeScript performance in `PickersDay` (#12920) @flaviendelangle + +#### `@mui/x-date-pickers-pro@7.3.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.3.2`. + +### Charts + +#### `@mui/x-charts@7.3.2` + +- [charts] Add an overlay for "no data" or "loading" states (#12817) @alexfauquette +- [charts] Fix typos in documentation, translations and errors (#12941) @JCQuintas +- [charts] Fix `prop.slots` and `prop.slotProps` not passed to `` (#12939) @JCQuintas + +### Tree View + +#### `@mui/x-tree-view@7.3.2` + +### Docs + +- [docs] Polish references to the plans (#12922) @oliviertassinari + +### Core + +- [core] Fix dependencies (#12951) @LukasTy +- [core] Remove inconsistent blank lines (#12966) @oliviertassinari +- [code-infra] Bump node image used by CI in docker (#12961) @LukasTy +- [docs-infra] Remove no longer needed `next.config` settings (#12861) @oliviertassinari +- [docs-infra] Use the `@mui/docs/HighlightedCode` (#12848) @alexfauquette +- [test] Restore `t` command (#12948) @LukasTy + ## 7.3.1 _Apr 26, 2024_ diff --git a/package.json b/package.json index 0a18c08068830..b66de5e6c9f74 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "7.3.1", + "version": "7.3.2", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages/x-charts/package.json b/packages/x-charts/package.json index 1ff42e78fc9ee..bb9bc3a418f7f 100644 --- a/packages/x-charts/package.json +++ b/packages/x-charts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts", - "version": "7.3.1", + "version": "7.3.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 744491e626f6f..5e5a75b6e3de7 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.3.1", + "version": "7.3.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 69fa79fb05def..a2e9de4f43674 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.3.1", + "version": "7.3.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 de1d196bec2ec..02e2c7f79738a 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.3.1", + "version": "7.3.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 a93f7fdbaa8b7..d29ae442762b8 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.3.1", + "version": "7.3.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 1cab394c29b31..c093cd9862777 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.3.1", + "version": "7.3.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 a1d7d6dabeb2a..70e6ad498b7bc 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.3.1", + "version": "7.3.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-tree-view/package.json b/packages/x-tree-view/package.json index 19c310db3f81d..4a547cc2db673 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.3.1", + "version": "7.3.2", "description": "The community edition of the Tree View components (MUI X).", "author": "MUI Team", "main": "src/index.ts", From e82afa20234e3ade7511006d15b9e196b3cca9f1 Mon Sep 17 00:00:00 2001 From: Jose Quintas Date: Thu, 2 May 2024 12:23:10 +0200 Subject: [PATCH 02/16] remove x-tree-view changes --- CHANGELOG.md | 4 ---- packages/x-tree-view/package.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 377cfcbe1900a..a5b3956a73bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,10 +50,6 @@ Same changes as in `@mui/x-date-pickers@7.3.2`. - [charts] Fix typos in documentation, translations and errors (#12941) @JCQuintas - [charts] Fix `prop.slots` and `prop.slotProps` not passed to `` (#12939) @JCQuintas -### Tree View - -#### `@mui/x-tree-view@7.3.2` - ### Docs - [docs] Polish references to the plans (#12922) @oliviertassinari diff --git a/packages/x-tree-view/package.json b/packages/x-tree-view/package.json index 4a547cc2db673..19c310db3f81d 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.3.2", + "version": "7.3.1", "description": "The community edition of the Tree View components (MUI X).", "author": "MUI Team", "main": "src/index.ts", From 3cc70668971d4ad9f13a7f60e65f1772ee3f4bc2 Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Thu, 2 May 2024 13:34:14 +0200 Subject: [PATCH 03/16] Update CHANGELOG.md Co-authored-by: Lukas Signed-off-by: Jose C Quintas Jr --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5b3956a73bb8..d164d5d336571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ We'd like to offer a big thanks to the 8 contributors who made this release poss - 🎁 Add "no data" and "loading" states to charts, allowing users to create [custom visualizations for each state](https://mui.com/x/react-charts/styling/#overlay) - 📝 Fixed a typo in an undocumented [x-charts gradient id](https://github.com/mui/mui-x/pull/12941/files/4bf4bffbc2799a01a96bc7458a17318cf41c1722#diff-26c31cc69d6f51110f89e339578ef9b3d4a3551f79077fff73f7babb81c5099f) that could have unintended side effects -- 🌍 Improve Catalan (he-IL) and Spanish (hu-HU) locales on the Date and Time Pickers +- 🌍 Improve Hebrew (he-IL) and Hungarian (hu-HU) locales on the Date and Time Pickers - 🐞 Bugfixes - 📚 Documentation improvements From bc3ae7a60dd285dadd98e44dd7ee7d98439c1d33 Mon Sep 17 00:00:00 2001 From: Jose Quintas Date: Thu, 2 May 2024 13:36:34 +0200 Subject: [PATCH 04/16] Move gradient id comment outside of highlight --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d164d5d336571..c465f4a366c3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,6 @@ _May 2, 2024_ We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨: - 🎁 Add "no data" and "loading" states to charts, allowing users to create [custom visualizations for each state](https://mui.com/x/react-charts/styling/#overlay) -- 📝 Fixed a typo in an undocumented [x-charts gradient id](https://github.com/mui/mui-x/pull/12941/files/4bf4bffbc2799a01a96bc7458a17318cf41c1722#diff-26c31cc69d6f51110f89e339578ef9b3d4a3551f79077fff73f7babb81c5099f) that could have unintended side effects - 🌍 Improve Hebrew (he-IL) and Hungarian (hu-HU) locales on the Date and Time Pickers - 🐞 Bugfixes - 📚 Documentation improvements @@ -48,6 +47,8 @@ Same changes as in `@mui/x-date-pickers@7.3.2`. - [charts] Add an overlay for "no data" or "loading" states (#12817) @alexfauquette - [charts] Fix typos in documentation, translations and errors (#12941) @JCQuintas + This affects an undocumented [x-charts gradient id](https://github.com/mui/mui-x/pull/12941/files/4bf4bffbc2799a01a96bc7458a17318cf41c1722#diff-26c31cc69d6f51110f89e339578ef9b3d4a3551f79077fff73f7babb81c5099f) that could have unintended side effects + - [charts] Fix `prop.slots` and `prop.slotProps` not passed to `` (#12939) @JCQuintas ### Docs From a27ac581485c1b5e680596d261e405fb1be60340 Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Thu, 2 May 2024 13:37:26 +0200 Subject: [PATCH 05/16] Update CHANGELOG.md Co-authored-by: Bilal Shafi Signed-off-by: Jose C Quintas Jr --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c465f4a366c3f..2bcfd6fe53639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ We'd like to offer a big thanks to the 8 contributors who made this release poss #### `@mui/x-data-grid@7.3.2` - [DataGrid] Derive `formattedValue` from the edit value when passing to `renderEditCell` (#12870) @cherniavskii +- [DataGrid] Fix rows not being recomputed on `props.rowCount` change (#12833) @MBilalShafi #### `@mui/x-data-grid-pro@7.3.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') From 178e2be48934d66b46ee7d70830cbe6fc4a8a827 Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Thu, 2 May 2024 13:37:56 +0200 Subject: [PATCH 06/16] Update CHANGELOG.md Co-authored-by: Bilal Shafi Signed-off-by: Jose C Quintas Jr --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bcfd6fe53639..9bac5cc964820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,10 @@ Same changes as in `@mui/x-data-grid@7.3.2`. #### `@mui/x-data-grid-premium@7.3.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.3.2`. +Same changes as in `@mui/x-data-grid-pro@7.3.2`, plus: + +- [DataGridPremium] Fix print export not working with row grouping (#12957) @MBilalShafi + ### Date and Time Pickers From e3cafa7c2104a214b2ad44338eb8e80b5051a9b1 Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Thu, 2 May 2024 13:38:09 +0200 Subject: [PATCH 07/16] Update CHANGELOG.md Co-authored-by: Bilal Shafi Signed-off-by: Jose C Quintas Jr --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bac5cc964820..ee2d59957a26f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,7 @@ Same changes as in `@mui/x-date-pickers@7.3.2`. ### Docs +- [docs] Improve Data Grid migration guide (#12969) @MBilalShafi - [docs] Polish references to the plans (#12922) @oliviertassinari ### Core From 038683ed637a974cce3af28ad024c9fb53cf38c2 Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Thu, 2 May 2024 13:38:26 +0200 Subject: [PATCH 08/16] Update CHANGELOG.md Co-authored-by: Bilal Shafi Signed-off-by: Jose C Quintas Jr --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee2d59957a26f..6f3311e46438c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline _May 2, 2024_ -We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨: +We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨: - 🎁 Add "no data" and "loading" states to charts, allowing users to create [custom visualizations for each state](https://mui.com/x/react-charts/styling/#overlay) - 🌍 Improve Hebrew (he-IL) and Hungarian (hu-HU) locales on the Date and Time Pickers From e548850a706570eed23e7157db59b69c038715c2 Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Thu, 2 May 2024 13:38:39 +0200 Subject: [PATCH 09/16] Update CHANGELOG.md Co-authored-by: Bilal Shafi Signed-off-by: Jose C Quintas Jr --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f3311e46438c..4b383226f0f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ We'd like to offer a big thanks to the 10 contributors who made this release pos #### `@mui/x-data-grid@7.3.2` +[l10n] Improve Slovak (sk-SK) locale (#12949) @stefikp - [DataGrid] Derive `formattedValue` from the edit value when passing to `renderEditCell` (#12870) @cherniavskii - [DataGrid] Fix rows not being recomputed on `props.rowCount` change (#12833) @MBilalShafi From 3d1def89dbb6ffed79aaa51fac06d6875aac2117 Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Thu, 2 May 2024 13:38:56 +0200 Subject: [PATCH 10/16] Update CHANGELOG.md Co-authored-by: Bilal Shafi Signed-off-by: Jose C Quintas Jr --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b383226f0f24..32cdb450fe2d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ We'd like to offer a big thanks to the 10 contributors who made this release pos - 🎁 Add "no data" and "loading" states to charts, allowing users to create [custom visualizations for each state](https://mui.com/x/react-charts/styling/#overlay) - 🌍 Improve Hebrew (he-IL) and Hungarian (hu-HU) locales on the Date and Time Pickers +- 🌍 Improve Slovak (sk-SK) locale on the Data Grid - 🐞 Bugfixes - 📚 Documentation improvements From fce659c34a7a0d8ee6324d1e45bc2d59c5a36e04 Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Thu, 2 May 2024 13:54:31 +0200 Subject: [PATCH 11/16] Update CHANGELOG.md Co-authored-by: Bilal Shafi Signed-off-by: Jose C Quintas Jr --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32cdb450fe2d0..c1899c312cdeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ We'd like to offer a big thanks to the 10 contributors who made this release pos - 🎁 Add "no data" and "loading" states to charts, allowing users to create [custom visualizations for each state](https://mui.com/x/react-charts/styling/#overlay) - 🌍 Improve Hebrew (he-IL) and Hungarian (hu-HU) locales on the Date and Time Pickers -- 🌍 Improve Slovak (sk-SK) locale on the Data Grid +- 🌍 Improve Danish (da-DK) and Slovak (sk-SK) locales on the Data Grid - 🐞 Bugfixes - 📚 Documentation improvements From 8381cd304de477d94fd767a6755268c5f84d4a2f Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Thu, 2 May 2024 14:03:55 +0200 Subject: [PATCH 12/16] Update CHANGELOG.md Co-authored-by: Bilal Shafi Signed-off-by: Jose C Quintas Jr --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1899c312cdeb..a043457a44696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,6 @@ We'd like to offer a big thanks to the 10 contributors who made this release pos #### `@mui/x-data-grid@7.3.2` -[l10n] Improve Slovak (sk-SK) locale (#12949) @stefikp - [DataGrid] Derive `formattedValue` from the edit value when passing to `renderEditCell` (#12870) @cherniavskii - [DataGrid] Fix rows not being recomputed on `props.rowCount` change (#12833) @MBilalShafi From 054d023b2673897d7f8e9489d140fd3f9e6656d6 Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Thu, 2 May 2024 14:04:02 +0200 Subject: [PATCH 13/16] Update CHANGELOG.md Co-authored-by: Bilal Shafi Signed-off-by: Jose C Quintas Jr --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a043457a44696..5c6cc16c824b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ We'd like to offer a big thanks to the 10 contributors who made this release pos - [DataGrid] Derive `formattedValue` from the edit value when passing to `renderEditCell` (#12870) @cherniavskii - [DataGrid] Fix rows not being recomputed on `props.rowCount` change (#12833) @MBilalShafi +- [l10n] Improve Danish (da-DK) locale (#12844) @fosterbuster +- [l10n] Improve Slovak (sk-SK) locale (#12949) @stefikp #### `@mui/x-data-grid-pro@7.3.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') From 6fd4939300980b6a6f4e007943d5f84fa8ce53ca Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Thu, 2 May 2024 14:04:08 +0200 Subject: [PATCH 14/16] Update CHANGELOG.md Co-authored-by: Bilal Shafi Signed-off-by: Jose C Quintas Jr --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c6cc16c824b6..f1658b1719d89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline _May 2, 2024_ -We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨: +We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨: - 🎁 Add "no data" and "loading" states to charts, allowing users to create [custom visualizations for each state](https://mui.com/x/react-charts/styling/#overlay) - 🌍 Improve Hebrew (he-IL) and Hungarian (hu-HU) locales on the Date and Time Pickers From 302726d43e592e609402fe1c8d8e5015f418eafd Mon Sep 17 00:00:00 2001 From: Jose Quintas Date: Thu, 2 May 2024 14:30:46 +0200 Subject: [PATCH 15/16] update gradiend id change msg --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1658b1719d89..4a78aa97848a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,13 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos - 🎁 Add "no data" and "loading" states to charts, allowing users to create [custom visualizations for each state](https://mui.com/x/react-charts/styling/#overlay) - 🌍 Improve Hebrew (he-IL) and Hungarian (hu-HU) locales on the Date and Time Pickers - 🌍 Improve Danish (da-DK) and Slovak (sk-SK) locales on the Data Grid +- 📝 Fix a [typo](https://github.com/mui/mui-x/pull/12941/files/4bf4bffbc2799a01a96bc7458a17318cf41c1722#diff-26c31cc69d6f51110f89e339578ef9b3d4a3551f79077fff73f7babb81c5099f) in the auto-generated Charts gradient `id` attribute. + It should not affect you, but if you were relying on the gradient `id` attribute, please update your usage. - 🐞 Bugfixes - 📚 Documentation improvements + + ### Data Grid #### `@mui/x-data-grid@7.3.2` @@ -34,7 +38,6 @@ Same changes as in `@mui/x-data-grid-pro@7.3.2`, plus: - [DataGridPremium] Fix print export not working with row grouping (#12957) @MBilalShafi - ### Date and Time Pickers #### `@mui/x-date-pickers@7.3.2` @@ -54,8 +57,6 @@ Same changes as in `@mui/x-date-pickers@7.3.2`. - [charts] Add an overlay for "no data" or "loading" states (#12817) @alexfauquette - [charts] Fix typos in documentation, translations and errors (#12941) @JCQuintas - This affects an undocumented [x-charts gradient id](https://github.com/mui/mui-x/pull/12941/files/4bf4bffbc2799a01a96bc7458a17318cf41c1722#diff-26c31cc69d6f51110f89e339578ef9b3d4a3551f79077fff73f7babb81c5099f) that could have unintended side effects - - [charts] Fix `prop.slots` and `prop.slotProps` not passed to `` (#12939) @JCQuintas ### Docs From 950ff4aa5a46fca1c2158cc895f27d48c2775cab Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Thu, 2 May 2024 15:25:14 +0200 Subject: [PATCH 16/16] Update CHANGELOG.md Co-authored-by: Bilal Shafi Signed-off-by: Jose C Quintas Jr --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a78aa97848a8..12d3e6e7f4ee1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos #### `@mui/x-data-grid@7.3.2` +- [DataGrid] Allow to change reset text in the columns management panel (#12972) @MBilalShafi - [DataGrid] Derive `formattedValue` from the edit value when passing to `renderEditCell` (#12870) @cherniavskii - [DataGrid] Fix rows not being recomputed on `props.rowCount` change (#12833) @MBilalShafi - [l10n] Improve Danish (da-DK) locale (#12844) @fosterbuster