From 2fb2fe7584456f7e748b7e33178f1dfa14833894 Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 23 Nov 2023 17:22:52 +0200 Subject: [PATCH] Release 6.18.2 (#11161) Signed-off-by: Lukas --- CHANGELOG.md | 53 +++++++++++++++++++ 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-charts/package.json | 2 +- packages/x-date-pickers-pro/package.json | 4 +- packages/x-date-pickers/package.json | 2 +- 9 files changed, 66 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a9551001619..5d03918922b94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,59 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 6.18.2 + +_Nov 23, 2023_ + +We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨: + +- 🌍 Improve Arabic (ar-SD), Czech (cs-CZ), and Hebrew (he-IL) locales on Data Grid +- 🌍 Add Basque (eu) and Macedonian (mk) locales on Pickers +- 🌍 Improve German (de-DE) and Spanish (es-ES) locales on Pickers +- 🐞 Bugfixes +- 📚 Documentation improvements + +### Data Grid + +#### `@mui/x-data-grid@6.18.2` + +- [l10n] Improve Arabic (ar-SD) locale (#11096) @OmarWebDev +- [l10n] Improve Czech (cs-CZ) locale (#10968) @luborepka +- [l10n] Improve Hebrew (he-IL) locale (#11056) @LironKiloma + +#### `@mui/x-data-grid-pro@6.18.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@6.18.2`. + +#### `@mui/x-data-grid-premium@6.18.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@6.18.2`. + +### Date Pickers + +#### `@mui/x-date-pickers@6.18.2` + +- [l10n] Add Basque (eu) locale and improve Spanish (es-ES) locale (#10985) @lajtomekadimon +- [l10n] Add Macedonian (mk) locale (#11155) @brsnik +- [l10n] Improve German (de-DE) locale (#11104) @jho-vema +- [pickers] Deprecate `defaultCalendarMonth` prop (#11138) @flaviendelangle +- [pickers] Fix `DateCalendar` crashing when given an invalid value (#11101) @flaviendelangle + +#### `@mui/x-date-pickers-pro@6.18.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@6.18.2`. + +### Charts / `@mui/x-charts@6.18.2` + +- [charts] Fix `ChartsTooltip` component setup (#11157) @LukasTy +- [charts] Remove outdated prop-types (#10998) @alexfauquette + +### Docs + +- [docs] Fix incoherent naming of a component in `Custom slots and subcomponents` page (#11003) @lhilgert9 +- [test] Skip flaky e2e test in webkit (#11115) @cherniavskii +- [test] Wait for images to load (#11109) @cherniavskii + ## 6.18.1 _Nov 9, 2023_ diff --git a/package.json b/package.json index 1942ae2c6fe14..a338193565950 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "6.18.1", + "version": "6.18.2", "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 f69b1a8ff8b77..4518456d075f1 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.1", + "version": "6.18.2", "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.1", + "@mui/x-data-grid-premium": "6.18.2", "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 f8b3bc7a14c17..72cb615e2c075 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.1", + "version": "6.18.2", "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.1", - "@mui/x-data-grid-pro": "6.18.1", + "@mui/x-data-grid": "6.18.2", + "@mui/x-data-grid-pro": "6.18.2", "@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 2506e28bcf646..81e07a970cf97 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.1", + "version": "6.18.2", "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.1", + "@mui/x-data-grid": "6.18.2", "@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 fd4bb44b9f413..5277883fd8378 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.1", + "version": "6.18.2", "description": "The community edition of the data grid component (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-charts/package.json b/packages/x-charts/package.json index 6137141d5513e..254169aeace15 100644 --- a/packages/x-charts/package.json +++ b/packages/x-charts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts", - "version": "6.18.1", + "version": "6.18.2", "description": "The community edition of the charts components (MUI X).", "author": "MUI Team", "main": "./src/index.js", diff --git a/packages/x-date-pickers-pro/package.json b/packages/x-date-pickers-pro/package.json index 5bd30a62a743f..fdded997401ca 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.1", + "version": "6.18.2", "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.1", + "@mui/x-date-pickers": "6.18.2", "@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 a38ec73bca611..30f2a9732556a 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.1", + "version": "6.18.2", "description": "The community edition of the date picker components (MUI X).", "author": "MUI Team", "main": "src/index.ts",