-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
v7.27.0 #16595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
v7.27.0 #16595
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
3dedc3c
v7.26.1
flaviendelangle 9f0679e
Review: Lukas
flaviendelangle 4176e32
Update CHANGELOG.md
flaviendelangle 8f00b9a
Update CHANGELOG.md
flaviendelangle 7de1f66
Update CHANGELOG.md
flaviendelangle 5b6a4c5
Update CHANGELOG.md
flaviendelangle 7a05454
Update CHANGELOG.md
flaviendelangle 4ca6efc
Update CHANGELOG.md
flaviendelangle ea482f5
Update CHANGELOG.md
flaviendelangle 4aa367f
Update CHANGELOG.md
flaviendelangle 6aff7ad
Update CHANGELOG.md
flaviendelangle 2c8e804
Update CHANGELOG.md
flaviendelangle 15b3711
Update CHANGELOG.md
flaviendelangle dedf66d
Update CHANGELOG.md
flaviendelangle b9001e4
Update CHANGELOG.md
flaviendelangle 478403d
Update CHANGELOG.md
flaviendelangle 815b82f
Update CHANGELOG.md
flaviendelangle 0923e7f
Update CHANGELOG.md
flaviendelangle 0a70473
Update CHANGELOG.md
flaviendelangle 6c85994
Lint
flaviendelangle e500b81
Merge branch 'v7.x' into v7.26.1
cherniavskii c6710f5
update changelog
cherniavskii d552732
Change version and date
flaviendelangle 292315e
Merge
flaviendelangle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,65 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## v7.26.1 | ||
|
||
<!-- generated comparing v7.26.0..v7.x --> | ||
|
||
flaviendelangle marked this conversation as resolved.
Show resolved
Hide resolved
|
||
_Feb 14, 2025_ | ||
|
||
We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
TODO INSERT HIGHLIGHTS | ||
flaviendelangle marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
flaviendelangle marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Following are all team members who have contributed to this release: | ||
flaviendelangle marked this conversation as resolved.
Show resolved
Hide resolved
|
||
@cherniavskii, @JCQuintas, @oliviertassinari, @arminmeh and @LukasTy | ||
|
||
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> | ||
|
||
### Data Grid | ||
|
||
#### `@mui/[email protected]` | ||
flaviendelangle marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
- [DataGrid] Avoid `undefined` value for pagination `rowCount` (#16558) @cherniavskii | ||
|
||
flaviendelangle marked this conversation as resolved.
Show resolved
Hide resolved
|
||
#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
flaviendelangle marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Same changes as in `@mui/[email protected]`. | ||
flaviendelangle marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
#### `@mui/[email protected]` [](https://mui.com/r/x-premium-svg-link 'Premium plan') | ||
flaviendelangle marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Same changes as in `@mui/[email protected]`, plus: | ||
flaviendelangle marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
- [DataGridPremium] Fix Excel export Web Worker demo not working in dev mode (#16532) @cherniavskii | ||
- [DataGridPremium] Improve Excel export serialization performance (#16545) @cherniavskii | ||
- [DataGridPremium] Namespace Excel export worker (#16539) @oliviertassinari | ||
|
||
### Date and Time Pickers | ||
|
||
#### `@mui/[email protected]` | ||
flaviendelangle marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Internal changes. | ||
|
||
#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
flaviendelangle marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Same changes as in `@mui/[email protected]`, plus: | ||
flaviendelangle marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
- [DateRangePicker] Avoid unnecessary field section focusing (#16569) @LukasTy | ||
|
||
### Charts | ||
|
||
#### `@mui/[email protected]` | ||
flaviendelangle marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
- [charts] Fix automatic type overloads (#16579) @JCQuintas | ||
flaviendelangle marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
flaviendelangle marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Same changes as in `@mui/[email protected]`. | ||
flaviendelangle marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
### Core | ||
|
||
- [test] Fix Data Grid data source error test on React 18 (#16565) @arminmeh | ||
|
||
## 7.26.0 | ||
|
||
_Feb 7, 2025_ | ||
|
This file contains hidden or 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.26.0", | ||
"version": "7.26.1", | ||
"private": true, | ||
"scripts": { | ||
"preinstall": "npx only-allow pnpm", | ||
|
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.