fix(deps): update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@mui/icons-material (source) | dependencies | patch | 6.4.7 -> 6.4.8 |
@mui/material (source) | devDependencies | patch | 6.4.7 -> 6.4.8 |
@mui/x-charts (source) | devDependencies | minor | 7.27.1 -> 7.28.0 |
@types/react (source) | dependencies | patch | 19.0.10 -> 19.0.11 |
styled-components (source) | dependencies | patch | 6.1.15 -> 6.1.16 |
Release Notes
mui/material-ui (@mui/icons-material)
v6.4.8
Mar 17, 2025
A big thanks to the 9 contributors who made this release possible.
@mui/material@6.4.8
- [ListItemText] Add missing
root
slot (#45552) @sai6855 - [SpeedDial] Add missing
root
slot (#45551) @sai6855 - [Tooltip] Allow auto placement on tooltip (#45536) @Jtaks
- [useScrollTrigger] Do nothing if target is null (#45553) @vipierozan99
- [Accordion] Add missing
root
slot (#45534) @sai6855 - [AccordionSummary] Add slots and slotProps (#45560) @sai6855
- [TextareaAutosize] Fix ResizeObserver causing infinite
selectionchange
loop (#45351) (#45498) @mj12albert
@mui/styled-engine@6.4.8
- Add
enableCssLayer
prop to StyledEngineProvider (#45563) @siriwatknp
@mui/system@6.4.8
- [system] Prevent nested non-vars theme inheritance (#45564) @siriwatknp
@mui/utils@6.4.8
Core
- [test] Fix React 18 tests (#45161) (#45496) @DiegoAndai
Docs
- [Backdrop] Fix component name in migration guide (#45507) @sai6855
- Fix broken links to MUI X docs (cherry-pick of #45145) (#45481) @mapache-salvaje
- [examples] Fix the invalid argument to extract examples (#45493) @ovtn
- Add
overriding-component-structure
doc to Material UI (#45570) @siriwatknp
All contributors of this release in alphabetical order: @dahiro, @DiegoAndai, @Jtaks, @mapache-salvaje, @mj12albert, @ovtn, @sai6855, @siriwatknp, @vipierozan99
mui/mui-x (@mui/x-charts)
v7.28.0
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights
-
Add support for@mui/material
version 7 in all X packages -
Bugfixes -
Improve Chinese (zh-CN), (zh-HK), (zh-TW), Czech (cs-CZ), Korean (ko-KR) and Slovak (sk-Sk) locales on the Data Grid -
Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales on the Pickers
Special thanks go out to the community contributors who have helped make this release possible: @Blake-McCullough, @hlavacz, @yelahj, @k-rajat19, @nusr. Following are all team members who have contributed to this release: @arminmeh, @flaviendelangle, @LukasTy, @michelengelen, @MBilalShafi.
Data Grid
@mui/x-data-grid@7.28.0
- [DataGrid] Add click propagation and prevents default on
toggleMenu
click (#16909) @michelengelen - [DataGrid] Fix
processRowUpdate()
error if the row is removed before it is executed (#16904) @arminmeh - [DataGrid] Fix bug with adding and removing columns in active edit state (#16916) @Blake-McCullough
- [DataGrid] Fix visual issue with pinned columns and row spanning (#16942) @MBilalShafi
- [DataGrid] Make column header menu button aria-labels unique (#16925) @owais635
- [DataGrid] Fix
printOptions
not respectinghideFooter
root prop (#16915) @k-rajat19 - [l10n] Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales (#16917 and #16887) @nusr
- [l10n] Improve Czech (cs-CZ) and Slovak (sk-Sk) locales (#16996) @hlavacz
- [l10n] Improve Korean (ko-KR) locale (#16998) @yelahj
@mui/x-data-grid-pro@7.28.0
Same changes as in @mui/x-data-grid@7.28.0
, plus:
- [DataGridPro] Fix header filters not displaying restored values (#16976) @MBilalShafi
- [DataGridPro] Fix infinite loading not reacting when scrolling to the end (#16939) @arminmeh
@mui/x-data-grid-premium@7.28.0
Same changes as in @mui/x-data-grid-pro@7.28.0
, plus:
- [DataGridPremium] Fix selection propagation issues with controlled state (#16995) @MBilalShafi
Date and Time Pickers
@mui/x-date-pickers@7.28.0
@mui/x-date-pickers-pro@7.28.0
Same changes as in @mui/x-date-pickers@7.28.0
, plus:
- [DateRangeCalendar] Do not update the previewed day when hovering a day and the value is empty (#16892) @flaviendelangle
Charts
@mui/x-charts@7.28.0
Internal changes.
@mui/x-charts-pro@7.28.0
Same changes as in @mui/x-charts@7.28.0
.
Tree View
@mui/x-tree-view@7.28.0
Internal changes.
@mui/x-tree-view-pro@7.28.0
Same changes as in @mui/x-tree-view@7.28.0
.
Docs
Core
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.