-
-
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: Alexandre Fauquette <[email protected]> Co-authored-by: Lukas <[email protected]>
- Loading branch information
1 parent
5f6ceb4
commit 9ba6b5f
Showing
12 changed files
with
71 additions
and
11 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,66 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## v7.5.1 | ||
|
||
_May 23, 2024_ | ||
|
||
We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 🧰 Improve tree view testing | ||
- 📊 Add `label` to be displayed in BarChart | ||
|
||
### Data Grid | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [DataGrid] Escape formulas in CSV and Excel export (#13115) @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]`. | ||
|
||
#### `@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] Fix `disableOpenPicker` prop behavior (#13212) @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]`. | ||
|
||
### Charts | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [charts] Add `label` to be displayed inside bars in BarChart (#12988) @JCQuintas | ||
- [charts] Setup the repository for charts-pro (#13182) @alexfauquette | ||
|
||
### Docs | ||
|
||
- [docs] Clean the pages in the navbar (#13192) @flaviendelangle | ||
- [docs] Improve Tree View selection doc (#13105) @flaviendelangle | ||
- [docs] Unify Tree View `apiRef` methods doc examples (#13193) @flaviendelangle | ||
|
||
### Core | ||
|
||
- [core] Remove `raw-loader` package (#13160) @LukasTy | ||
- [core] Remove outdated prop-types (#13181) @flaviendelangle | ||
- [core] Rename `yarn` to `pnpm` in `PropTypes` comment (#13167) @LukasTy | ||
- [core] Use `describeTreeView` for items test (partial) (#12893) @flaviendelangle | ||
- [core] Use `describeTreeView` for keyboard selection tests (#13164) @flaviendelangle | ||
- [core] Use `describeTreeView` for navigation tests (#12907) @flaviendelangle | ||
- [core] Use `describeTreeView` for items rendering edge-case tests (#13168) @flaviendelangle | ||
- [core] Add `test:coverage:inspect` to allow easier debugging (#13198) @JCQuintas | ||
- [core] Fix `yarn proptypes` vs `pnpm proptypes` (#13199) @JCQuintas | ||
- [code-infra] Run corepack enable on all CI jobs (#13205) @Janpot | ||
- [code-infra] Use `nx` for lerna tasks (#13166) @LukasTy | ||
|
||
## v7.5.0 | ||
|
||
_May 17, 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.5.0", | ||
"version": "7.5.1", | ||
"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