diff --git a/CHANGELOG.md b/CHANGELOG.md index 899e3e889acf8..5be841361d80f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,58 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 6.0.0-beta.2 + +We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨: + +- 🚀 Support week day formats in the field components +- 🌍 Add Hungarian (hu-HU) and Urdu (ur-PK) locales +- 🌍 Improve French (fr-FR) and Italian (it-IT) locales +- ✨ New codemods for migrating to v6 +- 📚 Documentation improvements +- 🐞 Bug fixes + +### `@mui/x-data-grid@v6.0.0-beta.2` / `@mui/x-data-grid-pro@v6.0.0-beta.2` / `@mui/x-data-grid-premium@v6.0.0-beta.2` + +#### Changes + +- [DataGrid] Handle non-numeric values returned by `getRowHeight` prop (#7703) @cherniavskii +- [DataGrid] Merge row styles with `componentsProps.row.style` (#7641) @marktoman +- [l10n] Add Hungarian (hu-HU) locale (#7776) @noherczeg +- [l10n] Add Urdu (ur-PK) locale (#6866) @MBilalShafi +- [l10n] Improve French (fr-FR) locale (#7777) @Vivek-Prajapatii +- [l10n] Improve Italian (it-IT) locale (#7761) @simonecervini + +### `@mui/x-date-pickers@v6.0.0-beta.2` / `@mui/x-date-pickers-pro@v6.0.0-beta.2` + +#### Changes + +- [fields] Support week day formats (#7392) @flaviendelangle +- [pickers] Allow to initialize and control the `rangePosition` on all range components (#7764) @flaviendelangle +- [pickers] Fix theme augmentation (#7800) @LukasTy +- [pickers] Hide scrollbars in the date calendar container (#7766) @Vivek-Prajapatii +- [pickers] Remove the dependency on `rifm` (#7785) @alexfauquette + +### `@mui/x-codemod@v6.0.0-beta.2` + +#### Changes + +- [codemod] Add pickers `rename-default-toolbar-title-localeText` codemod (#7752) @LukasTy +- [codemod] Add pickers `rename-inputFormat-prop` codemod (#7736) @LukasTy + +### Docs + +- [docs] Fix a typo in data grid layout page (#7113) @sfbaker7 +- [docs] Fix require context path to avoid duplicate key creation (#7781) @LukasTy +- [docs] Polish pickers migration docs (#7737) @LukasTy +- [docs] Rename `next` translation docs and remove duplicates with `-next` (#7729) @LukasTy + +### Core + +- [core] Fix l10n data file (#7804) @flaviendelangle +- [core] Fix Next.js warning (#7754) @oliviertassinari +- [core] Remove unused demos (#7758) @flaviendelangle + ## 6.0.0-beta.1 _Jan 27, 2023_ @@ -2021,7 +2073,33 @@ You can find more information about the new api, including how to set those tran - [test] Skip tests for column pinning and dynamic row height (#5997) @m4theushw - [website] Improve security header @oliviertassinari -## v5.17.21 +## 5.17.22 + +_Feb 2, 2023_ + +We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨: + +- 🌍 Add Urdu (ur-PK) locale +- 🌍 Improve French (fr-FR) and Italian (it-IT) locales +- 🐞 Bugfixes + +### `@mui/x-data-grid@v5.17.22` / `@mui/x-data-grid-pro@v5.17.22` / `@mui/x-data-grid-premium@v5.17.22` + +#### Changes + +- [DataGrid] Fix an error when deleting pinned row using the buttons in the `actions` column (#7767) @cherniavskii +- [DataGrid] Fix print preview regression in Chrome browser (#7405) @cherniavskii +- [l10n] Add Urdu (ur-PK) locale (#7778) @MBilalShafi +- [l10n] Improve French (fr-FR) locale (#7795) @Vivek-Prajapatii + +### `@mui/x-date-pickers@v5.0.17` / `@mui/x-date-pickers-pro@v5.0.17` + +#### Changes + +- [TimePicker] Add missing `themeAugmentation` entry (#7732) @LukasTy +- [l10n] Improve Italian (it-IT) locale (#7761) @simonecervini + +## 5.17.21 _Jan 27, 2023_ diff --git a/docs/package.json b/docs/package.json index 4754dbf297197..ed85861f7536d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "6.0.0-beta.1", + "version": "6.0.0-beta.2", "private": true, "author": "MUI Team", "license": "MIT", diff --git a/package.json b/package.json index d10b0b9a4b347..ddd0425d12fac 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-beta.1", + "version": "6.0.0-beta.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 ddb7505b4f1c3..1741ce7d4f047 100644 --- a/packages/grid/x-data-grid-generator/package.json +++ b/packages/grid/x-data-grid-generator/package.json @@ -32,7 +32,7 @@ "dependencies": { "@babel/runtime": "^7.20.7", "@mui/base": "^5.0.0-alpha.114", - "@mui/x-data-grid-premium": "6.0.0-beta.1", + "@mui/x-data-grid-premium": "6.0.0-beta.2", "chance": "^1.1.9", "clsx": "^1.2.1", "lru-cache": "^7.14.1" diff --git a/packages/grid/x-data-grid-premium/package.json b/packages/grid/x-data-grid-premium/package.json index 3abddfbd78df9..ab31f29f36c63 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.0.0-beta.1", + "version": "6.0.0-beta.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.20.7", "@mui/utils": "^5.11.2", - "@mui/x-data-grid": "6.0.0-beta.1", - "@mui/x-data-grid-pro": "6.0.0-beta.1", + "@mui/x-data-grid": "6.0.0-beta.2", + "@mui/x-data-grid-pro": "6.0.0-beta.2", "@mui/x-license-pro": "6.0.0-beta.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 27c29b3af0881..bd4cd7664599d 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.0.0-beta.1", + "version": "6.0.0-beta.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.20.7", "@mui/utils": "^5.11.2", - "@mui/x-data-grid": "6.0.0-beta.1", + "@mui/x-data-grid": "6.0.0-beta.2", "@mui/x-license-pro": "6.0.0-beta.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 bd22aa0232dc4..419b088f82e2c 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.0.0-beta.1", + "version": "6.0.0-beta.2", "description": "The community edition of the data grid component (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-codemod/package.json b/packages/x-codemod/package.json index 6050dea77b23a..5700688cb5935 100644 --- a/packages/x-codemod/package.json +++ b/packages/x-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-codemod", - "version": "6.0.0-beta.1", + "version": "6.0.0-beta.2", "bin": "./codemod.js", "private": false, "author": "MUI Team", diff --git a/packages/x-date-pickers-pro/package.json b/packages/x-date-pickers-pro/package.json index ba3903beaee29..7a64158097c62 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.0.0-beta.1", + "version": "6.0.0-beta.2", "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.16.1", "@date-io/moment": "^2.16.1", "@mui/utils": "^5.11.2", - "@mui/x-date-pickers": "6.0.0-beta.1", + "@mui/x-date-pickers": "6.0.0-beta.2", "@mui/x-license-pro": "6.0.0-beta.0", "clsx": "^1.2.1", "prop-types": "^15.8.1", diff --git a/packages/x-date-pickers/package.json b/packages/x-date-pickers/package.json index a0f4af98d0889..0d10c6d69cdb6 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.0.0-beta.1", + "version": "6.0.0-beta.2", "description": "The community edition of the date picker components (MUI X).", "author": "MUI Team", "main": "./src/index.js",