-
-
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
10 changed files
with
97 additions
and
14 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,89 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 6.15.0 | ||
|
||
_Sep 22, 2023_ | ||
|
||
We'd like to offer a big thanks to the 9 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 🚀 Implement columns auto-sizing (#10180) @romgrk | ||
- 🎁 Add support for `getRowsToExport` option to print export on the data grid (#10084) @zreecespieces | ||
- 🌍 Improve Finnish (fi-FI) locale | ||
- 🐞 Bugfixes | ||
- 📚 Documentation improvements | ||
|
||
### Data Grid | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [DataGrid] Add support for `getRowsToExport` option to print export (#10084) @zreecespieces | ||
- [DataGrid] Fix dev warning about `InputLabelProps` (#10413) @romgrk | ||
- [DataGrid] Refactor `GridMenu` prop `onClickAway` to `onClose` (#10411) @romgrk | ||
- [DataGrid] Restore focus after `GridMenu` closes (#10412) @romgrk | ||
- [DataGrid] Fix typing of `GridActionsCellItem` (#10344) @romgrk | ||
- [DataGrid] Hide `eval` from bundlers (#10329) @romgrk | ||
- [DataGrid] Add `border: 0` to unmounted focused cell to avoid layout shifts in that row (#10318) @lauri865 | ||
|
||
#### `@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: | ||
|
||
- [DataGridPro] Implement columns auto-sizing (#10180) @romgrk | ||
- [DataGridPro] Fix keyboard navigation issue in header filters (#10358) @MBilalShafi | ||
- [DataGridPro] Add missing row hover styles (#10252) @cherniavskii | ||
- [DataGridPro] Make default filter items have stable references in header filters (#10338) @MBilalShafi | ||
|
||
#### `@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] Support tokens without spaces (#10185) @alexfauquette | ||
- [l10n] Improve Finnish (fi-FI) locale (#10346) @samijouppila | ||
|
||
#### `@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] Fix sparkline scale and rendering (#10402) @alexfauquette | ||
- [charts] Remove components from `@mui/material` (#10115) @alexfauquette | ||
|
||
### Tree View / `@mui/[email protected]` | ||
|
||
- [TreeView] Split features into plugins to prepare for Pro version (#10123) @flaviendelangle | ||
|
||
### Docs | ||
|
||
- [docs] Add charts documentation pages to complete pricing table (#10394) @alexfauquette | ||
- [docs] Add missing MIT packages on the Licensing page (#10348) @flaviendelangle | ||
- [docs] Clearer component pattern @oliviertassinari | ||
- [docs] Easier to understand demo (#10370) @oliviertassinari | ||
- [docs] Fix `301` to Material UI @oliviertassinari | ||
- [docs] Improve the column visibility section (#10327) @MBilalShafi | ||
- [docs] Improve the documentation section `rowIdentifier` (#10326) @MBilalShafi | ||
- [docs] Improve pickers localization documentation (#10202) @flaviendelangle | ||
- [docs] Polish typescript ref usage (#10359) @oliviertassinari | ||
- [docs] Improve charts tooltip wording (#10406) @alexfauquette | ||
|
||
### Core | ||
|
||
- [core] Cleanup GitHub issues template (#10372) @romgrk | ||
- [core] Fix Circle CI OOM (#10385) @romgrk | ||
- [core] Improve sleep test helper @oliviertassinari | ||
- [core] Remove unwanted prefixes @oliviertassinari | ||
- [core] Remove duplicate label @oliviertassinari | ||
- [core] Simplify source @oliviertassinari | ||
- [core] Upgrade monorepo (#10425) @cherniavskii | ||
- [core] Upgrade monorepo to have the new typescript-to-proptype (#10224) @flaviendelangle | ||
- [test] Do not use deprecated adapter methods (#10416) @flaviendelangle | ||
- [test] Name test suites according to sentence case (#10429) @alexfauquette | ||
|
||
## 6.14.0 | ||
|
||
_Sep 14, 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.14.0", | ||
"version": "6.15.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