-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[release] v8.5.3 #18448
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
cherniavskii
merged 3 commits into
mui:master
from
cherniavskii:release/v8.5.3-2025-06-19
Jun 19, 2025
Merged
[release] v8.5.3 #18448
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
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 |
|---|---|---|
|
|
@@ -5,6 +5,101 @@ | |
| All notable changes to this project will be documented in this file. | ||
| See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
|
||
| ## 8.5.3 | ||
|
|
||
| _Jun 19, 2025_ | ||
|
|
||
| We'd like to extend a big thank you to the 10 contributors who made this release possible. Here are some highlights ✨: | ||
|
Check warning on line 12 in CHANGELOG.md
|
||
|
|
||
| - 📚 Documentation improvements | ||
| - 🐞 Bugfixes | ||
|
|
||
| Special thanks go out to the community members for their valuable contributions: | ||
| @alisasanib, @arminmeh, @sai6855 | ||
|
|
||
| The following are all team members who have contributed to this release: | ||
| @alexfauquette, @bernardobelchior, @flaviendelangle, @JCQuintas, @LukasTy, @MBilalShafi, @oliviertassinari | ||
|
|
||
| ### Data Grid | ||
|
|
||
| #### `@mui/[email protected]` | ||
|
|
||
| - [DataGrid] Fix export menu button tooltip being interactive when menu is open (#18327) @bernardobelchior | ||
| - [DataGrid] Fix column menu scroll close (#18065) @alisasanib | ||
| - [DataGrid] Fix page size issue with data source (#18419) @MBilalShafi | ||
|
|
||
| #### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
|
|
||
| Same changes as in `@mui/[email protected]`, plus: | ||
|
|
||
| - [DataGridPro] Ignore missing `rowCount` response when new children are fetched with the data source (#17711) @arminmeh | ||
|
|
||
| #### `@mui/[email protected]` [](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] Add `inputSizeSmall` to classes interface (#18242) @sai6855 | ||
|
|
||
| #### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
|
|
||
| Same changes as in `@mui/[email protected]`. | ||
|
|
||
| ### Charts | ||
|
|
||
| #### `@mui/[email protected]` | ||
|
|
||
| - [charts] Add item class to list item around each series in legend (#18411) @bernardobelchior | ||
| - [charts] Allow `tabIndex` in surface and legend (#18344) @JCQuintas | ||
| - [charts] Explore selector typing (#18362) @alexfauquette | ||
| - [charts] Fix highlight with number ids (#18423) @alexfauquette | ||
| - [charts] Make scatter chart use data attributes (#18048) @alexfauquette | ||
|
|
||
| #### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
|
|
||
| Same changes as in `@mui/[email protected]`, plus: | ||
|
|
||
| - [charts-pro] Add data-series to elements of funnel chart (#18067) @JCQuintas | ||
| - [charts-pro] Hide values outside minStart and maxEnd in zoom slider (#18336) @bernardobelchior | ||
| - [charts-pro] Fix `FunnelChart` label positioning with different curves (#18354) @JCQuintas | ||
|
|
||
| ### Tree View | ||
|
|
||
| #### `@mui/[email protected]` | ||
|
|
||
| Internal changes. | ||
|
|
||
| #### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
|
|
||
| Same changes as in `@mui/[email protected]`. | ||
|
|
||
| ### Codemod | ||
|
|
||
| #### `@mui/[email protected]` | ||
|
|
||
| Internal changes. | ||
|
|
||
| ### Docs | ||
|
|
||
| - [docs] Fix 404 in charts docs (#18440) @alexfauquette | ||
| - [docs][pickers] Fix adapter version resolving when opening demo to edit (#18363) @LukasTy | ||
|
|
||
| ### Core | ||
|
|
||
| - [core] Fix pnpm valelint error (#18420) @oliviertassinari | ||
|
|
||
| ### Miscellaneous | ||
|
|
||
| - [code-infra] Add back a `Playwright` renovate group (#18397) @LukasTy | ||
| - [code-infra] Setup `CODEOWNERS` for charts repositories (#18418) @JCQuintas | ||
| - [code-infra] Strengthen `URL` usage for test config (#18444) @LukasTy | ||
| - [code-infra] Use `vitest` bundled types (#17758) @JCQuintas | ||
| - [infra] Stabilise tests by removing babel and plugins from vitest (#18341) @JCQuintas | ||
| - [infra] Add automated release PR creation script (#18345) @michelengelen | ||
|
|
||
cherniavskii marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| ## 8.5.2 | ||
|
|
||
| _Jun 12, 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": "8.5.2", | ||
| "version": "8.5.3", | ||
| "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
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
Oops, something went wrong.
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.