-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: Bilal Shafi <[email protected]> Co-authored-by: Michel Engelen <[email protected]> Co-authored-by: Alexandre Fauquette <[email protected]> Co-authored-by: Flavien DELANGLE <[email protected]>
- Loading branch information
1 parent
e1d9909
commit cbd69c7
Showing
9 changed files
with
84 additions
and
23 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,7 +3,68 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## v6.19.4 | ||
## 6.19.5 | ||
|
||
_Feb 23, 2024_ | ||
|
||
We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 🐞 Bugfixes | ||
- 📚 Documentation improvements | ||
|
||
### Data Grid | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [DataGrid] Fix styling grid filter input single select (#12079) @FreakDroid | ||
|
||
#### `@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]`. | ||
|
||
#### `@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 Pickers | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [pickers] Fix `referenceDate` day calendar focus (#12136) @LukasTy | ||
- [pickers] Fix styling props propagation to `DateTimePickerTabs` (#12131) @LukasTy | ||
|
||
#### `@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]`. | ||
|
||
### Charts / `@mui/[email protected]` | ||
|
||
- [charts] Allow to skip animation on sparkline bar (#12160) @alexfauquette | ||
|
||
### Docs | ||
|
||
- [docs] Clarify Pickers 'Component composition' section (#12147) @LukasTy | ||
- [docs] Fix 301 redirection to StackBlitz @oliviertassinari | ||
- [docs] Fix 301 to Material UI @oliviertassinari | ||
- [docs] Fix 301 to Material UI @oliviertassinari | ||
- [docs] Fix 404 links to translation source @oliviertassinari | ||
- [docs] Fix dead link to translations @oliviertassinari | ||
- [docs] Fix the Treemap illustration (#12189) @danilo-leal | ||
- [docs] Fix typo for `AdapterDateFnsV3` (#12037) @flaviendelangle | ||
- [docs] Improve performance on Charts entry point @oliviertassinari | ||
- [docs] Move Heatmap to pro (#12170) @alexfauquette | ||
- [docs] Remove Charts installation next tag call-out (#12133) @LukasTy | ||
- [docs] Removed `focused` prop from demo (#12126) @michelengelen | ||
- [docs] Add missing Heatmap pro icon @oliviertassinari | ||
- [docs] Add more illustrations to the Overview page (#12041) @danilo-leal | ||
- [docs] Avoid use of shorthand (#12009) @oliviertassinari | ||
|
||
### Core | ||
|
||
- [core] Fix CI @oliviertassinari | ||
- [core] Fix docs link check (#12137) @LukasTy | ||
|
||
## 6.19.4 | ||
|
||
_Feb 9, 2024_ | ||
|
||
|
@@ -15,36 +76,36 @@ We'd like to offer a big thanks to the 10 contributors who made this release pos | |
|
||
### Data Grid | ||
|
||
#### `@mui/x-data-grid@v6.19.4` | ||
#### `@mui/x-data-grid@6.19.4` | ||
|
||
- [DataGrid] Add support for dialogs in menu actions (#11937) @cherniavskii | ||
- [DataGrid] Allow passing readonly arrays to `pageSizeOptions` prop (#11992) @pcorpet | ||
- [DataGrid] Fix row reorder with cell selection (#11878) @PEsteves8 | ||
- [DataGrid] Replace `eval` with `new Function` (#11962) @cherniavskii | ||
- [l10n] Improve Danish (da-DK) locale (#11972) @ShahrazH | ||
|
||
#### `@mui/x-data-grid-pro@v6.19.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
#### `@mui/x-data-grid-pro@6.19.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
|
||
Same changes as in `@mui/x-data-grid@v6.19.4`. | ||
Same changes as in `@mui/x-data-grid@6.19.4`. | ||
|
||
#### `@mui/x-data-grid-premium@v6.19.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') | ||
#### `@mui/x-data-grid-premium@6.19.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') | ||
|
||
Same changes as in `@mui/x-data-grid-pro@v6.19.4`, plus: | ||
Same changes as in `@mui/x-data-grid-pro@6.19.4`, plus: | ||
|
||
- [DataGridPremium] Fix autosize grouping cell (#11990) @romgrk | ||
- [DataGridPremium] Fix error after closing print export (#11889) @cherniavskii | ||
|
||
### Date Pickers | ||
|
||
#### `@mui/x-date-pickers@v6.19.4` | ||
#### `@mui/x-date-pickers@6.19.4` | ||
|
||
- [pickers] Avoid relying on locale in Luxon `isWithinRange` method (#11940) @LukasTy | ||
|
||
#### `@mui/x-date-pickers-pro@v6.19.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
#### `@mui/x-date-pickers-pro@6.19.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
|
||
Same changes as in `@mui/x-date-pickers@v6.19.4`. | ||
Same changes as in `@mui/x-date-pickers@6.19.4`. | ||
|
||
### Charts / `@mui/x-charts@v6.19.4` | ||
### Charts / `@mui/x-charts@6.19.4` | ||
|
||
- [charts] Add `reverse` property to axes (#11959) @alexfauquette | ||
- [charts] Allow series ids to be numbers (#11960) @alexfauquette | ||
|
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": "6.19.4", | ||
"version": "6.19.5", | ||
"private": true, | ||
"scripts": { | ||
"start": "yarn && yarn docs:dev", | ||
|
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