-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
1be2f4c
commit cf441ec
Showing
16 changed files
with
84 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,75 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 7.15.0 | ||
|
||
_Aug 29, 2024_ | ||
|
||
We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 💫 Support Material UI v6 (`@mui/material@6`) peer dependency (#14142) @cherniavskii | ||
|
||
You can now use MUI X components with either v5 or v6 of `@mui/material` package 🎉 | ||
|
||
- 🐞 Bugfixes | ||
|
||
### Data Grid | ||
|
||
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
|
||
- [DataGridPro] Export `GridRowReorderCell` component (#14079) @genepaul | ||
|
||
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') | ||
|
||
Same changes as in `@mui/[email protected]`. | ||
|
||
### Date and Time Pickers | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [pickers] Add `onTouchStart` handler for `TimeClock` (#14305) @arthurbalduini | ||
|
||
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
|
||
Same changes as in `@mui/[email protected]`, plus: | ||
|
||
- [DateTimeRangePicker] Fix date format resolving from views on 24hr locales (#14341) @arthurbalduini | ||
|
||
### Charts | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [charts] Add missing `themeAugmentation` in pro plan (#14313) @lhilgert9 | ||
- [charts] Fix `LineChart` transition stopping before completion (#14366) @JCQuintas | ||
- [charts] Fix tooltip with horizontal layout (#14337) @alexfauquette | ||
- [charts] Keep axis root classe usage explicit (#14378) @alexfauquette | ||
|
||
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
|
||
Same changes as in `@mui/[email protected]`, plus: | ||
|
||
- [charts pro] Avoid relative reference to `@mui/x-charts` package (#14335) @LukasTy | ||
|
||
### Docs | ||
|
||
- [docs] Fix sentence case `h2` @oliviertassinari | ||
- [docs] Clarify contribution guide references @oliviertassinari | ||
- [docs] Fix Stack Overflow issue canned response @oliviertassinari | ||
- [docs] Fix outdated link to support page @oliviertassinari | ||
- [docs] Fix use of Material UI @oliviertassinari | ||
- [docs] Update deprecated props in docs (#14295) @JCQuintas | ||
|
||
### Core | ||
|
||
- [core] Allow only v5.x for `MUI Core` renovate group (#14382) @LukasTy | ||
- [core] Avoid visual regression when using `@mui/material@6` (#14357) @cherniavskii | ||
- [core] Remove renovate rule targeting only `next` releases of `@mui/docs` (#14364) @LukasTy | ||
- [core] Support `@mui/material@6` peer dependency (#14142) @cherniavskii | ||
- [core] Use `useRtl` instead of `useTheme` to access direction (#14359) @LukasTy | ||
- [code-infra] Typecheck nested folders in playground (#14352) @JCQuintas | ||
- [infra] Fix Issue cleanup action @oliviertassinari | ||
- [license] Prepare renaming of argument names @oliviertassinari | ||
|
||
## 7.14.0 | ||
|
||
_Aug 23, 2024_ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "7.14.0", | ||
"version": "7.15.0", | ||
"private": true, | ||
"scripts": { | ||
"preinstall": "npx only-allow pnpm", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters