Skip to content

Commit cf441ec

Browse files
michelengelenLukasTyarthurbalduinicherniavskiialexfauquette
authored
v7.15.0 (#14384)
Signed-off-by: Michel Engelen <[email protected]> Co-authored-by: Lukas Tyla <[email protected]> Co-authored-by: Arthur Suh Balduini <[email protected]> Co-authored-by: Andrew Cherniavskii <[email protected]> Co-authored-by: Alexandre Fauquette <[email protected]>
1 parent 1be2f4c commit cf441ec

File tree

16 files changed

+84
-15
lines changed

16 files changed

+84
-15
lines changed

Diff for: CHANGELOG.md

+69
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,75 @@
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.15.0
7+
8+
_Aug 29, 2024_
9+
10+
We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 💫 Support Material UI v6 (`@mui/material@6`) peer dependency (#14142) @cherniavskii
13+
14+
You can now use MUI X components with either v5 or v6 of `@mui/material` package 🎉
15+
16+
- 🐞 Bugfixes
17+
18+
### Data Grid
19+
20+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
21+
22+
- [DataGridPro] Export `GridRowReorderCell` component (#14079) @genepaul
23+
24+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
25+
26+
Same changes as in `@mui/[email protected]`.
27+
28+
### Date and Time Pickers
29+
30+
#### `@mui/[email protected]`
31+
32+
- [pickers] Add `onTouchStart` handler for `TimeClock` (#14305) @arthurbalduini
33+
34+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
35+
36+
Same changes as in `@mui/[email protected]`, plus:
37+
38+
- [DateTimeRangePicker] Fix date format resolving from views on 24hr locales (#14341) @arthurbalduini
39+
40+
### Charts
41+
42+
#### `@mui/[email protected]`
43+
44+
- [charts] Add missing `themeAugmentation` in pro plan (#14313) @lhilgert9
45+
- [charts] Fix `LineChart` transition stopping before completion (#14366) @JCQuintas
46+
- [charts] Fix tooltip with horizontal layout (#14337) @alexfauquette
47+
- [charts] Keep axis root classe usage explicit (#14378) @alexfauquette
48+
49+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
50+
51+
Same changes as in `@mui/[email protected]`, plus:
52+
53+
- [charts pro] Avoid relative reference to `@mui/x-charts` package (#14335) @LukasTy
54+
55+
### Docs
56+
57+
- [docs] Fix sentence case `h2` @oliviertassinari
58+
- [docs] Clarify contribution guide references @oliviertassinari
59+
- [docs] Fix Stack Overflow issue canned response @oliviertassinari
60+
- [docs] Fix outdated link to support page @oliviertassinari
61+
- [docs] Fix use of Material UI @oliviertassinari
62+
- [docs] Update deprecated props in docs (#14295) @JCQuintas
63+
64+
### Core
65+
66+
- [core] Allow only v5.x for `MUI Core` renovate group (#14382) @LukasTy
67+
- [core] Avoid visual regression when using `@mui/material@6` (#14357) @cherniavskii
68+
- [core] Remove renovate rule targeting only `next` releases of `@mui/docs` (#14364) @LukasTy
69+
- [core] Support `@mui/material@6` peer dependency (#14142) @cherniavskii
70+
- [core] Use `useRtl` instead of `useTheme` to access direction (#14359) @LukasTy
71+
- [code-infra] Typecheck nested folders in playground (#14352) @JCQuintas
72+
- [infra] Fix Issue cleanup action @oliviertassinari
73+
- [license] Prepare renaming of argument names @oliviertassinari
74+
675
## 7.14.0
776

877
_Aug 23, 2024_

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.14.0",
2+
"version": "7.15.0",
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.0.0-alpha.2",
3+
"version": "7.0.0-alpha.3",
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-vendor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-charts-vendor",
3-
"version": "7.14.0",
3+
"version": "7.15.0",
44
"description": "Vendored dependencies for MUI X Charts",
55
"author": "MUI Team",
66
"main": "./index.js",

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.14.0",
3+
"version": "7.15.0",
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.14.0",
3+
"version": "7.15.0",
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.14.0",
3+
"version": "7.15.0",
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.14.0",
3+
"version": "7.15.0",
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.14.0",
3+
"version": "7.15.0",
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.14.0",
3+
"version": "7.15.0",
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.14.0",
3+
"version": "7.15.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",

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.14.0",
3+
"version": "7.15.0",
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.14.0",
3+
"version": "7.15.0",
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.14.0",
3+
"version": "7.15.0",
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.14.0",
3+
"version": "7.15.0",
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.14.0",
3+
"version": "7.15.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)