Skip to content

Commit 82162aa

Browse files
arminmehLukasTy
andauthored
v7.23.6 (#16109)
Signed-off-by: Armin Mehinovic <[email protected]> Co-authored-by: Lukas Tyla <[email protected]>
1 parent 0c168a1 commit 82162aa

File tree

15 files changed

+94
-14
lines changed

15 files changed

+94
-14
lines changed

Diff for: CHANGELOG.md

+80
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,86 @@
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+
## 7.23.6
7+
8+
_Jan 9, 2025_
9+
10+
We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 🌍 Add Chinese (Taiwan) (zh-TW) locale on the Date and Time Pickers
13+
- 🌍 Improve Norwegian (nb-NO) locale on the Date and Time Pickers
14+
- 🌍 Improve Dutch (nl-NL) locale on the Data Grid
15+
- 🐞 Bugfixes
16+
17+
Special thanks go out to the community contributors who have helped make this release possible:
18+
@josteinjhauge, @derek-0000, @nusr, @k-rajat19, @tomashauser.
19+
Following are all team members who have contributed to this release:
20+
@flaviendelangle, @LukasTy, @MBilalShafi, @arminmeh, @oliviertassinari, @cherniavskii.
21+
22+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
23+
24+
### Data Grid
25+
26+
#### `@mui/[email protected]`
27+
28+
- [DataGrid] Improve React 19 support (#16048) @LukasTy
29+
- [DataGrid] Add `name` attribute to selection checkboxes (#16041) @derek-0000
30+
- [DataGrid] Fix number filter field formatting values while typing (#16068) @arminmeh
31+
- [DataGrid] Fix select all checkbox state reset with server side data (#16039) @MBilalShafi
32+
33+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
34+
35+
Same changes as in `@mui/[email protected]`.
36+
37+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
38+
39+
Same changes as in `@mui/[email protected]`.
40+
41+
### Date and Time Pickers
42+
43+
#### `@mui/[email protected]`
44+
45+
- [pickers] Improve React 19 support (#16048) @LukasTy
46+
- [l10n] Add Chinese (Taiwan) (zh-TW) locale (#16057) @nusr
47+
- [l10n] Improve Norwegian (nb-NO) locale (#16083) @josteinjhauge
48+
- [pickers] Support `date-fns-jalali` v4 (#16013) @LukasTy
49+
50+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
51+
52+
Same changes as in `@mui/[email protected]`.
53+
54+
### Charts
55+
56+
#### `@mui/[email protected]`
57+
58+
- [charts] Improve React 19 support (#16048) @LukasTy
59+
- [charts] Fix 301 redirection in the API documentation @oliviertassinari
60+
61+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
62+
63+
Same changes as in `@mui/[email protected]`.
64+
65+
### Tree View
66+
67+
#### `@mui/[email protected]`
68+
69+
- [TreeView] Improve React 19 support (#16048) @LukasTy
70+
71+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
72+
73+
Same changes as in `@mui/[email protected]`.
74+
75+
### Docs
76+
77+
- [docs] Fix `EditingWithDatePickers` demo (#16047) @k-rajat19
78+
- [docs] Fix doc warning for automatic children selection on tree view (#16037) @flaviendelangle
79+
- [docs] Fix non-existing "adapter" property of `LocalizationProvider` (#16088) @tomashauser
80+
81+
### Core
82+
83+
- [core] Clarify the release strategy (#16012) @MBilalShafi
84+
- [core] Update the `release:version` docs (#16040) @cherniavskii
85+
686
## 7.23.5
787

888
_Dec 27, 2024_

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.23.5",
2+
"version": "7.23.6",
33
"private": true,
44
"scripts": {
55
"preinstall": "npx only-allow pnpm",

Diff for: packages/x-charts-pro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-charts-pro",
3-
"version": "7.23.2",
3+
"version": "7.23.6",
44
"description": "The Pro plan edition of the Charts components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-charts",
3-
"version": "7.23.2",
3+
"version": "7.23.6",
44
"description": "The community edition of the Charts components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.js",

Diff for: packages/x-codemod/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-codemod",
3-
"version": "7.21.0",
3+
"version": "7.23.6",
44
"bin": "./codemod.js",
55
"private": false,
66
"author": "MUI Team",

Diff for: packages/x-data-grid-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-generator",
3-
"version": "7.23.5",
3+
"version": "7.23.6",
44
"description": "Generate fake data for demo purposes only.",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-data-grid-premium/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-premium",
3-
"version": "7.23.5",
3+
"version": "7.23.6",
44
"description": "The Premium plan edition of the Data Grid Components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-data-grid-pro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-pro",
3-
"version": "7.23.5",
3+
"version": "7.23.6",
44
"description": "The Pro plan edition of the Data Grid components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-data-grid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid",
3-
"version": "7.23.5",
3+
"version": "7.23.6",
44
"description": "The Community plan edition of the Data Grid components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-date-pickers-pro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-date-pickers-pro",
3-
"version": "7.23.3",
3+
"version": "7.23.6",
44
"description": "The Pro plan edition of the Date and Time Picker components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-date-pickers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-date-pickers",
3-
"version": "7.23.3",
3+
"version": "7.23.6",
44
"description": "The community edition of the Date and Time Picker components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-internals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-internals",
3-
"version": "7.23.5",
3+
"version": "7.23.6",
44
"description": "Utility functions for the MUI X packages (internal use only).",
55
"author": "MUI Team",
66
"license": "MIT",

Diff for: packages/x-license/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-license",
3-
"version": "7.23.5",
3+
"version": "7.23.6",
44
"description": "MUI X License verification",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-tree-view-pro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-tree-view-pro",
3-
"version": "7.23.2",
3+
"version": "7.23.6",
44
"description": "The Pro plan edition of the Tree View components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-tree-view/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-tree-view",
3-
"version": "7.23.2",
3+
"version": "7.23.6",
44
"description": "The community edition of the Tree View components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)