-
-
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: Nora <[email protected]> Signed-off-by: Flavien DELANGLE <[email protected]> Co-authored-by: Bilal Shafi <[email protected]> Co-authored-by: Flavien DELANGLE <[email protected]> Co-authored-by: Armin Mehinovic <[email protected]> Co-authored-by: Lukas Tyla <[email protected]> Co-authored-by: Kenan Yusuf <[email protected]> Co-authored-by: Alexandre Fauquette <[email protected]> Co-authored-by: José Rodolfo Freitas <[email protected]> Co-authored-by: Andrew Cherniavskyi <[email protected]>
- Loading branch information
1 parent
a124300
commit e38e018
Showing
14 changed files
with
107 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,100 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 7.23.0 | ||
|
||
_Nov 29, 2024_ | ||
|
||
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- ✨ Support for a new display mode on the Data Grid with the [List View feature](https://mui.com/x/react-data-grid/list-view/), offering an extremely flexible way to render datasets and enabling developers to adapt how data is displayed across different screen sizes. | ||
|
||
https://github.com/user-attachments/assets/61286adc-03fc-4323-9739-8ca726fcc16c | ||
|
||
- ⚛️ React 19 support | ||
- 📚 Documentation improvements | ||
- 🌍 Improve Spanish, Portuguese, Chinese locales on the Data Grid component. | ||
- 🌍 Improve Dutch locale on the Date and Time Picker components. | ||
- 🐞 Bugfixes | ||
|
||
Special thanks go out to the community contributors who have helped make this release possible: | ||
@dloeda, @headironc, @mathzdev, @nphmuller, @lhilgert9, @lauri865. | ||
Following are all team members who have contributed to this release: | ||
@oliviertassinari, @arminmeh, @KenanYusuf, @flaviendelangle, @MBilalShafi. | ||
|
||
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> | ||
|
||
### Data Grid | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [DataGrid] React 19 support (#15557) @arminmeh | ||
- [DataGrid] Change test dom check from `/jsdom/` to `/jsdom|HappyDOM/`. (#15642) @jedesroches | ||
- [DataGrid] Fix last separator not being hidden when grid is scrollable (#15551) @KenanYusuf | ||
- [DataGrid] Fix order of spread props on toolbar items (#15556) @KenanYusuf | ||
- [DataGrid] Fix row-spanning in combination with column-pinning (#15460) @lhilgert9 | ||
- [DataGrid] Improve resize performance (#15592) @lauri865 | ||
- [DataGrid] Support column virtualization with dynamic row height (#15567) @cherniavskii | ||
- [DataGrid] Improve `GridCell` performance (#15621) @lauri865 | ||
- [l10n] Improve Chinese (zh-CN) locale (#15570) @headironc | ||
- [l10n] Improve Portuguese (pt-PT) locale (#15561) @mathzdev | ||
|
||
#### `@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 filtering with `boolean` column type (#15640) @k-rajat19 | ||
- [DataGridPro] Fix pagination state not updating if the data source response has no rows (#15643) @zinoroman | ||
- [DataGridPro] Fix selection propagation issue on initialization (#15593) @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 and Time Pickers | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [pickers] React 19 support (#15557) @arminmeh | ||
- [pickers] Fix DST issue with `America/Asuncion` timezone and `AdapterMoment` (#15653) @flaviendelangle | ||
- [pickers] Use `props.referenceDate` timezone when `props.value` and `props.defaultValue` are not defined (#15544) @flaviendelangle | ||
- [l10n] Improve Dutch (nl-NL) locale (#15564) @nphmuller | ||
|
||
#### `@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] React 19 support (#15557) @arminmeh | ||
- [charts] Prevent invalid `releasePointerCapture` (#15609) @alexfauquette | ||
|
||
#### `@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]`. | ||
|
||
### Tree View | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [TreeView] React 19 support (#15557) @arminmeh | ||
|
||
#### `@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]`. | ||
|
||
### Docs | ||
|
||
- [docs] Add data caching to lazy loaded detail panel demo (#15555) @cherniavskii | ||
- [docs] Remove selectors section from list view docs (#15639) @KenanYusuf | ||
- [docs] Add documentation for the list view feature (#15344) @KenanYusuf | ||
|
||
### Core | ||
|
||
- [core] Update @mui/monorepo (#15574) @oliviertassinari | ||
|
||
## 7.22.3 | ||
|
||
_Nov 21, 2024_ | ||
|
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": "7.22.3", | ||
"version": "7.23.0", | ||
"private": true, | ||
"scripts": { | ||
"preinstall": "npx only-allow pnpm", | ||
|
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
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