-
-
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: Michel Engelen <[email protected]> Co-authored-by: Flavien DELANGLE <[email protected]> Co-authored-by: Lukas <[email protected]> Co-authored-by: Bilal Shafi <[email protected]>
- Loading branch information
1 parent
774ef0f
commit 91c4e2c
Showing
10 changed files
with
84 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,77 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 7.1.0 | ||
|
||
_Mar 28, 2024_ | ||
|
||
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 🚀 Add `resizeThrottleMs` prop (#12556) @romgrk | ||
- 🌍 Improve Chinese (Hong Kong) (zh-HK) and Italian (it-IT) locale on the Pickers | ||
- 🐞 Bugfixes | ||
- 📚 Documentation improvements | ||
|
||
### Data Grid | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [DataGrid] Add `resizeThrottleMs` prop (#12556) @romgrk | ||
- [DataGrid] Do not publish `rowEditStop` event if row has fields with errors (#11383) @cherniavskii | ||
- [DataGrid] Fix bug in suspense (#12553) @romgrk | ||
- [DataGrid] Fix missing class name in the `GridToolbarQuickFilter` component (#12484) @jhawkins11 | ||
|
||
#### `@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]` | ||
|
||
- [fields] Fix placeholder override (#12589) @flaviendelangle | ||
- [l10n] Improve Chinese (Hong Kong) (zh-HK) locale (#12547) @samchiu90 | ||
- [l10n] Improve Italian (it-IT) locale (#12549) @antomanc | ||
- [pickers] Prepare compatibility with `@mui/zero-runtime` (stop using `ownerState` in `styled`) (#12003) @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]`, plus: | ||
|
||
- [DateRangePicker] Fix selection behavior with single input field when `readOnly` (#12593) @LukasTy | ||
|
||
### Charts | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [charts] Fix tooltip causing crash on data change (#12571) @Rishi556 | ||
|
||
### Tree View | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [TreeView] Do not use outdated version of the state to compute new label first char in `RichTreeView` (#12512) @flaviendelangle | ||
|
||
### Docs | ||
|
||
- [docs] Add example to add a second icon next to the field's opening button (#12524) @flaviendelangle | ||
- [docs] Add missing note to Data Grid migration guide (#12557) @romgrk | ||
- [docs] Fix Charts title for SEO (#12545) @oliviertassinari | ||
- [docs] Fix small typo (#12558) @diogoparente | ||
- [docs] Improve codemod related documentation (#12582) @MBilalShafi | ||
- [docs] Reduce noise in migration docs side navigation (#12552) @cherniavskii | ||
- [docs] Sync static images from core repository (#12525) @LukasTy | ||
|
||
### Core | ||
|
||
- [core] Fix `l10n` script on Windows (#12550) @LukasTy | ||
- [core] Include `DateTimeRangePicker` tag in `releaseChangelog` (#12526) @LukasTy | ||
- [core] Upgrade monorepo (#12536) @cherniavskii | ||
|
||
## v7.0.0 | ||
|
||
_Mar 22, 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.0.0", | ||
"version": "7.1.0", | ||
"private": true, | ||
"scripts": { | ||
"start": "yarn && 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
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