From 7566a1d82682fbeaf294b98ee246de1b93966e3f Mon Sep 17 00:00:00 2001 From: Arthur Suh Balduini <34691066+arthurbalduini@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:25:17 +0200 Subject: [PATCH] v7.7.1 (#13565) Co-authored-by: Arthur Balduini --- CHANGELOG.md | 82 +++++++++++++++++++++ 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/package.json | 2 +- 11 files changed, 92 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 051df7ec2e97..62c83f81b4bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,88 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 7.7.1 + +_Jun 21, 2024_ + +We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨: + +- 🌍 Improve Portuguese (pt-PT) locale on the Data Grid +- 🌍 Improve Danish (da-DK) locale on the Date and Time Pickers +- 🐞 Bugfixes +- 📚 Documentation improvements + + + +### Data Grid + +#### `@mui/x-data-grid@7.7.1` + +- [DataGrid][docs] Clarify enabling pagination (#13350) @oliviertassinari +- [DataGrid] Fix CSV export escaping for non-string values (#13560) @joeycumines-scw +- [l10n] Improve Portuguese (pt-PT) locale (#13348) @joaosreis + +#### `@mui/x-data-grid-pro@7.7.1` [![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.7.1`, plus: + +- [DataGrid] Warn about `getTreeDataPath` reference (#13519) @cherniavskii + +#### `@mui/x-data-grid-premium@7.7.1` [![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.7.1`. + +### Date and Time Pickers + +#### `@mui/x-date-pickers@7.7.1` + +- [fields] Prevent digit editing on the `Space` key down (#13510) @flaviendelangle +- [l10n] Improve Danish (da-DK) locale (#13375) @jacrowland1 +- [pickers] Add context to `onAccept` callback (#13511) @flaviendelangle +- [pickers] Always use the same timezone in the field, the view and the layout components (#13481) @flaviendelangle +- [pickers] Fix `AdapterDateFnsV3` generated method types (#13464) @alexey-kozlenkov +- [pickers] Fix controlled `view` behavior (#13552) @LukasTy +- [TimePicker] Improves RTL verification for the time pickers default views (#13447) @arthurbalduini + +#### `@mui/x-date-pickers-pro@7.7.1` [![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.7.1`, plus: + +- [DateRangePicker] Add accessible name to calendar grid (#13538) @LukasTy + +### Charts + +#### `@mui/x-charts@7.7.1` + +- [charts] Divide `CartesianProvider` to use logic in Pro package (#13531) @JCQuintas +- [charts] Do not publish the pro package (#13539) @alexfauquette +- [charts] Export `Pro` versions of regular charts (#13547) @JCQuintas +- [charts] Prepare `ChartContainerPro` for future Zoom changes (#13532) @JCQuintas +- [charts] Remove unnecessary proptypes from internal component (#13518) @JCQuintas + +### Tree View + +#### `@mui/x-tree-view@7.7.1` + +- [TreeView] Improve typing to support optional dependencies in plugins and in the item (#13523) @flaviendelangle +- [TreeView] Move `useTreeViewId` to the core plugins (#13566) @flaviendelangle +- [TreeView] Remove unused state from `useTreeViewId` (#13579) @flaviendelangle +- [TreeView] Support `itemId` with escaping characters when using `SimpleTreeView` (#13487) @oukunan + +### Docs + +- [docs] Add section about the new uncovered product watermark (#13568) @michelengelen +- [docs] Document the `PickerValidDate` type override (#13476) @flaviendelangle +- [docs] Fix typo (#13507) @anshtiwatne +- [docs] Remove "-" in heat-map and tree-map urls (#13569) @alexfauquette +- [docs] Use dedicated tab for weather dataset (#13513) @alexfauquette +- [x-license] license update proposal (#13459) @michelengelen + +### Core + +- [core] Fix failing CI test (#13574) @alexfauquette +- [infra] Remove explicit `@testing-library/react` dependency (#13478) @LukasTy + ## 7.7.0 _Jun 13, 2024_ diff --git a/package.json b/package.json index 024e7851b33b..17f5824b329e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "7.7.0", + "version": "7.7.1", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages/x-charts/package.json b/packages/x-charts/package.json index a20cacec2d4a..3630e0d32fe4 100644 --- a/packages/x-charts/package.json +++ b/packages/x-charts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts", - "version": "7.7.0", + "version": "7.7.1", "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 7139697527d8..ce85b0dcf6da 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.7.0", + "version": "7.7.1", "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 cb6ba8a08dfc..732d7f83e502 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.7.0", + "version": "7.7.1", "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 695361d8942e..651df24fa461 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.7.0", + "version": "7.7.1", "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 8928de5a9ec0..3749f544f50d 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.7.0", + "version": "7.7.1", "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 e1f11a72f965..da78cb86f3b3 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.7.0", + "version": "7.7.1", "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 47627ab53cdf..72705696804c 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.7.0", + "version": "7.7.1", "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 e2947ad3b93c..5889ec606ab7 100644 --- a/packages/x-license/package.json +++ b/packages/x-license/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-license", - "version": "7.7.0", + "version": "7.7.1", "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 5aa715d5522e..8e56eb3fd087 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.7.0", + "version": "7.7.1", "description": "The community edition of the Tree View components (MUI X).", "author": "MUI Team", "main": "src/index.ts",