-
-
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 <[email protected]>
- Loading branch information
1 parent
64abb12
commit 9f47aed
Showing
9 changed files
with
97 additions
and
13 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,90 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 6.16.0 | ||
|
||
_Sep 29, 2023_ | ||
|
||
We'd like to offer a big thanks to the 9 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 🎁 Add a clearable behavior to all the single input pickers and fields (#9095) @noraleonte | ||
|
||
The pickers and fields now have an out-of-the box implementation for clearing the field value. You can see the documentation for this behavior on the [Date Picker documentation](https://mui.com/x/react-date-pickers/date-picker/#clearing-the-value). | ||
|
||
<img width="380" alt="Clearable behavior" src="https://github.com/mui/mui-x/assets/72460825/e4a66169-83b5-4579-b9f6-6e15bb528411"> | ||
|
||
- 💫 Add Date Picker customization playground (#9581) @noraleonte | ||
|
||
You can play around with style customization options on the [Date Picker documentation](https://mui.com/x/react-date-pickers/date-picker/#customization). | ||
|
||
We are thrilled to hear your feedback about this functionality! | ||
|
||
- 🚀 Fix header filters menu auto closing on render (#10483) @MBilalShafi | ||
- 🎯 Fix column headers scroll when theme scoping is used (#10437) @cherniavskii | ||
- 🌍 Improve Russian (ru-RU) locale on the data grid | ||
- 🐞 Bugfixes | ||
- 📚 Documentation improvements | ||
|
||
### Data Grid | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [DataGrid] Fix column headers scroll when theme scoping is used (#10437) @cherniavskii | ||
- [DataGrid] Rename `global` to `globalScope` due to Jest issue (#10470) @romgrk | ||
- [l10n] Improve Russian (ru-RU) locale (#10464 and #10407) @NKodos | ||
|
||
#### `@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] Fix header filters menu auto closing on render (#10483) @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] Add warning to `shouldDisableDate` validation (#10502) @michelengelen | ||
- [pickers] Implement `clearable` field behavior (#9095) @noraleonte | ||
- [pickers] Refactor `dayOfWeekFormatter` (#10345) @michelengelen | ||
|
||
#### `@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] Share upfront future Pro features (#10465) @oliviertassinari | ||
|
||
### Tree View / `@mui/[email protected]` | ||
|
||
- [TreeView] Do not try to focus a collapsed node when re-focusing the TreeView (#10422) @flaviendelangle | ||
- [TreeView] Fix the typing of the `Multiple` generic (#10478) @flaviendelangle | ||
|
||
### Docs | ||
|
||
- [docs] Correct the typo in data grid api docs (#10477) @MBilalShafi | ||
- [docs] Add customization playground (#9581) @noraleonte | ||
- [docs] Fix Tree View product ID (#10428) @oliviertassinari | ||
- [docs] Fix demo crashing when all rows are deleted (#10438) @cherniavskii | ||
- [docs] Fix mobile scrollbar column resize (#10455) @oliviertassinari | ||
- [docs] Fix usage of `GridRenderCellParams` interface (#10435) @cherniavskii | ||
|
||
### Core | ||
|
||
- [core] Fix typo in header data grid quick filter @oliviertassinari | ||
- [core] Group D3 renovate PRs (#10480) @flaviendelangle | ||
- [core] Link the priority support page (#10495) @michelengelen | ||
- [core] Move the pickers describes to the test utils folder (#10490) @flaviendelangle | ||
- [core] Priority Support casing normalization @oliviertassinari | ||
- [core] Remove automated DataGrid performance tests (#10414) @romgrk | ||
- [core] Sync `prism-okaidia.css` with docs-infra @oliviertassinari | ||
- [core] Update issue actions & templates (#10375) @romgrk | ||
- [core] Update release guide (#10468) @DanailH | ||
|
||
## 6.15.0 | ||
|
||
_Sep 22, 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
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