From 91c4e2c7fa498d4fbb5f33f42fbeca6aeb107b62 Mon Sep 17 00:00:00 2001 From: Michel Engelen <32863416+michelengelen@users.noreply.github.com> Date: Thu, 28 Mar 2024 17:05:32 +0100 Subject: [PATCH] v7.1.0 (#12588) Signed-off-by: Michel Engelen <32863416+michelengelen@users.noreply.github.com> Co-authored-by: Flavien DELANGLE Co-authored-by: Lukas Co-authored-by: Bilal Shafi --- CHANGELOG.md | 71 +++++++++++++++++++++ package.json | 2 +- packages/x-charts/package.json | 2 +- packages/x-data-grid-generator/package.json | 2 +- packages/x-data-grid-premium/package.json | 6 +- packages/x-data-grid-pro/package.json | 4 +- packages/x-data-grid/package.json | 2 +- packages/x-date-pickers-pro/package.json | 4 +- packages/x-date-pickers/package.json | 2 +- packages/x-tree-view/package.json | 2 +- 10 files changed, 84 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e885ff6e1e0f..20431eaeb0da 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. +## 7.1.0 + +_Mar 28, 2024_ + +We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨: + +- 🚀 Add `resizeThrottleMs` prop (#12556) @romgrk +- 🌍 Improve Chinese (Hong Kong) (zh-HK) and Italian (it-IT) locale on the Pickers +- 🐞 Bugfixes +- 📚 Documentation improvements + +### Data Grid + +#### `@mui/x-data-grid@7.1.0` + +- [DataGrid] Add `resizeThrottleMs` prop (#12556) @romgrk +- [DataGrid] Do not publish `rowEditStop` event if row has fields with errors (#11383) @cherniavskii +- [DataGrid] Fix bug in suspense (#12553) @romgrk +- [DataGrid] Fix missing class name in the `GridToolbarQuickFilter` component (#12484) @jhawkins11 + +#### `@mui/x-data-grid-pro@7.1.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.1.0`. + +#### `@mui/x-data-grid-premium@7.1.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.1.0`. + +### Date and Time Pickers + +#### `@mui/x-date-pickers@7.1.0` + +- [fields] Fix placeholder override (#12589) @flaviendelangle +- [l10n] Improve Chinese (Hong Kong) (zh-HK) locale (#12547) @samchiu90 +- [l10n] Improve Italian (it-IT) locale (#12549) @antomanc +- [pickers] Prepare compatibility with `@mui/zero-runtime` (stop using `ownerState` in `styled`) (#12003) @flaviendelangle + +#### `@mui/x-date-pickers-pro@7.1.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.1.0`, plus: + +- [DateRangePicker] Fix selection behavior with single input field when `readOnly` (#12593) @LukasTy + +### Charts + +#### `@mui/x-charts@7.1.0` + +- [charts] Fix tooltip causing crash on data change (#12571) @Rishi556 + +### Tree View + +#### `@mui/x-tree-view@7.1.0` + +- [TreeView] Do not use outdated version of the state to compute new label first char in `RichTreeView` (#12512) @flaviendelangle + +### Docs + +- [docs] Add example to add a second icon next to the field's opening button (#12524) @flaviendelangle +- [docs] Add missing note to Data Grid migration guide (#12557) @romgrk +- [docs] Fix Charts title for SEO (#12545) @oliviertassinari +- [docs] Fix small typo (#12558) @diogoparente +- [docs] Improve codemod related documentation (#12582) @MBilalShafi +- [docs] Reduce noise in migration docs side navigation (#12552) @cherniavskii +- [docs] Sync static images from core repository (#12525) @LukasTy + +### Core + +- [core] Fix `l10n` script on Windows (#12550) @LukasTy +- [core] Include `DateTimeRangePicker` tag in `releaseChangelog` (#12526) @LukasTy +- [core] Upgrade monorepo (#12536) @cherniavskii + ## v7.0.0 _Mar 22, 2024_ diff --git a/package.json b/package.json index e0d3d46d991b..59865fcf1ee8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "7.0.0", + "version": "7.1.0", "private": true, "scripts": { "start": "yarn && yarn docs:dev", diff --git a/packages/x-charts/package.json b/packages/x-charts/package.json index 0dac51e3288b..10834c1fb58b 100644 --- a/packages/x-charts/package.json +++ b/packages/x-charts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts", - "version": "7.0.0", + "version": "7.1.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 0d1d90500c68..b08bfd399600 100644 --- a/packages/x-data-grid-generator/package.json +++ b/packages/x-data-grid-generator/package.json @@ -34,7 +34,7 @@ "dependencies": { "@babel/runtime": "^7.24.0", "@mui/base": "^5.0.0-beta.40", - "@mui/x-data-grid-premium": "7.0.0", + "@mui/x-data-grid-premium": "7.1.0", "chance": "^1.1.11", "clsx": "^2.1.0", "lru-cache": "^7.18.3" diff --git a/packages/x-data-grid-premium/package.json b/packages/x-data-grid-premium/package.json index 48ebefe940c2..2885218e39a5 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.0.0", + "version": "7.1.0", "description": "The Premium plan edition of the data grid component (MUI X).", "author": "MUI Team", "main": "src/index.ts", @@ -45,8 +45,8 @@ "@babel/runtime": "^7.24.0", "@mui/system": "^5.15.14", "@mui/utils": "^5.15.14", - "@mui/x-data-grid": "7.0.0", - "@mui/x-data-grid-pro": "7.0.0", + "@mui/x-data-grid": "7.1.0", + "@mui/x-data-grid-pro": "7.1.0", "@mui/x-license": "7.0.0", "@types/format-util": "^1.0.4", "clsx": "^2.1.0", diff --git a/packages/x-data-grid-pro/package.json b/packages/x-data-grid-pro/package.json index 24b27a4ebb19..0fca8b43f4c4 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.0.0", + "version": "7.1.0", "description": "The Pro plan edition of the data grid component (MUI X).", "author": "MUI Team", "main": "src/index.ts", @@ -45,7 +45,7 @@ "@babel/runtime": "^7.24.0", "@mui/system": "^5.15.14", "@mui/utils": "^5.15.14", - "@mui/x-data-grid": "7.0.0", + "@mui/x-data-grid": "7.1.0", "@mui/x-license": "7.0.0", "@types/format-util": "^1.0.4", "clsx": "^2.1.0", diff --git a/packages/x-data-grid/package.json b/packages/x-data-grid/package.json index 00b3f3c8a3d8..6dac6546e666 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.0.0", + "version": "7.1.0", "description": "The community edition of the data grid component (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 effd9cda07e0..e3a1e0c95196 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.0.0", + "version": "7.1.0", "description": "The commercial edition of the date picker components (MUI X).", "author": "MUI Team", "main": "src/index.ts", @@ -45,7 +45,7 @@ "@mui/base": "^5.0.0-beta.40", "@mui/system": "^5.15.14", "@mui/utils": "^5.15.14", - "@mui/x-date-pickers": "7.0.0", + "@mui/x-date-pickers": "7.1.0", "@mui/x-license": "7.0.0", "clsx": "^2.1.0", "prop-types": "^15.8.1", diff --git a/packages/x-date-pickers/package.json b/packages/x-date-pickers/package.json index 7746d0ab63b6..4e7f731b8319 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.0.0", + "version": "7.1.0", "description": "The community edition of the date 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 0e99bd3721ff..3e742b593dba 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.0.0", + "version": "7.1.0", "description": "The community edition of the tree view components (MUI X).", "author": "MUI Team", "main": "src/index.ts",