Skip to content

Commit ec472f6

Browse files
v6.0.0-beta.2
1 parent c97c8b5 commit ec472f6

File tree

10 files changed

+106
-12
lines changed

10 files changed

+106
-12
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,59 @@
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+
## v6.0.0-beta.2
7+
8+
- 🚀 Support week day formats in the field components
9+
- 🌍 Add Hungarian (hu-HU) and Urdu (ur-PK) locales
10+
- 🌍 Improve French (fr-FR) and Italian (it-IT) locales
11+
- ✨ New codemods for migrating to v6
12+
- 📚 Documentation improvements
13+
- 🐞 Bug fixes
14+
15+
We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
16+
17+
TODO INSERT HIGHLIGHTS
18+
19+
20+
21+
#### Changes
22+
23+
- [DataGrid] Handle non-numeric values returned by `getRowHeight` prop (#7703) @cherniavskii
24+
- [DataGrid] Merge row styles with `componentsProps.row.style` (#7641) @marktoman
25+
- [l10n] Add Hungarian (hu-HU) locale (#7776) @noherczeg
26+
- [l10n] Add Urdu (ur-PK) locale (#6866) @MBilalShafi
27+
- [l10n] Improve French (fr-FR) locale (#7777) @Vivek-Prajapatii
28+
- [l10n] Improve Italian (it-IT) locale (#7761) @simonecervini
29+
30+
31+
32+
#### Changes
33+
34+
- [fields] Support week day formats (#7392) @flaviendelangle
35+
- [pickers] Allow to initialize and control the `rangePosition` on all range components (#7764) @flaviendelangle
36+
- [pickers] Hide scrollbars in the date calendar container (#7766) @Vivek-Prajapatii
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] Bump `loader-utils` (#7735) @LukasTy
55+
- [core] Fix Next.js warning (#7754) @oliviertassinari
56+
- [core] Remove `rifm` dependency (#7785) @alexfauquette
57+
- [core] Remove unused demos (#7758) @flaviendelangle
58+
659
## 6.0.0-beta.1
760

861
_Jan 27, 2023_

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-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",

yarn.lock

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2506,6 +2506,47 @@
25062506
prop-types "^15.8.1"
25072507
react-is "^18.2.0"
25082508

2509+
2510+
version "6.0.0-beta.1"
2511+
resolved "https://registry.yarnpkg.com/@mui/x-data-grid-premium/-/x-data-grid-premium-6.0.0-beta.1.tgz#5e96cf3d9caa33a4ef13d2145d7989784bdca034"
2512+
integrity sha512-FXnUE8FL3rB1BH128Xo9HJ6lwMgI09KTLWbVP6i55w+R5kevYBAP0MJ+S8gSrHAQ6KkZneLI7XK/6GzUiCc56w==
2513+
dependencies:
2514+
"@babel/runtime" "^7.20.7"
2515+
"@mui/utils" "^5.11.2"
2516+
"@mui/x-data-grid" "6.0.0-beta.1"
2517+
"@mui/x-data-grid-pro" "6.0.0-beta.1"
2518+
"@mui/x-license-pro" "6.0.0-beta.0"
2519+
"@types/format-util" "^1.0.2"
2520+
clsx "^1.2.1"
2521+
exceljs "^4.3.0"
2522+
prop-types "^15.8.1"
2523+
reselect "^4.1.7"
2524+
2525+
2526+
version "6.0.0-beta.1"
2527+
resolved "https://registry.yarnpkg.com/@mui/x-data-grid-pro/-/x-data-grid-pro-6.0.0-beta.1.tgz#ba4f4ddf8d70e2afb2994bbc592f86fb345c126f"
2528+
integrity sha512-4+tY2hIsbFQXbUBatQDw2/wMjZGXO6OmY0QZdj36dyBV2Pp0bdDQBI2U75T3WJVCPgohGZrwbRiO+S5WsqV0hg==
2529+
dependencies:
2530+
"@babel/runtime" "^7.20.7"
2531+
"@mui/utils" "^5.11.2"
2532+
"@mui/x-data-grid" "6.0.0-beta.1"
2533+
"@mui/x-license-pro" "6.0.0-beta.0"
2534+
"@types/format-util" "^1.0.2"
2535+
clsx "^1.2.1"
2536+
prop-types "^15.8.1"
2537+
reselect "^4.1.7"
2538+
2539+
2540+
version "6.0.0-beta.1"
2541+
resolved "https://registry.yarnpkg.com/@mui/x-data-grid/-/x-data-grid-6.0.0-beta.1.tgz#cb55aea48686d6ee0fd0517bebb0e6a2cb951a6b"
2542+
integrity sha512-WCIX8NItz1qx14n3M/aj4TjWx7kVKxz3BNOxiV76Hk9W8OTHZvn+sggvUhDY6NUo8nA0t8KTnapzrS+bwWV32w==
2543+
dependencies:
2544+
"@babel/runtime" "^7.20.7"
2545+
"@mui/utils" "^5.11.2"
2546+
clsx "^1.2.1"
2547+
prop-types "^15.8.1"
2548+
reselect "^4.1.7"
2549+
25092550
"@mui/x-data-grid@^4.0.0":
25102551
version "4.0.0"
25112552
resolved "https://registry.yarnpkg.com/@mui/x-data-grid/-/x-data-grid-4.0.0.tgz#e9e9c33a8b86e85872c48f30f4a8de72ee819153"

0 commit comments

Comments
 (0)