From 78b06d4142ef009a4e209e3eb6aed5e852101c04 Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskii Date: Fri, 8 Dec 2023 14:46:38 +0100 Subject: [PATCH] v6.18.4 (#11342) --- CHANGELOG.md | 43 ++++++++++++++++++- package.json | 2 +- .../grid/x-data-grid-generator/package.json | 4 +- .../grid/x-data-grid-premium/package.json | 6 +-- packages/grid/x-data-grid-pro/package.json | 4 +- packages/grid/x-data-grid/package.json | 2 +- packages/x-date-pickers-pro/package.json | 4 +- packages/x-date-pickers/package.json | 2 +- 8 files changed, 54 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a118f3ec2c34..28d7a442dce79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,46 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 6.18.4 + +_Dec 8, 2023_ + +We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨: + +- 📚 Add [Pickers FAQ page](https://mui.com/x/react-date-pickers/faq/) +- 🌍 Improve Danish (da-DK) locale on Data Grid +- 🐞 Bugfixes + +### Data Grid + +#### `@mui/x-data-grid@6.18.4` + +- [DataGrid] Fix cell slot style override (#11215) @oliviertassinari +- [l10n] Improve Danish (da-DK) locale (#11346) @goibon + +#### `@mui/x-data-grid-pro@6.18.4` [![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@6.18.4`. + +#### `@mui/x-data-grid-premium@6.18.4` [![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@6.18.4`. + +### Date Pickers + +#### `@mui/x-date-pickers@6.18.4` + +- [pickers] Fix `MultiSectionDigitalClock` issues (#11308) @LukasTy + +#### `@mui/x-date-pickers-pro@6.18.4` [![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@6.18.4`. + +### Docs + +- [docs] Fix typo (#11323) @cadam11 +- [docs] Add FAQ page (#11347) @noraleonte + ## 6.18.3 _Dec 4, 2023_ @@ -347,7 +387,7 @@ Same changes as in `@mui/x-date-pickers@6.16.3`, plus: - [charts] Add reference links to area + bar chart components (#10652) @michelengelen - [charts] Add reference links to line chart + sparkline components (#10650) @michelengelen -- [charts] Add reference links to pie + scatter chart components (#10653) @michelengelen +- [charts] Add reference links to pie + scatter chart components (#10653) @michelengelen - [charts] Render only when `width` and `height` are resolved (#10714) @alexfauquette - [charts] Support animation on `BarChart` (#9926) @alexfauquette - [charts] Use new text component to avoid tick label overflow on x-axis (#10648) @alexfauquette @@ -423,6 +463,7 @@ It adds line break support and avoids overlapping text in the legend. This comes with some breaking changes. - The DOM structure is modified. An intermediary `` element has been added. This can impact how your style is applied. + ```diff - The label + The label diff --git a/package.json b/package.json index 7b48fb31f6134..f0beffad83603 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "6.18.3", + "version": "6.18.4", "private": true, "scripts": { "start": "yarn && yarn docs:dev", diff --git a/packages/grid/x-data-grid-generator/package.json b/packages/grid/x-data-grid-generator/package.json index e5c42d6b2c261..bef6ee49d5102 100644 --- a/packages/grid/x-data-grid-generator/package.json +++ b/packages/grid/x-data-grid-generator/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-generator", - "version": "6.18.3", + "version": "6.18.4", "description": "Generate fake data for demo purposes only.", "author": "MUI Team", "main": "src/index.ts", @@ -32,7 +32,7 @@ "dependencies": { "@babel/runtime": "^7.23.2", "@mui/base": "^5.0.0-beta.22", - "@mui/x-data-grid-premium": "6.18.3", + "@mui/x-data-grid-premium": "6.18.4", "chance": "^1.1.11", "clsx": "^2.0.0", "lru-cache": "^7.18.3" diff --git a/packages/grid/x-data-grid-premium/package.json b/packages/grid/x-data-grid-premium/package.json index 562703d2380eb..ee908dc1e0165 100644 --- a/packages/grid/x-data-grid-premium/package.json +++ b/packages/grid/x-data-grid-premium/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-premium", - "version": "6.18.3", + "version": "6.18.4", "description": "The Premium plan edition of the data grid component (MUI X).", "author": "MUI Team", "main": "src/index.ts", @@ -44,8 +44,8 @@ "dependencies": { "@babel/runtime": "^7.23.2", "@mui/utils": "^5.14.16", - "@mui/x-data-grid": "6.18.3", - "@mui/x-data-grid-pro": "6.18.3", + "@mui/x-data-grid": "6.18.4", + "@mui/x-data-grid-pro": "6.18.4", "@mui/x-license-pro": "6.10.2", "@types/format-util": "^1.0.3", "clsx": "^2.0.0", diff --git a/packages/grid/x-data-grid-pro/package.json b/packages/grid/x-data-grid-pro/package.json index ff00715cf5f27..cf9345670c692 100644 --- a/packages/grid/x-data-grid-pro/package.json +++ b/packages/grid/x-data-grid-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-pro", - "version": "6.18.3", + "version": "6.18.4", "description": "The Pro plan edition of the data grid component (MUI X).", "author": "MUI Team", "main": "src/index.ts", @@ -44,7 +44,7 @@ "dependencies": { "@babel/runtime": "^7.23.2", "@mui/utils": "^5.14.16", - "@mui/x-data-grid": "6.18.3", + "@mui/x-data-grid": "6.18.4", "@mui/x-license-pro": "6.10.2", "@types/format-util": "^1.0.3", "clsx": "^2.0.0", diff --git a/packages/grid/x-data-grid/package.json b/packages/grid/x-data-grid/package.json index 1f75513823853..94a2f99f55c42 100644 --- a/packages/grid/x-data-grid/package.json +++ b/packages/grid/x-data-grid/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid", - "version": "6.18.3", + "version": "6.18.4", "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 a703bb88fde49..e20271f01af89 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": "6.18.3", + "version": "6.18.4", "description": "The commercial edition of the date picker components (MUI X).", "author": "MUI Team", "main": "src/index.ts", @@ -44,7 +44,7 @@ "@babel/runtime": "^7.23.2", "@mui/base": "^5.0.0-beta.22", "@mui/utils": "^5.14.16", - "@mui/x-date-pickers": "6.18.3", + "@mui/x-date-pickers": "6.18.4", "@mui/x-license-pro": "6.10.2", "clsx": "^2.0.0", "prop-types": "^15.8.1", diff --git a/packages/x-date-pickers/package.json b/packages/x-date-pickers/package.json index 803a274c8fa32..aecd56cc07350 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": "6.18.3", + "version": "6.18.4", "description": "The community edition of the date picker components (MUI X).", "author": "MUI Team", "main": "src/index.ts",