Skip to content

Commit a4c6f4b

Browse files
noraleonteLukasTyalexfauquette
authored
v7.6.0 (#13308)
Signed-off-by: Nora <[email protected]> Co-authored-by: Lukas <[email protected]> Co-authored-by: Alexandre Fauquette <[email protected]>
1 parent 20c0f52 commit a4c6f4b

File tree

13 files changed

+98
-12
lines changed

13 files changed

+98
-12
lines changed

CHANGELOG.md

+86
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,92 @@
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.6.0
7+
8+
_May 30, 2024_
9+
10+
We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 🎁 Allow to define and customize the indentation of nested items in the Tree View
13+
- ✨ Allow charts highlights to be controlled
14+
- 🌍 Improve Persian (fa-IR) locale on the Data Grid
15+
- 🐞 Bugfixes
16+
- 📚 Documentation improvements
17+
18+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
19+
20+
### Data Grid
21+
22+
#### `@mui/[email protected]`
23+
24+
- [DataGrid] Avoid re-rendering all cells on column change (#12980) @romgrk
25+
- [DataGrid] Export `GridColumnHeadersProps` (#13229) @cherniavskii
26+
- [DataGrid] Fix header filters' issue with custom filters (#13255) @MBilalShafi
27+
- [DataGrid] Remove dead logic to support Safari < 13 (#13249) @oliviertassinari
28+
- [l10n] Improve Persian (fa-IR) locale (#12994) @amiryxe
29+
30+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
31+
32+
Same changes as in `@mui/[email protected]`.
33+
34+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
35+
36+
Same changes as in `@mui/[email protected]`, plus:
37+
38+
- [DataGridPremium] Fix excel export causing column with wrong width (#13191) @romgrk
39+
40+
### Date and Time Pickers
41+
42+
#### `@mui/[email protected]`
43+
44+
- [pickers] Fix `DateBuilderReturnType` when the date is `undefined` (#13244) @alexey-kozlenkov
45+
46+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
47+
48+
Same changes as in `@mui/[email protected]`.
49+
50+
### Charts
51+
52+
#### `@mui/[email protected]`
53+
54+
- [charts] Allow charts highlights to be controlled (#12828) @JCQuintas
55+
- [charts] Refactor axis band scaleType check (#13295) @JCQuintas
56+
- [charts] Refactor checkScaleErrors to improve readability and simplify axis message logic (#13305) @JCQuintas
57+
58+
### Tree View
59+
60+
#### `@mui/[email protected]`
61+
62+
- [TreeView] Add JSDoc to every instance method (#13219) @flaviendelangle
63+
- [TreeView] Allow to customize the indentation of nested items (#13225) @flaviendelangle
64+
- [TreeView] Allow to define indentation at the item level (#13126) @flaviendelangle
65+
66+
### Docs
67+
68+
- [docs] Add Bulk editing demo for the Community plan (#12800) @cherniavskii
69+
- [docs] Add conditional label formatting on tooltip page and link to label page (#13235) @JCQuintas
70+
- [docs] Add information about key combinations on a11y sections (#13234) @arthurbalduini
71+
- [docs] Cleanup of the Tree View demos (#13237) @flaviendelangle
72+
- [docs] Document how to customize a subsection of a line chart (#13210) @alexfauquette
73+
- [docs] Fix Pickers FAQ callout (#13238) @LukasTy
74+
- [docs] Fix Vale errors @oliviertassinari
75+
- [docs] Fix a small typo in property comment (#13245) @Janpot
76+
- [docs] Improve the Data Grid FAQ page (#13258) @MBilalShafi
77+
- [docs] Removes unused lines in TreeItem2 styling (#13264) @arthurbalduini
78+
- [docs] Small improvements on accessibility data grid doc (#13233) @arthurbalduini
79+
- [docs] Update Pickers demo configurations (#13303) @LukasTy
80+
81+
### Core
82+
83+
- [core] Add comment on why logic to sync column header (#13248) @oliviertassinari
84+
- [core] Fix `l10n` script execution with arguments (#13297) @LukasTy
85+
- [core] Prevent "Add reviewers" workflow from triggering since it doesn't work (#13236) @JCQuintas
86+
- [docs-infra] Fix `@mui/material` version used in sandboxes (#13260) @LukasTy
87+
- [test] Use `describeTreeView` for keyboard navigation tests on disabled items (#13184) @flaviendelangle
88+
- [test] Use `describeTreeView` for remaining items tests (#13262) @flaviendelangle
89+
- [test] Use test-utils from npm (#12880) @michaldudak
90+
- [typescript] Remove duplicate `DateRangePosition` type in favor of `RangePosition` (#13288) @LukasTy
91+
692
## v7.5.1
793

894
_May 23, 2024_

package.json

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

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

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.5.1",
3+
"version": "7.6.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.0.0",
3+
"version": "7.6.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.5.1",
3+
"version": "7.6.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.5.1",
3+
"version": "7.6.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.5.1",
3+
"version": "7.6.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.5.1",
3+
"version": "7.6.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.5.1",
3+
"version": "7.6.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.5.1",
3+
"version": "7.6.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-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.2.1",
3+
"version": "7.6.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.5.1",
3+
"version": "7.6.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)