From 0bfa08903bfb901c92a6c328c7a9261c2512d4f4 Mon Sep 17 00:00:00 2001 From: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com> Date: Thu, 20 Oct 2022 16:00:49 +0200 Subject: [PATCH] v5.17.8 (#6577) --- CHANGELOG.md | 30 +++++++++++++++++++ docs/package.json | 2 +- 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 +- 9 files changed, 43 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b1257f0826..80edd60593c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.17.8 + +_Oct 20, 2022_ + +We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: + +- 🐞 Bugfixes +- 🌍 Improve Turkish (tr-TR) locale on the data grid and pickers (#6573) @ramazansancar + +### `@mui/x-data-grid@v5.17.8` / `@mui/x-data-grid-pro@v5.17.8` / `@mui/x-data-grid-premium@v5.17.8` + +#### Changes + +- [DataGrid] Add `searchPredicate` prop to `GridColumnsPanel` component (#6572) @cherniavskii +- [DataGrid] Fix grid not updating state on `rowCount` prop change (#6474) @cherniavskii +- [DataGridPro] Fix row order being reset after updating the row (#6544) @cherniavskii +- [l10n] Improve Turkish (tr-TR) locale on the data grid and pickers (#6542) (#6573) @ramazansancar + +### `@mui/x-date-pickers@v5.0.5` / `@mui/x-date-pickers-pro@v5.0.5` + +#### Changes + +- [CalendarPicker] Don't move to closest enabled date when `props.date` contains a disabled date (#6537) @flaviendelangle +- [DateRangePicker] Fix calendar day outside of month layout shifting on hover (pick #6448) (#6538) @alexfauquette +- [pickers] Fix typescript issues (#6510) @flaviendelangle + +### Docs + +- [docs] Fix 301 link to the sx prop page @oliviertassinari + ## 5.17.7 _Oct 13, 2022_ diff --git a/docs/package.json b/docs/package.json index 2e5975a4ef27..5a7a1036dc07 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "5.17.7", + "version": "5.17.8", "private": true, "author": "MUI Team", "license": "MIT", diff --git a/package.json b/package.json index 62ec91973e50..b37b3eabdeec 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "5.17.7", + "version": "5.17.8", "private": true, "scripts": { "start": "yarn docs:dev", diff --git a/packages/grid/x-data-grid-generator/package.json b/packages/grid/x-data-grid-generator/package.json index 74fad0c7ac94..488e11d1ab02 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": "5.17.7", + "version": "5.17.8", "description": "Generate fake data for demo purposes only.", "author": "MUI Team", "main": "src/index.ts", @@ -32,7 +32,7 @@ "dependencies": { "@babel/runtime": "^7.18.9", "@mui/base": "^5.0.0-alpha.97", - "@mui/x-data-grid-premium": "5.17.7", + "@mui/x-data-grid-premium": "5.17.8", "chance": "^1.1.8", "clsx": "^1.2.1", "lru-cache": "^7.14.0" diff --git a/packages/grid/x-data-grid-premium/package.json b/packages/grid/x-data-grid-premium/package.json index bebecc75776e..b0af3ecf64d7 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": "5.17.7", + "version": "5.17.8", "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.18.9", "@mui/utils": "^5.10.3", - "@mui/x-data-grid": "5.17.7", - "@mui/x-data-grid-pro": "5.17.7", + "@mui/x-data-grid": "5.17.8", + "@mui/x-data-grid-pro": "5.17.8", "@mui/x-license-pro": "5.17.0", "@types/format-util": "^1.0.2", "clsx": "^1.2.1", diff --git a/packages/grid/x-data-grid-pro/package.json b/packages/grid/x-data-grid-pro/package.json index b253bdd095bf..129286a539d7 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": "5.17.7", + "version": "5.17.8", "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.18.9", "@mui/utils": "^5.10.3", - "@mui/x-data-grid": "5.17.7", + "@mui/x-data-grid": "5.17.8", "@mui/x-license-pro": "5.17.0", "@types/format-util": "^1.0.2", "clsx": "^1.2.1", diff --git a/packages/grid/x-data-grid/package.json b/packages/grid/x-data-grid/package.json index f8a3f6aacd4d..1e22b9b0e9d4 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": "5.17.7", + "version": "5.17.8", "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 aec0192f9ebe..2f35e5715db4 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": "5.0.4", + "version": "5.0.5", "description": "The commercial edition of the date picker components (MUI X).", "author": "MUI Team", "main": "./src/index.js", @@ -47,7 +47,7 @@ "@date-io/luxon": "^2.15.0", "@date-io/moment": "^2.15.0", "@mui/utils": "^5.10.3", - "@mui/x-date-pickers": "5.0.4", + "@mui/x-date-pickers": "5.0.5", "@mui/x-license-pro": "5.17.0", "clsx": "^1.2.1", "prop-types": "^15.7.2", diff --git a/packages/x-date-pickers/package.json b/packages/x-date-pickers/package.json index d4650e5a45fa..c11537187391 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": "5.0.4", + "version": "5.0.5", "description": "The community edition of the date picker components (MUI X).", "author": "MUI Team", "main": "./src/index.js",