Skip to content

Commit b89fbdb

Browse files
v6.0.0-beta.2 (#7803)
1 parent efa0fbe commit b89fbdb

File tree

10 files changed

+92
-14
lines changed

10 files changed

+92
-14
lines changed

CHANGELOG.md

Lines changed: 79 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,58 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 6.0.0-beta.2
7+
8+
We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
9+
10+
- 🚀 Support week day formats in the field components
11+
- 🌍 Add Hungarian (hu-HU) and Urdu (ur-PK) locales
12+
- 🌍 Improve French (fr-FR) and Italian (it-IT) locales
13+
- ✨ New codemods for migrating to v6
14+
- 📚 Documentation improvements
15+
- 🐞 Bug fixes
16+
17+
18+
19+
#### Changes
20+
21+
- [DataGrid] Handle non-numeric values returned by `getRowHeight` prop (#7703) @cherniavskii
22+
- [DataGrid] Merge row styles with `componentsProps.row.style` (#7641) @marktoman
23+
- [l10n] Add Hungarian (hu-HU) locale (#7776) @noherczeg
24+
- [l10n] Add Urdu (ur-PK) locale (#6866) @MBilalShafi
25+
- [l10n] Improve French (fr-FR) locale (#7777) @Vivek-Prajapatii
26+
- [l10n] Improve Italian (it-IT) locale (#7761) @simonecervini
27+
28+
29+
30+
#### Changes
31+
32+
- [fields] Support week day formats (#7392) @flaviendelangle
33+
- [pickers] Allow to initialize and control the `rangePosition` on all range components (#7764) @flaviendelangle
34+
- [pickers] Fix theme augmentation (#7800) @LukasTy
35+
- [pickers] Hide scrollbars in the date calendar container (#7766) @Vivek-Prajapatii
36+
- [pickers] Remove the dependency on `rifm` (#7785) @alexfauquette
37+
38+
39+
40+
#### Changes
41+
42+
- [codemod] Add pickers `rename-default-toolbar-title-localeText` codemod (#7752) @LukasTy
43+
- [codemod] Add pickers `rename-inputFormat-prop` codemod (#7736) @LukasTy
44+
45+
### Docs
46+
47+
- [docs] Fix a typo in data grid layout page (#7113) @sfbaker7
48+
- [docs] Fix require context path to avoid duplicate key creation (#7781) @LukasTy
49+
- [docs] Polish pickers migration docs (#7737) @LukasTy
50+
- [docs] Rename `next` translation docs and remove duplicates with `-next` (#7729) @LukasTy
51+
52+
### Core
53+
54+
- [core] Fix l10n data file (#7804) @flaviendelangle
55+
- [core] Fix Next.js warning (#7754) @oliviertassinari
56+
- [core] Remove unused demos (#7758) @flaviendelangle
57+
658
## 6.0.0-beta.1
759

860
_Jan 27, 2023_
@@ -2021,7 +2073,33 @@ You can find more information about the new api, including how to set those tran
20212073
- [test] Skip tests for column pinning and dynamic row height (#5997) @m4theushw
20222074
- [website] Improve security header @oliviertassinari
20232075

2024-
## v5.17.21
2076+
## 5.17.22
2077+
2078+
_Feb 2, 2023_
2079+
2080+
We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
2081+
2082+
- 🌍 Add Urdu (ur-PK) locale
2083+
- 🌍 Improve French (fr-FR) and Italian (it-IT) locales
2084+
- 🐞 Bugfixes
2085+
2086+
2087+
2088+
#### Changes
2089+
2090+
- [DataGrid] Fix an error when deleting pinned row using the buttons in the `actions` column (#7767) @cherniavskii
2091+
- [DataGrid] Fix print preview regression in Chrome browser (#7405) @cherniavskii
2092+
- [l10n] Add Urdu (ur-PK) locale (#7778) @MBilalShafi
2093+
- [l10n] Improve French (fr-FR) locale (#7795) @Vivek-Prajapatii
2094+
2095+
2096+
2097+
#### Changes
2098+
2099+
- [TimePicker] Add missing `themeAugmentation` entry (#7732) @LukasTy
2100+
- [l10n] Improve Italian (it-IT) locale (#7761) @simonecervini
2101+
2102+
## 5.17.21
20252103

20262104
_Jan 27, 2023_
20272105

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.2",
44
"private": true,
55
"author": "MUI Team",
66
"license": "MIT",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.0.0-beta.1",
2+
"version": "6.0.0-beta.2",
33
"private": true,
44
"scripts": {
55
"start": "yarn && yarn docs:dev",

packages/grid/x-data-grid-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@babel/runtime": "^7.20.7",
3434
"@mui/base": "^5.0.0-alpha.114",
35-
"@mui/x-data-grid-premium": "6.0.0-beta.1",
35+
"@mui/x-data-grid-premium": "6.0.0-beta.2",
3636
"chance": "^1.1.9",
3737
"clsx": "^1.2.1",
3838
"lru-cache": "^7.14.1"

packages/grid/x-data-grid-premium/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-premium",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.2",
44
"description": "The Premium plan edition of the data grid component (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",
@@ -44,8 +44,8 @@
4444
"dependencies": {
4545
"@babel/runtime": "^7.20.7",
4646
"@mui/utils": "^5.11.2",
47-
"@mui/x-data-grid": "6.0.0-beta.1",
48-
"@mui/x-data-grid-pro": "6.0.0-beta.1",
47+
"@mui/x-data-grid": "6.0.0-beta.2",
48+
"@mui/x-data-grid-pro": "6.0.0-beta.2",
4949
"@mui/x-license-pro": "6.0.0-beta.0",
5050
"@types/format-util": "^1.0.2",
5151
"clsx": "^1.2.1",

packages/grid/x-data-grid-pro/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-pro",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.2",
44
"description": "The Pro plan edition of the data grid component (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",
@@ -44,7 +44,7 @@
4444
"dependencies": {
4545
"@babel/runtime": "^7.20.7",
4646
"@mui/utils": "^5.11.2",
47-
"@mui/x-data-grid": "6.0.0-beta.1",
47+
"@mui/x-data-grid": "6.0.0-beta.2",
4848
"@mui/x-license-pro": "6.0.0-beta.0",
4949
"@types/format-util": "^1.0.2",
5050
"clsx": "^1.2.1",

packages/grid/x-data-grid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.2",
44
"description": "The community edition of the data grid component (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

packages/x-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-codemod",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.2",
44
"bin": "./codemod.js",
55
"private": false,
66
"author": "MUI Team",

packages/x-date-pickers-pro/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-date-pickers-pro",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.2",
44
"description": "The commercial edition of the date picker components (MUI X).",
55
"author": "MUI Team",
66
"main": "./src/index.js",
@@ -47,7 +47,7 @@
4747
"@date-io/luxon": "^2.16.1",
4848
"@date-io/moment": "^2.16.1",
4949
"@mui/utils": "^5.11.2",
50-
"@mui/x-date-pickers": "6.0.0-beta.1",
50+
"@mui/x-date-pickers": "6.0.0-beta.2",
5151
"@mui/x-license-pro": "6.0.0-beta.0",
5252
"clsx": "^1.2.1",
5353
"prop-types": "^15.8.1",

packages/x-date-pickers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-date-pickers",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.2",
44
"description": "The community edition of the date picker components (MUI X).",
55
"author": "MUI Team",
66
"main": "./src/index.js",

0 commit comments

Comments
 (0)