-
-
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.
Merge branch 'master' into fix-chrome-print-preview-regression
- Loading branch information
Showing
55 changed files
with
1,235 additions
and
173 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,93 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## v5.17.21 | ||
|
||
_Jan 27, 2023_ | ||
|
||
We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 🌍 Add Belarusian (be-BY), Czech (cs-CZ), and Russian (ru-RU) locales | ||
- 🌍 Improve Slovak (sk-SK), Japanese (ja-JP), Vietnamese (vi-VN), and Spanish (es-ES) locales | ||
- 🐞 Bugfixes | ||
|
||
### `@mui/[email protected]` / `@mui/[email protected]` / `@mui/[email protected]` | ||
|
||
#### Changes | ||
|
||
- [DataGrid] Add `title` attribute to cells (#7695) @thupi | ||
- [DataGrid] Fix grid state not being updated after print preview is closed (#7680) @cherniavskii | ||
- [DataGrid] Fix non-hideable columns visibility toggling (#7716) @cherniavskii | ||
- [DataGrid] Fix scrolling on resize for data grids inside shadow root (#7722) @cherniavskii | ||
- [DataGridPremium] Create aggregation footer row with `isAutoGenerated: true` (#7681) @m4theushw | ||
- [l10n] Add Belarusian (be-BY) locale (#7718) @volhalink | ||
- [l10n] Add Slovak (sk-SK) translation for aggregation functions (#7690) @msidlo | ||
- [l10n] Add missing core locales for `MuiTablePagination` (#7719) @MBilalShafi | ||
- [l10n] Improve Japanese (ja-JP) locale (#7627) @makoto14 | ||
- [l10n] Improve Vietnamese (vi-VN) locale (#7601) @SpacerZ | ||
|
||
### `@mui/[email protected]` / `@mui/[email protected]` | ||
|
||
#### Changes | ||
|
||
- [pickers] Add missing components to `themeAugmentation` (#7677) @LukasTy | ||
- [l10n] Add Czech (cs-CZ) locale (#7666) @OndrejHj04 | ||
- [l10n] Add Russian (ru-RU) locale (#7708) @rstmzh | ||
- [l10n] Improve Spanish (es-ES) locale (#7614) @WiXSL | ||
|
||
### Docs | ||
|
||
- [docs] Add info callout about available component `slots` (#7723) @Vivek-Prajapatii | ||
|
||
## 5.17.20 | ||
|
||
_Jan 19, 2023_ | ||
|
||
We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 🌍 Improve Italian (it-IT) and Swedish (sv-SE) locales | ||
- 🐞 Bugfixes | ||
|
||
### `@mui/[email protected]` / `@mui/[email protected]` / `@mui/[email protected]` | ||
|
||
#### Changes | ||
|
||
- [DataGrid] Fix flickering on grid scroll (#7609) @cherniavskii | ||
- [DataGrid] Remove tag limit from `isAnyOf` operator input (#7616) @m4theushw | ||
- [l10n] Improve Swedish (sv-SE) locale (#7463) @MaanTyringe | ||
|
||
### `@mui/[email protected]` / `@mui/[email protected]` | ||
|
||
#### Changes | ||
|
||
- [pickers] Ensure `key` is passed without object spreading (#7584) @alexfauquette | ||
- [l10n] Improve Italian (it-IT) locale (#7547) @marikadeveloper | ||
|
||
## 5.17.19 | ||
|
||
_Jan 16, 2023_ | ||
|
||
We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 🌍 Improve Spanish (es-ES) and add Belarusian (be-BY) and Urdu (ur-PK) locales | ||
- 🐞 Bugfixes | ||
|
||
### `@mui/[email protected]` / `@mui/[email protected]` / `@mui/[email protected]` | ||
|
||
#### Changes | ||
|
||
- [DataGrid] Improve print support (#7407) @cherniavskii | ||
- [DataGrid] Improve Spanish (es-ES) locale (#7438) @Anderssxn | ||
- [DataGridPremium] Fix Excel export not working with date strings (#7478) @cherniavskii | ||
- [DataGridPro] Fix missing column headers border with top-pinned rows (#7399) @cherniavskii | ||
|
||
### `@mui/[email protected]` / `@mui/[email protected]` | ||
|
||
#### Changes | ||
|
||
- [pickers] Add Belarusian (be-BY) locale (#7450) @volhalink | ||
- [pickers] Add Urdu (ur-PK) locale (#7449) @MBilalShafi | ||
|
||
## 5.17.18 | ||
|
||
_Jan 5, 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "5.17.18", | ||
"version": "5.17.21", | ||
"private": true, | ||
"scripts": { | ||
"start": "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
Oops, something went wrong.