From 0cfc7e24859cdd2f9219c58108e1fff3efe0669f Mon Sep 17 00:00:00 2001 From: Bilal Shafi Date: Fri, 26 Apr 2024 15:48:31 +0500 Subject: [PATCH] v7.3.1 (#12909) Signed-off-by: Lukas Signed-off-by: Bilal Shafi Co-authored-by: Lukas Co-authored-by: Andrew Cherniavskii --- CHANGELOG.md | 77 +++++++++++++++++++++ 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, 86 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8184073b87e8..fefa8208a159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,83 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 7.3.1 + +_Apr 26, 2024_ + +We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨: + +- 🎁 Scatter Charts get a [z-axis to allow coloring data points independently from their coordinates](https://mui.com/x/react-charts/scatter/#color-scale) +- 🌍 Improve Catalan (ca-ES) and Spanish (es-ES) locales on the Date and Time Pickers +- 🐞 Bugfixes +- 📚 Documentation improvements + +### Data Grid + +#### `@mui/x-data-grid@7.3.1` + +- [DataGrid] Fix date filtering for negative timezone offsets (#12836) @cherniavskii +- [DataGrid] Fix flex column width when used with pinned columns (#12849) @romgrk +- [DataGrid] Fix group header resize (#12863) @arminmeh +- [DataGrid] Pass slot props to `columnHeaders` slot (#12768) @cherniavskii + +#### `@mui/x-data-grid-pro@7.3.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.3.1`. + +#### `@mui/x-data-grid-premium@7.3.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.3.1`. + +### Date and Time Pickers + +#### `@mui/x-date-pickers@7.3.1` + +- [l10n] Improve Catalan (ca-ES) locale (#12856) @soler1212 +- [l10n] Improve Spanish (es-ES) locale (#12858) @soler1212 + +#### `@mui/x-date-pickers-pro@7.3.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.3.1`. + +### Charts + +#### `@mui/x-charts@7.3.1` + +- [charts] Add documentation on border radius alternative for `BarCharts` (#12859) @JCQuintas +- [charts] Add z-axis to colorize scatter charts (#12738) @alexfauquette +- [charts] Fix left/bottomAxis not picking up default axis id (#12894) @JCQuintas +- [charts] Improve default tooltip content (#12257) @oliviertassinari +- [charts] Round y values for bar chart (#12846) @alexfauquette + +### Tree View + +#### `@mui/x-tree-view@7.3.1` + +- [TreeView] Remove un-needed `aria-activedescendant` attribute (#12867) @flaviendelangle +- [TreeView] Rework the selection internals (#12703) @flaviendelangle +- [TreeView] Use the order in which the items are displayed for `type-ahead` (#12827) @flaviendelangle + +### Docs + +- [docs] Add demo for styling charts with `sx` props (#12791) @derek-0000 +- [docs] Cover webpack 4 support in migration guide (#12710) @cherniavskii +- [docs] Document interfaces for charts (#12656) @alexfauquette +- [docs] Fix Vale regression (#12862) @oliviertassinari +- [docs] Improve Data Grid migration guide (#12879) @MBilalShafi +- [docs] Update Column features availability (#12865) @DanailH + +### Core + +- [core] Fix `l10n` GH workflow (#12895) @LukasTy +- [core] Match Base UI and Toolpad @oliviertassinari +- [core] Remove redundant `setupFiles` entries in `package.json` (#12899) @LukasTy +- [core] Use `describeTreeView` for focus tests (#12698) @flaviendelangle +- [core] Use `describeTreeView` for type-ahead tests (#12811) @flaviendelangle +- [code-infra] Change package manager to `pnpm` (#11875) @LukasTy +- [code-infra] Closer sync with eslint config of codebase (#12864) @oliviertassinari +- [support-infra] Add release announcement to GitHub workflows (#11867) (#12843) @michelengelen + ## 7.3.0 _Apr 18, 2024_ diff --git a/package.json b/package.json index 115d682ea074..bb5b88f54d77 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "7.3.0", + "version": "7.3.1", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages/x-charts/package.json b/packages/x-charts/package.json index 869f3bd49eb1..1ff42e78fc9e 100644 --- a/packages/x-charts/package.json +++ b/packages/x-charts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts", - "version": "7.3.0", + "version": "7.3.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 339b9b2b703b..744491e626f6 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.0", + "version": "7.3.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 6ef2a0653b01..69fa79fb05de 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.0", + "version": "7.3.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 ef0605015835..de1d196bec2e 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.0", + "version": "7.3.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 d0afd0118a63..a93f7fdbaa8b 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.0", + "version": "7.3.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 89071aaef1da..1cab394c29b3 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.2.0", + "version": "7.3.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 7d60c8176048..a1d7d6dabeb2 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.2.0", + "version": "7.3.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-tree-view/package.json b/packages/x-tree-view/package.json index 3ec4ec9a526b..19c310db3f81 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.0", + "version": "7.3.1", "description": "The community edition of the Tree View components (MUI X).", "author": "MUI Team", "main": "src/index.ts",