-
-
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.
- Loading branch information
Showing
9 changed files
with
81 additions
and
12 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. | ||
|
||
## 6.10.1 | ||
|
||
_Jul 20, 2023_ | ||
|
||
We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 🎁 Fix CSV export for values containing double quotes | ||
- 🚀 Improve tree data performance | ||
- 🐞 Bugfixes | ||
- 📚 Documentation improvements | ||
|
||
### Data Grid | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [DataGrid] Filtering performance: compile filter applier with `eval` (#9635) @romgrk | ||
- [DataGrid] Fix CSV export for values containing double quotes (#9667) @cherniavskii | ||
- [DataGrid] Fix column type change not working correctly (#9594) @cherniavskii | ||
- [DataGrid] Fix quick filter `undefined` row error (#9708) @romgrk | ||
- [DataGrid] Prevent `viewportOuterSize.height` going negative (#9664) @gitstart | ||
- [DataGrid] Update focused cell on page change via keyboard (#9203) @m4theushw | ||
- [DataGrid] Wait for remote stylesheets to load before print (#9665) @cherniavskii | ||
|
||
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link) | ||
|
||
Same changes as in `@mui/[email protected]`, plus: | ||
|
||
- [DataGridPro] Improve tree data performance (#9682) @cherniavskii | ||
- [DataGridPro] Prevent affecting cells from child DataGrid when resizing a column (#9670) @m4theushw | ||
|
||
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link) | ||
|
||
Same changes as in `@mui/[email protected]`. | ||
|
||
### Date Pickers | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [fields] Fix `format` and `value` update order (#9715) @LukasTy | ||
- [pickers] Remove `require` usage in comment (#9675) @LukasTy | ||
|
||
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link) | ||
|
||
Same changes as in `@mui/[email protected]`. | ||
|
||
### Charts / `@mui/[email protected]` | ||
|
||
- [charts] Fix blinking in responsive charts and extremums computation for line charts (#9734) @alexfauquette | ||
- [charts] Use ESM with imports (#9645) @alexfauquette | ||
|
||
### Docs | ||
|
||
- [docs] Add additional note for license key installation on Next.js (#9575) @joserodolfofreitas | ||
- [docs] Add paragraph about managing focus of custom edit components (#9658) @m4theushw | ||
- [docs] Add unsorted icon slot to the custom sort icons demo (#9169) @d4rekanguok | ||
- [docs] Disable ad for onboarding pages (#9700) @oliviertassinari | ||
- [docs] Disabling ads without toolbar has no effect @oliviertassinari | ||
- [docs] Fix Date Pickers usage to Title Case (#9680) @richbustos | ||
- [docs] Fix sorting in `CustomSortIcons` demo (#9656) @MBilalShafi | ||
- [docs] Improve the UI for pickers introduction (#9644) @alexfauquette | ||
- [docs] Improve the demo design @oliviertassinari | ||
- [docs] Localization progress, polish (#9672) @oliviertassinari | ||
- [docs] Normalize the WIP items (#9671) @oliviertassinari | ||
|
||
### Core | ||
|
||
- [core] Add `validate` command (#9714) @romgrk | ||
- [CHANGELOG] Update generator to new format @oliviertassinari | ||
|
||
## 6.10.0 | ||
|
||
_Jul 13, 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.10.0", | ||
"version": "6.10.1", | ||
"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