Skip to content

Commit 8534f2d

Browse files
authored
v7.11.0 (#13889)
1 parent a17fae0 commit 8534f2d

File tree

13 files changed

+97
-12
lines changed

13 files changed

+97
-12
lines changed

CHANGELOG.md

+85
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,91 @@
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.11.0
7+
8+
_Jul 18, 2024_
9+
10+
We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 🎨 Add [color legend](https://mui.com/x/react-charts/legend/#color-legend) for charts (#13700) @alexfauquette
13+
- 🌍 Improve Korean (ko-KR) locale on the Date and Time Pickers
14+
- 🌍 Improve Russian (ru-RU) locale on the Date and Time Pickers and Data Grid
15+
- 🐞 Bugfixes
16+
- 📚 Documentation improvements
17+
18+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
19+
20+
### Data Grid
21+
22+
#### `@mui/[email protected]`
23+
24+
- [DataGrid] Expose `gridEditRowsStateSelector` (#13877) @romgrk
25+
- [DataGrid] Fix `columnResizeStop` event not emitted when column is not resized (#13307) @mateuseap
26+
- [DataGrid] Fix delete filter inconsistent behavior (#13353) @oukunan
27+
- [DataGrid] Enable flip on preferences panel (#13803) @romgrk
28+
- [DataGrid] Support `date` and `datetime-local` input types in `GridFilterInputMultipleValue` type (#13411) @karudedios
29+
- [l10n] Improve Russian (ru-RU) locale (#13735) @diro-atk
30+
31+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
32+
33+
Same changes as in `@mui/[email protected]`.
34+
35+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
36+
37+
Same changes as in `@mui/[email protected]`.
38+
39+
### Date and Time Pickers
40+
41+
#### `@mui/[email protected]`
42+
43+
- [l10n] Improve Korean (ko-KR) locale (#13651) @100pearlcent
44+
- [l10n] Improve Russian (ru-RU) locale (#13871) @Inv1x
45+
- [pickers] Add more conformance tests improving API docs precision (#13800) @LukasTy
46+
- [TimePicker] Add `Mui-selected` class to `TimeClock` meridiem buttons (#13848) @LukasTy
47+
48+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
49+
50+
Same changes as in `@mui/[email protected]`, plus:
51+
52+
- [DateRangePicker] Fix `name` prop propagation regression (#13821) @LukasTy
53+
54+
### Charts
55+
56+
#### `@mui/[email protected]`
57+
58+
- [charts] Create color legend (#13700) @alexfauquette
59+
- [charts] Defaultize axis on top level `useChartContainerProps` (#13817) @JCQuintas
60+
- [charts] Fix charts not passing `className` to root element (#13647) @JCQuintas
61+
- [charts] Generate API documentation for pro components (#13822) @alexfauquette
62+
- [charts] Improve zoomed highlight behaviour (unreleased) (#13868) @JCQuintas
63+
- [charts] Allow zoom on Y axis and add zoom options to configure zooming behaviour (unreleased) (#13726) @JCQuintas
64+
- [charts] Disable animations while zooming (unreleased) (#13807) @JCQuintas
65+
66+
### Tree View
67+
68+
#### `@mui/[email protected]`
69+
70+
- [TreeView] Extract some logic outside of the `useTreeView` hook (#13845) @flaviendelangle
71+
72+
### Docs
73+
74+
- [docs] Add warning about `process.env.NODE_ENV` in production (#13869) @cherniavskii
75+
- [docs] Allow controlling the demo form from the example (#13796) @JCQuintas
76+
- [docs] Clarify Pickers clearable behavior not working on mobile (#13786) @lnhrdt
77+
- [docs] Improve the documentation of the picker's `onChange` and `onAccept` props (#13543) @flaviendelangle
78+
- [docs] Replace company name with project name @oliviertassinari
79+
- [docs] Sort Pickers & Charts API slots alphabetically (#13843) @LukasTy
80+
81+
### Core
82+
83+
- [core] Add MUI Internal `renovate` group (#13846) @LukasTy
84+
- [core] Link GitHub issue for `import/prefer-default-export` rule @oliviertassinari
85+
- [core] Normalize `...other` and test imports in charts (#13844) @JCQuintas
86+
- [core] Normalize rest / other to match the most common used @oliviertassinari
87+
- [code-infra] Follow `next` tag for `@mui/docs` package bumps (#13813) @LukasTy
88+
- [code-infra] Use specific version for `@mui/docs` dependency (#13760) @LukasTy
89+
- [internals] Move `EventManager` to `@mui/x-internals` package (#13815) @flaviendelangle
90+
691
## 7.10.0
792

893
_Jul 11, 2024_

package.json

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

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.10.0",
3+
"version": "7.11.0",
44
"description": "The community edition of the Charts components (MUI X).",
55
"author": "MUI Team",
66
"main": "./src/index.js",

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.10.0",
3+
"version": "7.11.0",
44
"bin": "./codemod.js",
55
"private": false,
66
"author": "MUI Team",

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.10.0",
3+
"version": "7.11.0",
44
"description": "Generate fake data for demo purposes only.",
55
"author": "MUI Team",
66
"main": "src/index.ts",

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.10.0",
3+
"version": "7.11.0",
44
"description": "The Premium plan edition of the Data Grid Components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

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.10.0",
3+
"version": "7.11.0",
44
"description": "The Pro plan edition of the Data Grid components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

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.10.0",
3+
"version": "7.11.0",
44
"description": "The Community plan edition of the Data Grid components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

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.10.0",
3+
"version": "7.11.0",
44
"description": "The Pro plan edition of the Date and Time Picker components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

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.10.0",
3+
"version": "7.11.0",
44
"description": "The community edition of the Date and Time Picker components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

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.10.0",
3+
"version": "7.11.0",
44
"description": "Utility functions for the MUI X packages (internal use only).",
55
"author": "MUI Team",
66
"license": "MIT",

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.10.0",
3+
"version": "7.11.0",
44
"description": "MUI X License verification",
55
"author": "MUI Team",
66
"main": "src/index.ts",

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.10.0",
3+
"version": "7.11.0",
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)