-
-
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: Rom Grk <[email protected]> Co-authored-by: Lukas <[email protected]> Co-authored-by: Andrew Cherniavskii <[email protected]> Co-authored-by: Andrew Cherniavskyi <[email protected]>
- Loading branch information
1 parent
98b7c7a
commit f9f60fd
Showing
10 changed files
with
138 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. | ||
|
||
## 7.0.0-beta.5 | ||
|
||
_Mar 1, 2024_ | ||
|
||
We'd like to offer a big thanks to the 15 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 🎁 Add `getSortComparator` for more advanced sorting behaviors (#12215) @cherniavskii | ||
- 🚀 Add `use client` directive to the Grid packages (#11803) @MBilalShafi | ||
- 🌍 Improve Korean (ko-KR) and Chinese (zh-CN) locales on the Pickers | ||
- 🐞 Bugfixes | ||
- 📚 Documentation improvements | ||
|
||
### Data Grid | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [DataGrid] Add `getSortComparator` for more advanced sorting behaviors (#12215) @cherniavskii | ||
- [DataGrid] Add `use client` directive to the Grid packages (#11803) @MBilalShafi | ||
- [DataGrid] Fix `disableResetButton` and `disableShowHideToggle` flags to not exclude each other (#12169) @adyry | ||
- [DataGrid] Fix cell range classnames (#12230) @romgrk | ||
- [DataGrid] Fix wrong offset for right-pinned columns when toggling dark/light modes (#12233) @cherniavskii | ||
- [DataGrid] Improve row virtualization and rendering performance (#12247) @romgrk | ||
- [DataGrid] Improve performance by removing `querySelector` call (#12229) @romgrk | ||
- [DataGrid] Fix `onColumnWidthChange` called before autosize affects column width (#12140) @shaharyar-shamshi | ||
- [DataGrid] Fix boolean "is" filter (#12117) @shaharyar-shamshi | ||
- [DataGrid] Fix `upsertFilterItems` removing filters that are not part of the update (#11954) @gitstart | ||
- [DataGrid] Render scrollbars only if there is scroll (#12265) @cherniavskii | ||
|
||
#### `@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 column resize errors on MacOS with automatic scrollbars enabled (#12217) @cherniavskii | ||
- [DataGridPro] Fix lazy-loading crash (#12080) @romgrk | ||
- [DataGridPro] Fix useGridRows not giving error on reversed data (#10821) @martijn-basesoft | ||
|
||
#### `@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] Make clipboard copy respect the sorting during cell selection (#12235) @MBilalShafi | ||
|
||
### Date Pickers | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [pickers] Fix toolbar components props handling (#12211) @LukasTy | ||
- [l10n] Improve Chinese (zh-CN) locale (#12245) @headironc | ||
- [l10n] Improve Korean (ko-KR) locale (#12192) @Luzi | ||
|
||
#### `@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]`. | ||
|
||
- [DateTimeRangePicker] Fix validation behavior (#12243) @LukasTy | ||
|
||
### Charts / `@mui/[email protected]` | ||
|
||
- [charts] Fix grid duplicated key (#12208) @alexfauquette | ||
|
||
### Tree View / `@mui/[email protected]` | ||
|
||
- [TreeView] Add public API and expose focus method (#12143) @noraleonte | ||
|
||
### Docs | ||
|
||
- [docs] Fix image layout shift when loading @oliviertassinari | ||
- [docs] Match Material UI repo comment for redirections @oliviertassinari | ||
- [docs] Non breaking spaces @oliviertassinari | ||
- [docs] Polish the Date Picker playground (#11869) @zanivan | ||
- [docs] Standardize WAI-ARIA references @oliviertassinari | ||
|
||
### Core | ||
|
||
- [core] Allow local docs next.js settings (#12227) @romgrk | ||
- [core] Remove grid folder from `getComponentInfo` RegExp (#12241) @flaviendelangle | ||
- [core] Remove `window.` reference for common globals @oliviertassinari | ||
- [core] Use runtime agnostic setTimeout type @oliviertassinari | ||
- [docs-infra] Fix Stack Overflow breaking space @oliviertassinari | ||
- [docs-infra] Fix missing non breaking spaces @oliviertassinari | ||
- [github] Update `no-response` workflow (#12193) @MBilalShafi | ||
- [infra] Fix missing permission reset @oliviertassinari | ||
|
||
## 7.0.0-beta.4 | ||
|
||
_Feb 23, 2024_ | ||
|
@@ -2352,6 +2435,47 @@ Here is an example of the renaming for the `<ChartsTooltip />` component. | |
- [core] Update release instructions as per v7 configuration (#10962) @MBilalShafi | ||
- [license] Correctly throw errors (#10924) @oliviertassinari | ||
|
||
## 6.19.6 | ||
|
||
_Mar 1, 2024_ | ||
|
||
We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 🌍 Improve Korean (ko-KR) and Chinese (zh-CN) locales on the Pickers | ||
- 🐞 Bugfixes | ||
- 📚 Documentation improvements | ||
|
||
### Data Grid | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [DataGrid] Fix error when existing rows are passed to `replaceRows` (@martijn-basesoft) | ||
|
||
#### `@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]`. | ||
|
||
#### `@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] Make clipboard copy respect the sorting during cell selection (#12255) @MBilalShafi | ||
|
||
### Date Pickers | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [l10n] Improve Chinese (zh-CN) locale (#12250) @headironc | ||
- [l10n] Improve Korean (ko-KR) locale (#12186) @Luzi | ||
|
||
#### `@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] Update lazy loading demo to show skeleton rows during initial rows fetch (#12062) @cherniavskii | ||
|
||
## 6.19.5 | ||
|
||
_Feb 23, 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
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