-
-
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: Lukas Tyla <[email protected]> Co-authored-by: Michel Engelen <[email protected]> Co-authored-by: Kenan Yusuf <[email protected]> Co-authored-by: Flavien DELANGLE <[email protected]> Co-authored-by: Jose C Quintas Jr <[email protected]> Co-authored-by: Alexandre Fauquette <[email protected]>
- Loading branch information
1 parent
2ccdaa3
commit 37a9af8
Showing
17 changed files
with
116 additions
and
23 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,103 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 7.16.0 | ||
|
||
_Sep 5, 2024_ | ||
|
||
We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 🎨 Update the design of Data Grid column headers (#14293) | ||
- 🧠 Add the `slots` concept introduction documentation page (#13881) | ||
- 🌍 Improve Chinese (zh-CN) and Dutch (nl-NL) locales on the Data Grid | ||
- 🐞 Bugfixes | ||
- 📚 Documentation improvements | ||
|
||
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> | ||
|
||
### Data Grid | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [DataGrid] Add key prop to `GridFilterInputMultipleValue` (#14302) @sai6855 | ||
- [DataGrid] Allow to control the indeterminate checkbox behavior (#14247) @MBilalShafi | ||
- [DataGrid] Column header design updates (#14293) @KenanYusuf | ||
- [DataGrid] Fix error on simultaneous `columns` and `columnGroupingModel` update (#14368) @cherniavskii | ||
- [DataGrid] Fix first row flickering with `autoHeight` prop enabled (#14235) @KenanYusuf | ||
- [DataGrid] Remove cell min-width / max-width styles (#14448) @oliviertassinari | ||
- [DataGrid] Restore reselect behavior (#14410) @romgrk | ||
- [l10n] Improve Chinese (zh-CN) locale (#14394) @lawvs | ||
- [l10n] Improve Dutch (nl-NL) locale (#14398) @Janpot | ||
|
||
#### `@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 duplicate top border in header filters (#14375) @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] Improve `onError` JSDoc (#14492) @flaviendelangle | ||
- [pickers] Keep the calendar header and content in sync when switching locale (#14125) @flaviendelangle | ||
- [pickers] Move multi input range field validation tests to the describe test file (#14501) @flaviendelangle | ||
|
||
#### `@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] Fix JSDoc typos (#14497) @alexfauquette | ||
- [charts] Fix `LineChart` not properly animating when hydrating (#14355) @JCQuintas | ||
- [charts] Fix theme augmentation (#14372) @alexfauquette | ||
- [charts] Pass all props to legend (#14392) @JCQuintas | ||
- [charts] Use `.mjs` extension for ESM build (#14387) @alexfauquette | ||
- [charts] Update `package.json` for vendor package (#14465) @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]`, plus: | ||
|
||
- [charts-pro] Fix props and automated documentation on `BarChartPro` and `LineChartPro` (#14391) @JCQuintas | ||
|
||
### Tree View | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [TreeView] Clean label editing code (#14264) @flaviendelangle | ||
|
||
### `@mui/[email protected]` | ||
|
||
- [codemod] Fix `experimentalFeatures` codemod for typescript parser (#14150) @MBilalShafi | ||
|
||
### Docs | ||
|
||
- [docs] Add RTL documentation for the pickers (#13855) @flaviendelangle | ||
- [docs] Add the `slots` concept introduction page (#13881) @flaviendelangle | ||
- [docs] Remove TypeScript v3 outdated version mentions (#14443) @k-rajat19 | ||
- [docs] Remove notion of seats (#14351) @oliviertassinari | ||
- [docs] Use real world data for `PieChart` examples (#14297) @JCQuintas | ||
|
||
### Core | ||
|
||
- [core] Fix changelog spelling @oliviertassinari | ||
- [core] Fix failing tests on the pickers (#14457) @flaviendelangle | ||
- [core] Reset permissions for codspeed GitHub Action (#14420) @oliviertassinari | ||
- [code-infra] Add babel runtime version check (#14483) @Janpot | ||
- [code-infra] Fully resolve imports in ESM target (#14234) @Janpot | ||
- [code-infra] Update runners from node 18 to 20 (#14466) @JCQuintas | ||
- [infra] Added `secrets: inherit` to workflow call (#14454) @michelengelen | ||
- [infra] Switch "add closing message" to reusable workflow (#14499) @michelengelen | ||
- [infra] Switch "issue triage workflow" to reusable workflows (#14390) @michelengelen | ||
|
||
## 7.15.0 | ||
|
||
_Aug 29, 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.15.0", | ||
"version": "7.16.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
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