-
-
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.
- Loading branch information
1 parent
ef81f68
commit 3f9fb81
Showing
11 changed files
with
122 additions
and
26 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,65 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 6.10.0 | ||
|
||
_Jul 13, 2023_ | ||
|
||
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- ⚡ Improve data grid filtering performance | ||
- 🎁 Include column groups in the CSV export | ||
- 🌍 Improve Polish (pl-PL) locale for the data grid | ||
- 🌍 Improve Norwegian (nb-NO) locale for the pickers | ||
|
||
### Data Grid | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [DataGrid] Allow to exclude hidden columns from the quick filter (#9610) @cherniavskii | ||
- [DataGrid] Filtering performance: remove indirection (#9334) @romgrk | ||
- [DataGrid] Fix props propagation on `GridToolbarQuickFilter` component (#9633) @giladappsforce | ||
- [DataGrid] Fix quick filter input lag (#9630) @cherniavskii | ||
- [DataGrid] Include column groups in the CSV export (#9585) @cherniavskii | ||
- [DataGrid] Make `rowExpansionChange` event public (#9611) @MBilalShafi | ||
- [l10n] Improve Polish (pl-PL) locale (#9625) @ch1llysense | ||
|
||
#### `@mui/[email protected]` | ||
|
||
Same changes as in `@mui/[email protected]`. | ||
|
||
#### `@mui/[email protected]` | ||
|
||
Same changes as in `@mui/[email protected]`. | ||
|
||
### Date Pickers | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [pickers] Fix date calendar issues (#9652) @LukasTy | ||
- [l10n] Improve Norwegian (nb-NO) locale (#9608) @JosteinBrevik | ||
|
||
#### `@mui/[email protected]` | ||
|
||
Same changes as in `@mui/[email protected]`. | ||
|
||
### Charts / `@mui/[email protected]` | ||
|
||
- [charts] Allow configuring bar size (#9632) @alexfauquette | ||
- [charts] Simplify custom components creation (#9561) @alexfauquette | ||
|
||
### Docs | ||
|
||
- [docs] Add slot components usage alert (#9660) @LukasTy | ||
- [docs] Fix casing Cell selection @oliviertassinari | ||
|
||
### Core | ||
|
||
- [core] Disambiguate eslint plugin name @oliviertassinari | ||
- [core] Update priority support issue template and prompt (#9574) @DanailH | ||
- [CHANGELOG] Clarify each plan (#9446) @oliviertassinari | ||
- [license] Fix error terminology (#9614) @oliviertassinari | ||
|
||
## 6.9.2 | ||
|
||
_Jul 6, 2023_ | ||
|
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.9.2", | ||
"version": "6.10.0", | ||
"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
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