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.0 -> 6.4.1 |
| @mui/material (source) | devDependencies | patch | 6.4.0 -> 6.4.1 |
| @testing-library/user-event | dependencies | patch | 14.6.0 -> 14.6.1 |
Release Notes
mui/material-ui (@mui/icons-material)
v6.4.1
Jan 21, 2025
A big thanks to the 9 contributors who made this release possible.
@mui/material@6.4.1
- [ButtonBase] Export types used in ButtonBase props (#43530) @Janpot
- [Dialog] Add slots and slotProps (#44792) @sai6855
- [Drawer] Deprecate composed classes (#44870) @yash49
- [IconButton] Set default loading to
null(#45057) @siriwatknp - [ListItem] Add codemod for deprecated props (#45022) @sai6855
- [Modal] Add migration guide and codemod for deprecated props (#45021) @sai6855
- [TextField] Fix filled state to be synced with autofill (#44135) @DiegoAndai
@mui/system@6.4.1
- Fix dark mode flicker using
useEnhancedEffect(#44812) @siriwatknp
@mui/utils@6.4.1
- Do not deep merge React component (#45058) @siriwatknp
Docs
- Fix typo (#45070) @Fullchee
- Improve Toolpad templates section (#44914) @bharatkashyap
- Fix expand / collapse icons orientation (#44989) @zanivan
- Rename "Base UI" to "MUI Base" in all text (#45060) @mj12albert
- Add @mui/base deprecation callout (#45030) @mj12albert
- Update @mui/base deprecation message (#45064) @mj12albert
Core
- [code-infra] Add "use client" directive to files with React APIs (#45036) @Janpot
- [docs] 301 redirect
/base-uitobase-ui.com(#45061) @mj12albert
All contributors of this release in alphabetical order: @bharatkashyap, @DiegoAndai, @Fullchee, @Janpot, @mj12albert, @sai6855, @siriwatknp, @yash49, @zanivan
testing-library/user-event (@testing-library/user-event)
v14.6.1
Bug Fixes
- correct description for
delayoption (#1175) (2edf14d) -
keyboard: add
ContextMenutodefaultKeyMap(#1079) (3e471d1) -
keyboard: add brackets to
defaultKeyMap(#1226) (543ecb0) - keyboard: walk through radio group per arrow keys (#1049) (bf8111c)
-
pointer: dispatch mouse events if
pointerdownisdefaultPrevented(#1121) (f681f7b) -
pointer: set
buttonandbuttonsproperties onPointerEvent(#1219) (6614f72) -
pointer: use
1as default value forPointerEvent.widthandPointerEvent.height(#1224) (f0468d0) - prevent
clickevent loop on form-associated custom element (#1238) (465fc7e) - prevent
clickevent on non-focusable control (#1130) (e429094) -
upload: apply
acceptfilter more leniently (#1064) (a344ad4)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.