-
-
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.
- Loading branch information
1 parent
a17fae0
commit 8534f2d
Showing
13 changed files
with
97 additions
and
12 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,91 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 7.11.0 | ||
|
||
_Jul 18, 2024_ | ||
|
||
We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 🎨 Add [color legend](https://mui.com/x/react-charts/legend/#color-legend) for charts (#13700) @alexfauquette | ||
- 🌍 Improve Korean (ko-KR) locale on the Date and Time Pickers | ||
- 🌍 Improve Russian (ru-RU) locale on the Date and Time Pickers and Data Grid | ||
- 🐞 Bugfixes | ||
- 📚 Documentation improvements | ||
|
||
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> | ||
|
||
### Data Grid | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [DataGrid] Expose `gridEditRowsStateSelector` (#13877) @romgrk | ||
- [DataGrid] Fix `columnResizeStop` event not emitted when column is not resized (#13307) @mateuseap | ||
- [DataGrid] Fix delete filter inconsistent behavior (#13353) @oukunan | ||
- [DataGrid] Enable flip on preferences panel (#13803) @romgrk | ||
- [DataGrid] Support `date` and `datetime-local` input types in `GridFilterInputMultipleValue` type (#13411) @karudedios | ||
- [l10n] Improve Russian (ru-RU) locale (#13735) @diro-atk | ||
|
||
#### `@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]`. | ||
|
||
### Date and Time Pickers | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [l10n] Improve Korean (ko-KR) locale (#13651) @100pearlcent | ||
- [l10n] Improve Russian (ru-RU) locale (#13871) @Inv1x | ||
- [pickers] Add more conformance tests improving API docs precision (#13800) @LukasTy | ||
- [TimePicker] Add `Mui-selected` class to `TimeClock` meridiem buttons (#13848) @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]`, plus: | ||
|
||
- [DateRangePicker] Fix `name` prop propagation regression (#13821) @LukasTy | ||
|
||
### Charts | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [charts] Create color legend (#13700) @alexfauquette | ||
- [charts] Defaultize axis on top level `useChartContainerProps` (#13817) @JCQuintas | ||
- [charts] Fix charts not passing `className` to root element (#13647) @JCQuintas | ||
- [charts] Generate API documentation for pro components (#13822) @alexfauquette | ||
- [charts] Improve zoomed highlight behaviour (unreleased) (#13868) @JCQuintas | ||
- [charts] Allow zoom on Y axis and add zoom options to configure zooming behaviour (unreleased) (#13726) @JCQuintas | ||
- [charts] Disable animations while zooming (unreleased) (#13807) @JCQuintas | ||
|
||
### Tree View | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [TreeView] Extract some logic outside of the `useTreeView` hook (#13845) @flaviendelangle | ||
|
||
### Docs | ||
|
||
- [docs] Add warning about `process.env.NODE_ENV` in production (#13869) @cherniavskii | ||
- [docs] Allow controlling the demo form from the example (#13796) @JCQuintas | ||
- [docs] Clarify Pickers clearable behavior not working on mobile (#13786) @lnhrdt | ||
- [docs] Improve the documentation of the picker's `onChange` and `onAccept` props (#13543) @flaviendelangle | ||
- [docs] Replace company name with project name @oliviertassinari | ||
- [docs] Sort Pickers & Charts API slots alphabetically (#13843) @LukasTy | ||
|
||
### Core | ||
|
||
- [core] Add MUI Internal `renovate` group (#13846) @LukasTy | ||
- [core] Link GitHub issue for `import/prefer-default-export` rule @oliviertassinari | ||
- [core] Normalize `...other` and test imports in charts (#13844) @JCQuintas | ||
- [core] Normalize rest / other to match the most common used @oliviertassinari | ||
- [code-infra] Follow `next` tag for `@mui/docs` package bumps (#13813) @LukasTy | ||
- [code-infra] Use specific version for `@mui/docs` dependency (#13760) @LukasTy | ||
- [internals] Move `EventManager` to `@mui/x-internals` package (#13815) @flaviendelangle | ||
|
||
## 7.10.0 | ||
|
||
_Jul 11, 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.10.0", | ||
"version": "7.11.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