@mui/icons-material 7.3.6 → 7.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +119 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,123 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 7.3.8
4
+
5
+ <!-- generated comparing v7.3.7..master -->
6
+
7
+ _Feb 12, 2026_
8
+
9
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ ### `@mui/material@7.3.8`
12
+
13
+ - [alert] Revert removing default icon mapping fallback (#47629) @ZeeshanTamboli
14
+ - [app-bar] Fix optional chaining in joinVars function (#47739) @sai6855
15
+ - [autocomplete] Fix scroll position resetting on reopen with `disableCloseOnSelect` (#47248) @ZeeshanTamboli
16
+ - [autocomplete] Pass fullWidth prop to input, with default as true (#47663) @silviuaavram
17
+ - [badge] Refactor variant styles generation (#47742) @sai6855
18
+ - [chip] Remove unnecessary `onDelete` check (#47753) @ZeeshanTamboli
19
+ - [switch][checkbox][radio] Remove `aria-disabled` from root span (#46318) @KirankumarAmbati
20
+ - [collapse] Remove unnecessary string concatenation (#47745) @sai6855
21
+ - [drawer] `persistent` and `permanent` variant Drawers should not override the styles via theme using `modal` class (#47581) @ZeeshanTamboli
22
+ - [tabs] Add ability to extend Tabs variant (#47590) @aditya1906
23
+ - [useAutocomplete] Add aria-multiselectable to listbox props when multiple is true (#47632) @silviuaavram
24
+ - [useAutocomplete] Use `React.Key` instead of `any` for `key` prop (#47619) @sonixx02
25
+
26
+ #### Core
27
+
28
+ - Revert "[docs-infra] Add Cookie Banner and Analytics Provider (#47445)" (868d23e) @dav-is
29
+ - Revert "[docs-infra] Update Cookie Consent Dialog styling and content (#47718)" (ae29d03) @dav-is
30
+ - [api-docs-builder] Validate slots prop and Slots interface export consistency (#47623) @Janpot
31
+ - [code-infra] Remove `window.muiDocConfig` (#47737) @Janpot
32
+ - [code-infra] Fix flaky Select test on Webkit (#47728) @Janpot
33
+ - [code-infra] Remove usage of NODE_ENV=test (#47692) @Janpot
34
+ - [code-infra] Prepare eslint rule rename (#47702) @Janpot
35
+ - [code-infra] Next.js 15.5.11 (security update) (#47697) @Janpot
36
+ - [code-infra] Fix Tooltip tests flakyness (#47669) @Janpot
37
+ - [code-infra] Improve instructions for error messages (#47668) @Janpot
38
+ - [code-infra] Add initial agent instructions (#47655) @Janpot
39
+ - [code-infra] Update broken links checker (#47633) @Janpot
40
+ - [code-infra] Improve Tooltip leaveDelay test (#47624) @Janpot
41
+ - [code-infra] Fix internal broken links (#47607) @Janpot
42
+ - [docs-infra] Resolve a few 301s in our docs (#47746) @Janpot
43
+ - [docs-infra] Update Cookie Consent Dialog styling and content (#47718) @dav-is
44
+ - [docs-infra] Add Cookie Banner and Analytics Provider (#47445) @dav-is
45
+ - [docs-infra] Make sure /customers page has a h1 (#47615) @Janpot
46
+ - [docs-infra] Fix privacy link (#47614) @Janpot
47
+ - [docs-infra] Resolve a few 301s (#47579) @Janpot
48
+ - [internal] Remove unused sponsor files (#47741) @oliviertassinari
49
+ - [markdown] Fix some broken hash links (#47609) @Janpot
50
+ - [test] Cleanup Table tests TODOs (#47656) @Ocheretovich
51
+
52
+ ### Docs
53
+
54
+ - [website] unclickable banner in the pricing page (#47634) @aemartos
55
+ - [blog] Company Update: What we've been working on (and why) (#47626) @alelthomas
56
+ - [docs] Remove outdated notifications (#47743) @bernardobelchior
57
+ - [docs] Make Demo component product-agnostic (#47635) @Janpot
58
+ - [docs] Copyedit the Number Field doc (#47469) @mapache-salvaje
59
+ - [docs] Fix Roboto font not loading in iframe demos (#47660) @Janpot
60
+ - [docs] Replace Checkbox with Icons in Combobox examples (#47654) @silviuaavram
61
+ - [docs] Fix punctuation in TypeScript guide description (#47617) @nodirbekprogrammer
62
+
63
+ All contributors of this release in alphabetical order: @aditya1906, @aemartos, @alelthomas, @bernardobelchior, @dav-is, @Janpot, @KirankumarAmbati, @mapache-salvaje, @nodirbekprogrammer, @Ocheretovich, @oliviertassinari, @sai6855, @silviuaavram, @sonixx02, @ZeeshanTamboli
64
+
65
+ ## 7.3.7
66
+
67
+ <!-- generated comparing v7.3.6..master -->
68
+
69
+ _Jan 8, 2026_
70
+
71
+ A big thanks to the 16 contributors who made this release possible.
72
+
73
+ ### `@mui/material@7.3.7`
74
+
75
+ - [accordion] Remove unnecessary handling of `square` prop on Accordion Root (#47457) @ZeeshanTamboli
76
+ - [alert] Remove unnecessary default icon mapping fallback (#47460) @ZeeshanTamboli
77
+ - [appbar] Fix inherit color CSS variable not getting applied (#47518) @ZeeshanTamboli
78
+ - [autocomplete] Fix `ArrowLeft`, `Backspace` & `Delete` behavior for multiple and single-value rendering with proper caret handling (#47411) @jnbain
79
+ - [backdrop] Remove unnecessary passing of `classes` from root slot (#47519) @ZeeshanTamboli
80
+ - [button-group] Fix styles when variant is `contained` (#47499) @ZeeshanTamboli
81
+ - [card-action-area] Remove incorrect root ref being forwarded to focus highlight component (#47523) @ZeeshanTamboli
82
+ - [checkbox] Fix readonly checkboxes (#47503) @mj12albert
83
+ - [click-away-listener] Tighten the parameter type of createHandleSynthetic method (#47525) @ZeeshanTamboli
84
+ - [dialog] Fix backdrop theme style overrides (#47544) @ZeeshanTamboli
85
+ - [focus-trap] Compute `activeElement` inside `loopFocus` on every keydown (#47566) @ZeeshanTamboli
86
+ - [modal] Take non-integer padding-right into consideration when scroll locking (#47420) @Zache
87
+ - [select] Fix dropdown width does not match trigger width on window resize (#47526) @AarishMansur
88
+ - [tabs] Fix passing incorrect slot name props (scrollButton → scrollButtons) (#47215) @rithik56
89
+
90
+ ### Docs
91
+
92
+ - [card] Fix key warning (#47524) @ZeeshanTamboli
93
+ - [dialog] Replace TranstionProps with slotProps.transition (#47569) @sai6855
94
+ - [number-field] Use stable Base UI package (#47504) @siriwatknp
95
+ - [snackbar] Replace TransitionComponent with slots.transition (#47570) @sai6855
96
+ - Fix incorrect indentation in migration guide (#47571) @sai6855
97
+ - Enable MUI chat on Material UI demos (#46837) @siriwatknp
98
+ - Add docs and website banner for Dev survey'25 (#47521) @prakhargupta1
99
+ - Update Tailwind CSS v4 + Next.js Pages Router docs (#47546) @atharva3333
100
+ - Add warning callout to Sync plugin doc (#47511) @mapache-salvaje
101
+ - Update typo in TailwindCSS v4 integration with Next.js docs (#47512) @TimKraemer
102
+ - Fix link to contributing guide (#47473) @oliviertassinari
103
+ - Improve description of Accordion props (#47459) @ZeeshanTamboli
104
+
105
+ ### Core
106
+
107
+ - [blog] Whats new since MUI X v8 [DX-51] (#47140) @joserodolfofreitas
108
+ - [code-infra] Fix React@next CI job (#47493) @Janpot
109
+ - [code-infra] Move font loading to @mui/docs (#47385) @Janpot
110
+ - [code-infra] Fix CI for React 18 (#47560) @Janpot
111
+ - [code-infra] Prevent legacy browsers tests from updating (#47496) @Janpot
112
+ - [code-infra] Move `@mui/internal-test-utils` to code infra repo (#47422) @Janpot
113
+ - [code-infra] Fix React@next CI job (#47493) @Janpot
114
+ - [examples] Update Next.js versions to v16 in Next.js examples (DX-57) (#47453) @alelthomas
115
+ - [internal] Bump Next.js & React version to avoid security vulnerability (#47427) @oliviertassinari
116
+ - [test] Use plain playwright for e2e (#47410) @mj12albert
117
+ - [test] Fix react-18 tests (#47407) @Janpot
118
+
119
+ All contributors of this release in alphabetical order: @AarishMansur, @alelthomas, @atharva3333, @bricefrisco, @Janpot, @jnbain, @joserodolfofreitas, @mapache-salvaje, @mj12albert, @oliviertassinari, @prakhargupta1, @rithik56, @siriwatknp, @TimKraemer, @Zache, @ZeeshanTamboli
120
+
3
121
  ## 7.3.6
4
122
 
5
123
  <!-- generated comparing v7.3.5..master -->
@@ -753,7 +871,7 @@ A big thanks to the 7 contributors who made this release possible.
753
871
  - Fix `Grid`, `GridLegacy`, `Stack`, `Badge`, `Select`, `Autocomplete` demos CSS variables (#45693) @DiegoAndai
754
872
  - Add "Material UI v7 is here" to the notifications (#45694) @DiegoAndai
755
873
  - Fix `Breadcrumbs`, `List`, `Divider`, and `Typography` dark mode demos (#45692) @siriwatknp
756
- - Fix Material Icons page in dark mode (#45691) @mnajdova
874
+ - Fix Material Icons page in dark mode (#45691) @mnajdova
757
875
 
758
876
  All contributors of this release in alphabetical order: @aarongarciah, @DiegoAndai, @eduter, @Janpot, @micttyoid, @mnajdova, @siriwatknp
759
877
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/icons-material",
3
- "version": "7.3.6",
3
+ "version": "7.3.8",
4
4
  "author": "MUI Team",
5
5
  "description": "Material Design icons distributed as SVG React components.",
6
6
  "main": "index.js",
@@ -27,12 +27,12 @@
27
27
  "url": "https://opencollective.com/mui-org"
28
28
  },
29
29
  "dependencies": {
30
- "@babel/runtime": "^7.28.4"
30
+ "@babel/runtime": "^7.28.6"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
34
34
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
35
- "@mui/material": "^7.3.6"
35
+ "@mui/material": "^7.3.8"
36
36
  },
37
37
  "peerDependenciesMeta": {
38
38
  "@types/react": {