-
-
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: Michel Engelen <[email protected]> Co-authored-by: Alexandre Fauquette <[email protected]> Co-authored-by: Lukas <[email protected]> Co-authored-by: Andrew Cherniavskii <[email protected]> Co-authored-by: Bilal Shafi <[email protected]>
- Loading branch information
1 parent
43df40b
commit 9be9e22
Showing
9 changed files
with
71 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,64 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 6.18.1 | ||
|
||
_Nov 9, 2023_ | ||
|
||
We'd like to offer a big thanks to the 9 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- ✨ Fix aggregation label not showing when `renderHeader` is used (#10961) @cherniavskii | ||
- 📘 Server side data source [early documentation](https://mui.com/x/react-data-grid/server-side-data/) published | ||
- 📈 `<ChartsReferenceLine />` component is now available | ||
- 🐞 Bugfixes | ||
- 📚 Documentation improvements | ||
|
||
### Data Grid | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [DataGrid] Fix cell value type in quick filtering v7 (#10884) @cherniavskii | ||
- [DataGrid] Fix keyboard navigation for actions cell with disabled buttons (#10947) @michelengelen | ||
- [DataGrid] Fix `undefined` slot values (#10934) @romgrk | ||
|
||
#### `@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] Add data source interface and basic documentation (#10543) @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]`, plus: | ||
|
||
- [DataGridPremium] Render aggregation label when `renderHeader` is used (#10961) @cherniavskii | ||
|
||
### Date Pickers | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [fields] Fix multi input date time field section selection (#10915) @noraleonte | ||
- [pickers] Always use up-to-date `defaultView` (#10889) @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] Add `<ChartsReferenceLine />` component (#10597) @wascou | ||
- [charts] Improve properties JSDoc (#10931) @alexfauquette | ||
|
||
### Docs | ||
|
||
- [docs] Fix charts docs as stable (#10888) @alexfauquette | ||
- [docs] Document how to hide the legend (#10954) @alexfauquette | ||
|
||
### Core | ||
|
||
- [core] Adds new alpha version to version select on the docs (#10944) @michelengelen | ||
- [core] Fix GitHub title tag consistency @oliviertassinari | ||
|
||
## 6.18.0 | ||
|
||
_Nov 3, 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.18.0", | ||
"version": "6.18.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