@mui/icons-material 5.15.13 → 6.0.0-alpha.0

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.
package/CHANGELOG.md CHANGED
@@ -1,14 +1,149 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v6.0.0-alpha.0
4
+
5
+ <!-- generated comparing v5.15.14..next -->
6
+
7
+ _Mar 26, 2024_
8
+
9
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🔥 Converted 10+ Material UI components to support static CSS extraction
12
+ - ⬅️ Added RTL support in Pigment CSS (#41570) @brijeshb42
13
+
14
+ ### `@mui/material@6.0.0-alpha.0`
15
+
16
+ - [BottomNavigation] Convert to support CSS extraction (#41612) @aacevski
17
+ - [AvatarGroup] Convert to support CSS extraction (#41485) @zanivan
18
+ - [Backdrop] Convert to support CSS extraction (#41581) @aacevski
19
+ - [Breadcrumbs] Convert to support CSS extraction (#41496) @aacevski
20
+ - [Card] Convert to support CSS extraction (#41580) @aacevski
21
+ - [Divider] Convert to support CSS extraction (#41366) @sai6855
22
+ - [FormControl] Convert to support CSS extraction (#41613) @aacevski
23
+ - [FormGroup] Convert to support CSS extraction (#41614) @aacevski
24
+ - [MobileStepper] Convert to support CSS extraction (#41533) @aacevski
25
+ - [Modal] Support CSS extraction (#41483) @sai6855
26
+ - [Popover] Convert to support CSS extraction (#41564) @aacevski
27
+ - [Stepper] Convert to support CSS extraction (#41546) @aacevski
28
+ - [Autocomplete] Display options provided to the `options` prop even if loading is true (#41634) @nekoya
29
+ - [Backdrop] Deprecate TransitionComponent (#40677) @harry-whorlow
30
+ - [ButtonGroup] Deprecate composed classes (#41259) @sai6855
31
+ - [StepLabel] Deprecate `componentProps` prop (#41321) @sai6855
32
+ - [Chip] Convert to support CSS extraction (#41592) @DiegoAndai
33
+
34
+ ### `@pigment-css/react@0.0.4`
35
+
36
+ - Fix evaluation of undefined variables (#41569) @siriwatknp
37
+ - Fix react-modal demos location (#41560) @sai6855
38
+ - [react] RTL Support (#41570) @brijeshb42
39
+
40
+ ### `@mui/system@6.0.0-alpha.0`
41
+
42
+ - [core] Standardize index pattern (#41574) @DiegoAndai
43
+ - Fix typo to avoid infinite recursion in function call (#41616) @michael-land
44
+ - Move stylesheet generator to `extendTheme` (#41446) @siriwatknp
45
+
46
+ ### Docs
47
+
48
+ - [joy-ui] Refresh the marketing example on the Color Inversion page (#41497) @cipherlogs
49
+ - [material-ui] Add v5 to v6 migration guide (#41561) @DiegoAndai
50
+ - [system] Add v5 to v6 migration guide (#41575) @DiegoAndai
51
+ - [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41567) @StylesTrip
52
+ - [pigment-css] Update the RTL section on the readme (#41576) @danilo-leal
53
+
54
+ ### Core
55
+
56
+ - [blog] Update the callout (#41645) @cherniavskii
57
+ - [blog] Link to Romain's blog post in MUI X v7 announcement post (#41640) @cherniavskii
58
+ - [blog] Blog post with MUI X v7.0.0 annoucement (#41563) @joserodolfofreitas
59
+ - [blog] Add post about remote (#41565) @danilo-leal
60
+ - [core] Restore the pnpm-lock.yaml (#41643) @mnajdova
61
+ - [core] Fix failing CI steps (#41636) @mnajdova
62
+ - [core] Update browser support versions (#41568) @siriwatknp
63
+ - [core] Add instructions to deploying docs guide (#41582) @DiegoAndai
64
+ - [core] Add comment explaining the frequency of no-response action runs (#41555) @michaldudak
65
+ - [core] Init the next branch (#41552) @mnajdova
66
+ - [core] Lower the frequency of no-response action runs (#41553) @michaldudak
67
+ - [core] Update peerDependencies ranges to include v6 packages (#41662) @michaldudak
68
+ - [core] Run pnpm dedupe (#41658) @michaldudak
69
+ - [core] Fix dedupe check (#41657) @Janpot
70
+ - [pigment-css][demo] Add index page for material-ui (#41577) @brijeshb42
71
+ - [pigment-css][demo] Remove app specific pnpm workspace (#41393) @brijeshb42
72
+ - [docs] Add notification for MUI X v7 blog post (#41587) @cherniavskii
73
+ - [docs] MUI X v7 blog post annoucement followup (#41601) @joserodolfofreitas
74
+ - [docs] Update the installation guides to use the next tag (#41558) @mnajdova
75
+ - [docs][material-ui] Fix typo in CSS theme variables customization (#41632) @ZeeshanTamboli
76
+ - [material-ui][docs] Remove deleted page from the sidenav (#41594) @danilo-leal
77
+ - [website] Update pricing table (#41595) @cherniavskii
78
+ - [website] Add stray design adjustments throughout the site (#41547) @danilo-leal
79
+
80
+ All contributors of this release in alphabetical order: @aacevski, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @harry-whorlow, @Janpot, @joserodolfofreitas, @michael-land, @michaldudak, @mnajdova, @nekoya, @sai6855, @siriwatknp, @StylesTrip, @zanivan, @ZeeshanTamboli
81
+
82
+ ## v5.15.14
83
+
84
+ <!-- generated comparing v5.15.13..master -->
85
+
86
+ _Mar 18, 2024_
87
+
88
+ A big thanks to the 15 contributors who made this release possible.
89
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
90
+
91
+ ### `@mui/material@5.15.14`
92
+
93
+ - [Accordion] Convert to support CSS extraction (#41221) @mnajdova
94
+ - &#8203;<!-- 24 -->[Autocomplete] Convert to support CSS extraction (#40330) @mnajdova
95
+ - &#8203;<!-- 06 -->[Slider] Convert to support CSS extraction (#41201) @mnajdova
96
+ - &#8203;<!-- 07 -->[Select] Fix variant type (#41405) @sai6855
97
+ - &#8203;<!-- 09 -->[typescript] Use interface instead of type for props (#41500) @siriwatknp
98
+
99
+ ### `@pigment-css/react@0.0.3`
100
+
101
+ - &#8203;<!-- 03 -->Add Box component (#41451) @brijeshb42
102
+
103
+ ### `pigment-css/nextjs-plugin@0.0.3`
104
+
105
+ - &#8203;<!-- 04 -->Fix alias resolver (#41494) @brijeshb42
106
+ - &#8203;<!-- 05 -->Follow-up to #41494 (#41502) @brijeshb42
107
+
108
+ ### Docs
109
+
110
+ - &#8203;<!-- 12 -->[joy-ui] Add UI improvements to the side navigation demo (#41461) @cipherlogs
111
+ - &#8203;<!-- 11 -->[pigment-css] Add media query guide (#41473) @siriwatknp
112
+ - &#8203;<!-- 10 -->[pigment-css] Fixing location of the ExtendTheme type in the docs (#41499) @jherr
113
+ - &#8203;<!-- 08 -->[material-ui][Progress] Add Circular progress gradient demo from Github comment (#40559) @DiegoAndai
114
+
115
+ ### Core
116
+
117
+ - &#8203;<!-- 23 -->[blog] Bringing consistency to Material UI customization APIs (#41040) @DiegoAndai
118
+ - &#8203;<!-- 22 -->[code-infra] Rename @mui-internal/docs-utils to @mui/internal-docs-utils (#41498) @michaldudak
119
+ - &#8203;<!-- 21 -->[code-infra] Copy translations.json to @mui/docs build folder (#41472) @Janpot
120
+ - &#8203;<!-- 20 -->[core] Use Circle CI context (#41532) @oliviertassinari
121
+ - &#8203;<!-- 19 -->[core] Fix CHANGELOG format and update date (#41481) @DiegoAndai
122
+ - &#8203;<!-- 18 -->[docs] Fix useStorageState regressions (#41223) @Janpot
123
+ - &#8203;<!-- 17 -->[docs] Fix some Vale errors (#41516) @oliviertassinari
124
+ - &#8203;<!-- 15 -->[material-ui][docs] Fix landing page template's h1 size (#41543) @zanivan
125
+ - &#8203;<!-- 14 -->[material-ui][docs] Apply new code header docs feature (#41508) @danilo-leal
126
+ - &#8203;<!-- 11 -->[material-next] Drop the package (#41544) @mnajdova
127
+ - &#8203;<!-- 16 -->[docs-infra] Fail CI on Vale error (#40944) @oliviertassinari
128
+ - &#8203;<!-- 15 -->[docs-infra] Improve Vale config @oliviertassinari
129
+ - &#8203;<!-- 14 -->[docs-infra] Add a feature list "component" (#41484) @danilo-leal
130
+ - &#8203;<!-- 13 -->[docs-infra] Add code block header classes (#41487) @danilo-leal
131
+ - &#8203;<!-- 21 -->[docs-infra] Make the Algolia search input label invisible (#41542) @danilo-leal
132
+ - &#8203;<!-- 03 -->[website] Improve navbar's items hover state (#41535) @EyaOuenniche
133
+ - &#8203;<!-- 02 -->[website] Split Toolpad documentation (#41316) @bharatkashyap
134
+ - &#8203;<!-- 01 -->[website] Use MUI X Data Grid v7-beta (#41276) @cherniavskii
135
+
136
+ All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @EyaOuenniche, @Janpot, @jherr, @michaldudak, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @zanivan
137
+
3
138
  ## v5.15.13
4
139
 
5
140
  <!-- generated comparing v5.15.12..master -->
6
141
 
7
- _Mar 12, 2024_
142
+ _Mar 13, 2024_
8
143
 
9
- A big thanks to the 15 contributors who made this release possible. Here are some highights ✨
144
+ A big thanks to the 18 contributors who made this release possible. Here are some highights ✨
10
145
 
11
- - The Material UI free Checkout template got a design uplift (#41447) @zanivan
146
+ - The Material UI free Checkout template got a design uplift (#41447) @zanivan
12
147
 
13
148
  ### `@mui/material@5.15.13`
14
149
 
@@ -64,33 +199,33 @@ A big thanks to the 15 contributors who made this release possible. Here are som
64
199
  - [pigment-css] Adjust the bit about CSS vars on the README (#41463) @danilo-leal
65
200
  - Finish brand name fixes #41438 @oliviertassinari
66
201
  - Remove noreferrer @oliviertassinari
67
- - Fix v4 docs <b> appearing in notifications (#41390) @peterwangsc
202
+ - Fix v4 docs `<b>` appearing in notifications (#41390) @peterwangsc
68
203
  - Update GitHub project links (#41370) @danilo-leal
69
204
 
70
205
  ### Core
71
206
 
72
- - [pigment] Make all Pigment CSS packages public (#41404) @brijeshb42
207
+ - [pigment] Make all Pigment CSS packages public (#41404) @brijeshb42
73
208
  - [pigment] Rename directories to match package names (#41453) @brijeshb42
74
209
  - [pigment-css] Example fix leading spaces (#41439) @oliviertassinari
75
210
  - [code-infra] Add short note about e2e-website workflow schedule (#41355) @Janpot
76
211
  - [code-infra] Add alias for icon types (#41248) @Janpot
77
212
  - [code-infra] Reduce concurrency of typescript:ci further (#41392) @Janpot
78
213
  - [code-infra] Reduce concurrency for test_types ci job (#41385) @Janpot
79
- - [code-infra] Adapt API code generator to Base UI repo needs (#41475) @michaldudak
214
+ - [code-infra] Adapt API code generator to Base UI repo needs (#41475) @michaldudak
80
215
  - [docs-infra] Don't generate preview files for the templates (#41379) @mnajdova
81
- - [docs-infra] Fix pigment css apps path in the render mui demos script (#41476) @mnajdova
216
+ - [docs-infra] Fix Pigment CSS apps path in the render mui demos script (#41476) @mnajdova
82
217
  - [docs-infra] move feedback to ESM (#41381) @alexfauquette
83
218
  - [docs-infra] Improve color contrast throughout (#41387) @danilo-leal
84
219
  - [docs-infra] Simplify Algolia crawler config (#41312) @oliviertassinari
85
220
  - [docs-infra] Adjust the tabs and layout selection design (#41084) @danilo-leal
86
- - [blog] Update the Base UI post with links to dedicated repo (#41358) @danilo-leal
221
+ - [blog] Update the Base UI post with links to dedicated repo (#41358) @danilo-leal
87
222
  - [website] Update the Careers page role (#41384) @danilo-leal
88
223
  - [website] Compress about images @oliviertassinari
89
224
  - [website] Improve color contrast on the homepage (#41465) @danilo-leal
90
225
  - [examples] Add pigment-css-vite-ts starter example (#41196) @siriwatknp
91
226
  - [examples] Add pigment-css-nextjs-ts starter project (#41105) @siriwatknp
92
227
 
93
- All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @CGNonofr, @cipherlogs, @danilo-leal, @Janpot, @michaeldfoley, @mnajdova, @oliviertassinari, @peterwangsc, @rakeshmusturi, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
228
+ All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @brijeshb42, @CGNonofr, @cipherlogs, @danilo-leal, @jwithington, @Janpot, @michaeldfoley, @michaldudak, @mnajdova, @oliviertassinari, @peterwangsc, @rakeshmusturi, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
94
229
 
95
230
  ## v5.15.12
96
231
 
@@ -125,7 +260,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
125
260
  - &#8203;<!-- 12 -->[pigment-css] Rename zero-runtime to pigmentcss (#41317) @brijeshb42
126
261
  - &#8203;<!-- 11 -->Fix createSpacing return type (#41318) @matystroia
127
262
  - &#8203;<!-- 06 -->[zero] Add support for styled tagged-template literals (#41268) @brijeshb42
128
- - &#8203;<!-- 05 -->[zero] Set up Material UI migration demos (#41267) @siriwatknp
263
+ - &#8203;<!-- 05 -->[zero] Set up Material UI migration demos (#41267) @siriwatknp
129
264
  - &#8203;<!-- 04 -->[zero] Move extendTheme to already existing @mui/zero-runtime/utils (#41254) @brijeshb42
130
265
  - &#8203;<!-- 03 -->[zero] Remove `object` intersection from CSS Fallback (#41271) @siriwatknp
131
266
  - &#8203;<!-- 02 -->[zero] Minor wording changes in README (#41253) @brijeshb42
@@ -162,7 +297,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
162
297
  - &#8203;<!-- 30 -->[docs-infra] Fix missing non breaking spaces @oliviertassinari
163
298
  - &#8203;<!-- 29 -->[docs-infra] Add design customizations to the disclosure element (#41285) @danilo-leal
164
299
  - &#8203;<!-- 28 -->[docs-infra] Adjust headings dark mode color (#41292) @danilo-leal
165
- - &#8203;<!-- 27 -->[docs-infra] Fix Stack Overflow breaking space @oliviertassinari
300
+ - &#8203;<!-- 27 -->[docs-infra] Fix Stack Overflow breaking space @oliviertassinari
166
301
  - &#8203;<!-- 26 -->[docs-infra] Fix product selector popup not closing on route change (#41166) @divyammadhok
167
302
  - &#8203;<!-- 25 -->[docs-infra] Improve fix blank links ad @oliviertassinari
168
303
  - &#8203;<!-- 24 -->[docs-infra] Support interfaces for X docs (#41069) @alexfauquette
@@ -269,7 +404,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
269
404
  - [docs-infra] Reduce scrollbar width on ROC (#41148) @oliviertassinari
270
405
  - [docs-infra] Add external link arrow (#41129) @siriwatknp
271
406
  - [docs-infra] Fix external link arrow (#41181) @alexfauquette
272
- - [docs-infra] Flag NPM and Github as wrong spellings @oliviertassinari
407
+ - [docs-infra] Flag npm and GitHub as wrong spellings @oliviertassinari
273
408
  - [docs-infra] Fix display when the default props is undefined (#41114) @oliviertassinari
274
409
  - [docs-infra] Remove random layout assignment (#40862) @alexfauquette
275
410
  - [docs-infra] Add spacing and contrast improvements (#41191) @danilo-leal
@@ -317,7 +452,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
317
452
  - Fix 301 redirection to StackBlitz @oliviertassinari
318
453
  - Fix h1 on Joy UI templates @oliviertassinari
319
454
  - Have MUI workspace own the CodeSandbox @oliviertassinari
320
- - Add notification for mui x v7 beta (#41001) @joserodolfofreitas
455
+ - Add notification for MUI X v7 beta (#41001) @joserodolfofreitas
321
456
  - Fix 301 links @oliviertassinari
322
457
  - Fix Next.js v13.5.1 <title> SEO regression (#40302) @oliviertassinari
323
458
  - Add a 404 page (#40884) @danilo-leal
@@ -1594,7 +1729,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1594
1729
  - [docs] Update Autocomplete demo for React 18 (#39162) @oliviertassinari
1595
1730
  - [docs-infra] Tweak feedback footer section design (#36556) @danilo-leal
1596
1731
  - [docs-infra] Improve code syntax highlight (#39181) @oliviertassinari
1597
- - [docs][base] Add Tailwind CSS + plain CSS demo on the TextArea page (#39046) @alisasanib
1732
+ - [docs][base] Add Tailwind CSS + plain CSS demo on the TextArea page (#39046) @alisasanib
1598
1733
  - [docs][base-ui] Fix style for root div of multiline input (#39182) @ttlpta
1599
1734
  - [docs][base-ui] Improve Select's country select demo (#38983) @oliviertassinari
1600
1735
  - [docs][joy-ui] Add scrollable tabs example (#39260) @siriwatknp
@@ -1664,7 +1799,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
1664
1799
  ### Docs
1665
1800
 
1666
1801
  - Improve focus trap demo (#38985) @oliviertassinari
1667
- - Add Tailwind CSS + plain CSS demo on the Tabs page (#39000) @alisasanib
1802
+ - Add Tailwind CSS + plain CSS demo on the Tabs page (#39000) @alisasanib
1668
1803
  - Improve the default theme viewer design (#39049) @danilo-leal
1669
1804
  - Add live demo with CssVarsProvider (#38792) @oliviertassinari
1670
1805
  - Fix wrong hash on Card's page (#39151) @mnajdova
@@ -1730,7 +1865,7 @@ A big thanks to the 16 contributors who made this release possible. This release
1730
1865
 
1731
1866
  ### Docs
1732
1867
 
1733
- - &#8203;<!-- 21 -->[docs][base] Add Tailwind CSS + plain CSS demo on the NumberInput page (#38928) @alisasanib
1868
+ - &#8203;<!-- 21 -->[docs][base] Add Tailwind CSS + plain CSS demo on the NumberInput page (#38928) @alisasanib
1734
1869
  - &#8203;<!-- 13 -->[docs][Dialog] Add non-modal dialog docs & demo (#38684) @mnajdova
1735
1870
  - &#8203;<!-- 12 -->[docs] Fix number input wrong demo @oliviertassinari
1736
1871
  - &#8203;<!-- 11 -->[docs] Exclude joy-ui LinearProgressCountup from visual regression (#38969) @siriwatknp
@@ -1837,7 +1972,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1837
1972
  ### Examples
1838
1973
 
1839
1974
  - &#8203;<!-- 14 -->[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari
1840
- - &#8203;<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
1975
+ - &#8203;<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
1841
1976
 
1842
1977
  ### Core
1843
1978
 
@@ -1906,9 +2041,9 @@ A big thanks to the 25 contributors who made this release possible.
1906
2041
  - &#8203;<!-- 52 -->Update changelog (#38704) @mj12albert
1907
2042
  - &#8203;<!-- 49 -->[docs][Autocomplete] Require referentially stable value (#38734) @michaldudak
1908
2043
  - &#8203;<!-- 48 -->[docs][base-ui] Add type parameter to the button in prepareForSlot demo (#38640) @michaldudak
1909
- - &#8203;<!-- 47 -->[docs][base-ui] Fix the broken image in the Tailwind CSS guide (#38721) @michaldudak
2044
+ - &#8203;<!-- 47 -->[docs][base-ui] Fix the broken image in the Tailwind CSS guide (#38721) @michaldudak
1910
2045
  - &#8203;<!-- 46 -->[docs][base-ui]: Working With Tailwind Guide - revises example code to avoid import errors (#38693) @christophermorin
1911
- - &#8203;<!-- 45 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Menu page (#38618) @alisasanib
2046
+ - &#8203;<!-- 45 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Menu page (#38618) @alisasanib
1912
2047
  - &#8203;<!-- 44 -->[blog] Clearer blog release title @oliviertassinari
1913
2048
  - &#8203;<!-- 43 -->[blog] Add a post for the Tree View migration (#38407) @flaviendelangle
1914
2049
  - &#8203;<!-- 34 -->[docs] Fix broken links to Next.js docs (#38764) @ruflair
@@ -2043,10 +2178,10 @@ A big thanks to the 21 contributors who made this release possible. Here are som
2043
2178
  - [docs][base-ui] Fix Menu Hooks demo (#38479) @homerchen19
2044
2179
  - [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
2045
2180
  - [docs][base-ui] Add Tailwind & plain CSS demos for Autocomplete page (#38157) @mj12albert
2046
- - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
2047
- - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
2048
- - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Slider page (#38413) @alisasanib
2049
- - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Select page (#38367) @alisasanib
2181
+ - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
2182
+ - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
2183
+ - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Slider page (#38413) @alisasanib
2184
+ - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Select page (#38367) @alisasanib
2050
2185
  - [docs][joy-ui] Fix typo: Classname -> Class name for consistency (#38510) @alexfauquette
2051
2186
  - [docs][joy-ui] Revise the theme color page (#38402) @danilo-leal
2052
2187
  - [docs][joy-ui] Sort templates by popularity (#38490) @oliviertassinari
@@ -2071,7 +2206,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
2071
2206
  - [docs] Fix typo in Base UI @oliviertassinari
2072
2207
  - [docs] Update the backers page (#38505) @danilo-leal
2073
2208
  - [docs] Add stray design adjustments to the docs (#38501) @danilo-leal
2074
- - [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
2209
+ - [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
2075
2210
  - [docs] Fix SEO issues reported by ahrefs (#38423) @oliviertassinari
2076
2211
 
2077
2212
  ### Examples
@@ -2158,7 +2293,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2158
2293
  - &#8203;<!-- 14 -->[docs][material-ui] Remove incorrect `aria-label`s in extended variant examples of Floating Action Button (#37170) @ashleykolodziej
2159
2294
  - &#8203;<!-- 13 -->[docs][material-ui] Adjust slightly the installation page content (#38380) @danilo-leal
2160
2295
  - &#8203;<!-- 12 -->[docs][Switch] Fix the readOnly class name in docs (#38277) @michaldudak
2161
- - &#8203;<!-- 11 -->[docs][TablePagination] Add Tailwind CSS & plain CSS introduction demo (#38286) @mnajdova
2296
+ - &#8203;<!-- 11 -->[docs][TablePagination] Add Tailwind CSS & plain CSS introduction demo (#38286) @mnajdova
2162
2297
 
2163
2298
  ### Examples
2164
2299
 
@@ -2244,7 +2379,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
2244
2379
  ### Docs
2245
2380
 
2246
2381
  - &#8203;<!-- 33 -->[docs][AppBar] Fix `ResponsiveAppBar` demo logo href (#38346) @iownthegame
2247
- - &#8203;<!-- 30 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Button page (#38240) @alisasanib
2382
+ - &#8203;<!-- 30 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Button page (#38240) @alisasanib
2248
2383
  - &#8203;<!-- 29 -->[docs][Menu][base] Remove `Unstyled` prefix from demos' function names (#38270) @sai6855
2249
2384
  - &#8203;<!-- 22 -->[docs] Add themeable component guide (#37908) @siriwatknp
2250
2385
  - &#8203;<!-- 21 -->[docs] Fix Joy UI demo background color (#38307) @oliviertassinari
@@ -2339,7 +2474,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2339
2474
  - &#8203;<!-- 39 -->[docs][material] Revise and update Examples doc (#38205) @samuelsycamore
2340
2475
  - &#8203;<!-- 38 -->[docs] Fix typo in notifications.json @mbrookes
2341
2476
  - &#8203;<!-- 37 -->[docs-infra] Remove leftover standardNavIcon (#38252) @DiegoAndai
2342
- - &#8203;<!-- 34 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Popper page (#37953) @zanivan
2477
+ - &#8203;<!-- 34 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Popper page (#37953) @zanivan
2343
2478
  - &#8203;<!-- 31 -->[docs][Button][joy] Improve `loading` prop documentation (#38156) @sai6855
2344
2479
  - &#8203;<!-- 25 -->[docs] Prepare docs infra for Tree View migration to X (#38202) @flaviendelangle
2345
2480
  - &#8203;<!-- 24 -->[docs] Fix SEO issues reported by ahrefs @oliviertassinari
@@ -2394,14 +2529,14 @@ A big thanks to the 23 contributors who made this release possible.
2394
2529
  ### Docs
2395
2530
 
2396
2531
  - &#8203;<!-- 37 -->[docs] Add listbox placement demo for Select (#38130) @sai6855
2397
- - &#8203;<!-- 36 -->[docs][base] Add Tailwind CSS & plain CSS demo on the Tabs page (#37910) @mnajdova
2398
- - &#8203;<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
2532
+ - &#8203;<!-- 36 -->[docs][base] Add Tailwind CSS & plain CSS demo on the Tabs page (#37910) @mnajdova
2533
+ - &#8203;<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
2399
2534
  - &#8203;<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
2400
2535
  - &#8203;<!-- 28 -->[docs] Remove translations section from contributing guide (#38125) @nikohoffren
2401
- - &#8203;<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
2536
+ - &#8203;<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
2402
2537
  - &#8203;<!-- 26 -->[docs] Mention in hompage hero that Core is free (#38075) @mbrookes
2403
2538
  - &#8203;<!-- 25 -->[docs] Fix a typo in notifications.json (#38078) @mbrookes
2404
- - &#8203;<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
2539
+ - &#8203;<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
2405
2540
  - &#8203;<!-- 23 -->[docs] Implement the new API display design (#37405) @alexfauquette
2406
2541
  - &#8203;<!-- 22 -->[docs] Update migration installation code blocks (#38028) @danilo-leal
2407
2542
  - &#8203;<!-- 21 -->[docs][joy] Revise the Joy UI Link page (#37829) @danilo-leal
@@ -2473,7 +2608,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
2473
2608
 
2474
2609
  ### Docs
2475
2610
 
2476
- - &#8203;<!-- 52 -->[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova
2611
+ - &#8203;<!-- 52 -->[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova
2477
2612
  - &#8203;<!-- 51 -->[docs][base] Make Base UI Select demos denser (#37836) @zanivan
2478
2613
  - &#8203;<!-- 38 -->[docs] Link Material UI from the landing page (#37971) @oliviertassinari
2479
2614
  - &#8203;<!-- 37 -->[docs] Fix the empty /components page (#38010) @brijeshb42
@@ -2485,7 +2620,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
2485
2620
  - &#8203;<!-- 31 -->[docs] Link charts in the roadmap (#37944) @oliviertassinari
2486
2621
  - &#8203;<!-- 30 -->[docs] Improve changelog @oliviertassinari
2487
2622
  - &#8203;<!-- 29 -->[docs] Improve the Select docs (#37279) @michaldudak
2488
- - &#8203;<!-- 16 -->[docs][menu] Add Tailwind CSS & plain CSS demo on the Menu page (#37856) @mnajdova
2623
+ - &#8203;<!-- 16 -->[docs][menu] Add Tailwind CSS & plain CSS demo on the Menu page (#37856) @mnajdova
2489
2624
  - &#8203;<!-- 15 -->[example] Update EmotionCacheProvider to work with GlobalStyles (#37962) @siriwatknp
2490
2625
 
2491
2626
  ### Core
@@ -2559,15 +2694,15 @@ A big thanks to the 15 contributors who made this release possible. Here are som
2559
2694
  - [docs] Polish Ukraine banner (#37905) @oliviertassinari
2560
2695
  - [docs] Reduce Ukraine banner size (#34795) @oliviertassinari
2561
2696
  - [docs] Add callouts about controlled vs uncontrolled components in Core docs (#37849) @samuelsycamore
2562
- - [docs] Add missing Portal elements to Tailwind CSS interoperability guide (#37807) @enrique-ramirez
2697
+ - [docs] Add missing Portal elements to Tailwind CSS interoperability guide (#37807) @enrique-ramirez
2563
2698
  - [docs] Small pickers migration improvement (#37815) @alexfauquette
2564
2699
  - [docs] Fix pickers product name (#37825) @LukasTy
2565
2700
  - [docs][Joy][Link] Set `variant` and `color` defaults for the playground (#37817) @Studio384
2566
2701
  - [docs][Joy][Table] Add `undefined` as an option to `stripe` (#37816) @Studio384
2567
- - [docs][base] Add Tailwind CSS & plain CSS demo on the Snackbar page (#37812) @mnajdova
2568
- - [docs][base] Add Tailwind CSS & plain CSS demo on Badge page (#37768) @mnajdova
2702
+ - [docs][base] Add Tailwind CSS & plain CSS demo on the Snackbar page (#37812) @mnajdova
2703
+ - [docs][base] Add Tailwind CSS & plain CSS demo on Badge page (#37768) @mnajdova
2569
2704
  - [docs][base] Fix Nested modal demo positioning (#37506) @gitstart
2570
- - [docs][base] Add Tailwind CSS & plain CSS demo on the Switch page (#37728) @mnajdova
2705
+ - [docs][base] Add Tailwind CSS & plain CSS demo on the Switch page (#37728) @mnajdova
2571
2706
  - [docs-infra] Remove code tags in ToC (#37834) @cherniavskii
2572
2707
  - [docs-infra] Fixes in API pages generation (#37813) @mnajdova
2573
2708
  - [docs-infra] Add test case when using sh (#37818) @oliviertassinari
@@ -2628,10 +2763,10 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
2628
2763
  ### Docs
2629
2764
 
2630
2765
  - [docs][base] Add demo for using the Button as a link (#37317) @AdamSundberg
2631
- - [docs][base] Add Tailwind CSS + plain CSS demo on the Select page (#37725) @mnajdova
2766
+ - [docs][base] Add Tailwind CSS + plain CSS demo on the Select page (#37725) @mnajdova
2632
2767
  - [docs][base] Make Base UI input demos denser (#37750) @zanivan
2633
2768
  - [docs][base] Make Base UI button demos denser (#37689) @zanivan
2634
- - [docs][base] Add Tailwind CSS & plain CSS demos on the Input page (#37685) @mnajdova
2769
+ - [docs][base] Add Tailwind CSS & plain CSS demos on the Input page (#37685) @mnajdova
2635
2770
  - [docs][base] Fix horizontal scrolling on the mobile input page (#37688) @zanivan
2636
2771
  - [docs] Improve Base UI index page (#37761) @oliviertassinari
2637
2772
  - [docs] Fix incorrect package URL in README of example material-vite (#37755) @Dlouxgit
@@ -2640,7 +2775,7 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
2640
2775
  - [docs][material] Rename custom tab panel in Tabs demo to prevent confusion with @mui/lab (#37638) @MUK-Dev
2641
2776
  - [docs][tabs] Document how to use routing with Tabs in Base UI (#37369) @michaldudak
2642
2777
  - [docs] Rename product to productId (#37801) @siriwatknp
2643
- - [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova
2778
+ - [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova
2644
2779
 
2645
2780
  ### Core
2646
2781
 
@@ -2723,7 +2858,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2723
2858
  - &#8203;<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
2724
2859
  - &#8203;<!-- 33 -->[docs] Fix scrollbar on snackbar page (#37657) @oliviertassinari
2725
2860
  - &#8203;<!-- 32 -->[docs] Switch order of snackbar buttons in demos (#37389) @Primajin
2726
- - &#8203;<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
2861
+ - &#8203;<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
2727
2862
  - &#8203;<!-- 30 -->[docs] Tree view color fix for dark mode in Gmail example (#37051) @PunitSoniME
2728
2863
  - &#8203;<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
2729
2864
  - &#8203;<!-- 28 -->[docs] Fix typo in themed components page (#37598) @vinayr
@@ -3811,7 +3946,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3811
3946
  - &#8203;<!-- 27 -->[docs][base] List slots in API documentation (#36104) @hbjORbj
3812
3947
  - &#8203;<!-- 26 -->[docs] Add missing sandbox adapter deps resolving (#36291) @LukasTy
3813
3948
  - &#8203;<!-- 25 -->[docs] Allow to pass navigation bar banner from outside (#36299) @MBilalShafi
3814
- - &#8203;<!-- 24 -->[docs] Fix code on the Working with Tailwind CSS guide (#36090) @mnajdova
3949
+ - &#8203;<!-- 24 -->[docs] Fix code on the Working with Tailwind CSS guide (#36090) @mnajdova
3815
3950
  - &#8203;<!-- 23 -->[docs] Remove See Slots Section text from Material UI slots description (#36284) @hbjORbj
3816
3951
  - &#8203;<!-- 22 -->[docs] Fix emotion warning `:first-child` (#36263) @siriwatknp
3817
3952
  - &#8203;<!-- 21 -->[docs][joy] Improve the descriptions of props in API docs (#36307) @hbjORbj
@@ -4922,7 +5057,7 @@ A big thanks to the 10 contributors who made this release possible. Here are som
4922
5057
  - [base] Make CSS class prefixes consistent (#33411) @michaldudak
4923
5058
 
4924
5059
  **This is a breaking change for anyone who depends on the class names applied to Base components.**
4925
- If you use the `<component>UnstyledClasses` objects, you won't notice a difference. Only if you depend on the resulting class names (e.g. in CSS stylesheets), you'll have to adjust your code.
5060
+ If you use the `<component>UnstyledClasses` objects, you won't notice a difference. Only if you depend on the resulting class names (for example in CSS stylesheets), you'll have to adjust your code.
4926
5061
 
4927
5062
  ```diff
4928
5063
  -.ButtonUnstyled-root { ... };
@@ -5627,7 +5762,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
5627
5762
  - [docs] Fix typo in the ClickAwayListerner name (#33813) @pawelsmigielski
5628
5763
  - [docs] Fix link to `Basics` section in `Trap Focus` docs (#33772) @ZeeshanTamboli
5629
5764
  - [docs] z-index added in popper when used by split button (#33763) @PunitSoniME
5630
- - [docs] Improve the guide for using @mui/base with Tailwind CSS (#33670) @mnajdova
5765
+ - [docs] Improve the guide for using @mui/base with Tailwind CSS (#33670) @mnajdova
5631
5766
  - [docs] Fix warnings related to Next.js' links (#33693) @mnajdova
5632
5767
  - [docs] Add notification to aggregation blogpost (#33745) @joserodolfofreitas
5633
5768
  - [docs] Add Grid version 2 docs (#33554) @siriwatknp
@@ -5897,7 +6032,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
5897
6032
  - [docs] Add "refine" demo to showcase (#33240) @omeraplak
5898
6033
  - [docs] Add Webpack alias for legacy utils package (#33376) @jgbae
5899
6034
  - [docs] Improve external link icons synonyms (#33257) @davidgarciab
5900
- - [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
6035
+ - [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
5901
6036
  - [examples] Add Base UI example (#33154) @siriwatknp
5902
6037
 
5903
6038
  ### Core
@@ -5956,7 +6091,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
5956
6091
  - [docs] Add caveat about class components with Tooltip (#33325) @joshkel
5957
6092
  - [docs] Fix SEO issues (#33288) @oliviertassinari
5958
6093
  - [docs] Fix Slider's "player" demo (#33267) @xlianghang
5959
- - [website] Link MUI Toolpad in mui.com (#33287) @oliviertassinari
6094
+ - [website] Link Toolpad in mui.com (#33287) @oliviertassinari
5960
6095
 
5961
6096
  All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
5962
6097
 
@@ -6071,7 +6206,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
6071
6206
  - &#8203;<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
6072
6207
  - &#8203;<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
6073
6208
  - &#8203;<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
6074
- - &#8203;<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
6209
+ - &#8203;<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
6075
6210
  - &#8203;<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
6076
6211
  - &#8203;<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
6077
6212
  - &#8203;<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
@@ -6349,7 +6484,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
6349
6484
  - &#8203;<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
6350
6485
  - &#8203;<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
6351
6486
  - &#8203;<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
6352
- - &#8203;<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
6487
+ - &#8203;<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
6353
6488
  - &#8203;<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
6354
6489
  - &#8203;<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
6355
6490
  - &#8203;<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
@@ -6920,7 +7055,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
6920
7055
  - &#8203;<!-- 21 -->[docs] Fix in-house ad for the design kits (#31965) @oliviertassinari
6921
7056
  - &#8203;<!-- 20 -->[docs] Fix the documentation for filterOptions in Autocomplete API page (#31416) @santhoshbala0178
6922
7057
  - &#8203;<!-- 19 -->[docs] Update href for 'TypeScript guide on theme customization' (#31880) @NickFoden
6923
- - &#8203;<!-- 18 -->[docs] Fix the CSS modules example in the Interoperability page (#31935) @WilsonNet
7058
+ - &#8203;<!-- 18 -->[docs] Fix the CSS Modules example in the Interoperability page (#31935) @WilsonNet
6924
7059
  - &#8203;<!-- 17 -->[docs] Fix small typo in the `styled()` utility page (#31967) @jason1985
6925
7060
  - &#8203;<!-- 16 -->[docs] Update mui-x on material-ui navigation (#31810) @siriwatknp
6926
7061
  - &#8203;<!-- 15 -->[docs] Copy ClickAwayListener docs to Base (#31878) @michaldudak
@@ -7289,7 +7424,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
7289
7424
  - [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
7290
7425
  - [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
7291
7426
  - [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
7292
- - [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
7427
+ - [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
7293
7428
  - [website] Add banner for promoting priority open roles (#31076) @danilo-leal
7294
7429
  - [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
7295
7430
  - [website] Minor security improvements (#31062) @oliviertassinari
@@ -7472,7 +7607,7 @@ _Jan 24, 2022_
7472
7607
 
7473
7608
  A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
7474
7609
 
7475
- - 🛠 @mnajdova added interoperability guide for using Tailwind CSS (#30700)
7610
+ - 🛠 @mnajdova added interoperability guide for using Tailwind CSS (#30700)
7476
7611
  - A meaningful number of 🐛 bug fixes and 📚 documentation improvements.
7477
7612
 
7478
7613
  ### `@mui/icons-material@5.3.1`
@@ -7498,7 +7633,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
7498
7633
  - &#8203;<!-- 21 -->[docs] Fix SEO crawl errors (#30733) @oliviertassinari
7499
7634
  - &#8203;<!-- 20 -->[docs] Update migration-v4.md (#30721) @ddecrulle
7500
7635
  - &#8203;<!-- 19 -->[docs] Fix migration issues detected by `ahrefs` (#30751) @siriwatknp
7501
- - &#8203;<!-- 18 -->[docs] Add interoprability guide for using Tailwind CSS (#30700) @mnajdova
7636
+ - &#8203;<!-- 18 -->[docs] Add interoprability guide for using Tailwind CSS (#30700) @mnajdova
7502
7637
  - &#8203;<!-- 17 -->[docs] Fix typo in containedSizeMedium class (#30723) @aaneitchik
7503
7638
  - &#8203;<!-- 16 -->[docs] Hotfix the wrong URL in X marketing page (#30729) @siriwatknp
7504
7639
  - &#8203;<!-- 15 -->[docs] Post migration preparation fix (#30716) @siriwatknp
@@ -7712,7 +7847,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
7712
7847
  - &#8203;<!-- 08 -->[docs] Fix incorrect number of breakpoint helpers (#30353) @chwallen
7713
7848
  - &#8203;<!-- 07 -->[docs] Update outdated links (#30260) @oliviertassinari
7714
7849
  - &#8203;<!-- 06 -->[docs] Support redirects from old urls to /material/\* (#30286) @siriwatknp
7715
- - &#8203;<!-- 05 -->[examples] Fix CSS modules integration (#30381) @oliviertassinari
7850
+ - &#8203;<!-- 05 -->[examples] Fix CSS Modules integration (#30381) @oliviertassinari
7716
7851
  - &#8203;<!-- 02 -->[website] Fix SEO issues (#30372) @oliviertassinari
7717
7852
  - &#8203;<!-- 01 -->[website] Sync sponsors (#30259) @oliviertassinari
7718
7853
 
@@ -10082,7 +10217,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
10082
10217
  - [ButtonBase] Fix role="button" attribute (#26271) @Gautam-Arora24
10083
10218
  - [Dialog] Fix support for custom breakpoints (#26331) @jeferson-sb
10084
10219
  - [Select] Open popup below button (#26200) @oliviertassinari
10085
- - [TextField] Add variants support, e.g. custom sizes (#26468) @siriwatknp
10220
+ - [TextField] Add variants support, for example custom sizes (#26468) @siriwatknp
10086
10221
  - [Tooltip] Improve handling of small vs. touch screens (#26097) @oliviertassinari
10087
10222
 
10088
10223
  ### `@material-ui/codemod@5.0.0-alpha.35`
@@ -11607,7 +11742,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
11607
11742
 
11608
11743
  - &#8203;<!-- 78 -->[system] Use spacing unit in `gap`, `rowGap`, and `columnGap` (#24794) @ruppysuppy
11609
11744
 
11610
- If you were using a number previously, you need to provide the value in `px` to bypass the new transformation with `theme.spacing`. The change was done for consistency with the Grid spacing prop and the other system spacing properties, e.g. `<Box padding={2}>`.
11745
+ If you were using a number previously, you need to provide the value in `px` to bypass the new transformation with `theme.spacing`. The change was done for consistency with the Grid spacing prop and the other system spacing properties, for example `<Box padding={2}>`.
11611
11746
 
11612
11747
  ```diff
11613
11748
  <Box
@@ -11991,7 +12126,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
11991
12126
  - 👩‍🎤 Migrate the Avatar to emotion (#24114) @oliviertassinari
11992
12127
  - 👩‍🎤 Migrate the Button to emotion (#24107, #24100) @mnajdova
11993
12128
  - ♿️ Improve TrapFocus behavior, ignore the container as a tabbable element (#23364) @gregnb
11994
- In rare cases, an element might not longer be tabbable when looping, e.g. overflow container in Firefox.
12129
+ In rare cases, an element might not longer be tabbable when looping, for example overflow container in Firefox.
11995
12130
  You can work around the problem by adding a `tabIndex={0}` or customizing the `getTabbable` prop.
11996
12131
  - And many more 🐛 bug fixes and 📚 improvements.
11997
12132
 
@@ -12531,7 +12666,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
12531
12666
 
12532
12667
  While the source code is currently hosted in the [main repository](https://github.com/mui/material-ui), we might move it to the [x repository](https://github.com/mui/mui-x) in the future, depending on what is easier for the commercial date range picker. The date picker will stay open source no matter what.
12533
12668
 
12534
- - 📚 Revamp the documentation for [MUI System](https://mui.com/system/getting-started/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, e.g. padding, but when pushed to its limits, it can be used to implement quickly a complete page.
12669
+ - 📚 Revamp the documentation for [MUI System](https://mui.com/system/getting-started/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, for example padding, but when pushed to its limits, it can be used to implement quickly a complete page.
12535
12670
  - 👩‍🎨 Upgrade emotion to v11 (#23007) @mnajdova.
12536
12671
  - And many more 🐛 bug fixes and 📚 improvements.
12537
12672
 
@@ -12643,7 +12778,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
12643
12778
 
12644
12779
  Another reason for introducing this package is to prepare the groundwork for a [second theme](https://github.com/mui/material-ui/issues/22485) (not Material Design based).
12645
12780
 
12646
- A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material UI also contains "headless" components that exposes a hook API, e.g. [useAutocomplete](https://mui.com/components/autocomplete/#useautocomplete) or [usePagination](https://mui.com/components/pagination/#usepagination).
12781
+ A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material UI also contains "headless" components that exposes a hook API, for example [useAutocomplete](https://mui.com/components/autocomplete/#useautocomplete) or [usePagination](https://mui.com/components/pagination/#usepagination).
12647
12782
 
12648
12783
  This change is part of our strategy to iterate on the v5 architecture with the `Slider` first. In the next alpha release, we plan to replace the v4 slider with the v5 slider. Once the new approach is stress-tested and validated, we will roll it out to all the components.
12649
12784
 
@@ -12670,7 +12805,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
12670
12805
  - [Avatar] Fix usage of srcset property (#23286) @matheuspiment
12671
12806
  - [ClickAwayListener] Fix mounting behavior in Portals in React 17 (#23315) @eps1lon
12672
12807
  - [core] Allow React 17 (#23311) @eps1lon
12673
- - [Icon] Fix translation, e.g. Google Translate (#23237) @cbeltrangomez84
12808
+ - [Icon] Fix translation, for example Google Translate (#23237) @cbeltrangomez84
12674
12809
  - [LinearProgress] Fix Safari's bug during composition of different paint (#23293) @montogeek
12675
12810
  - [Radio] Fix dot misalignment in Safari (#23239) @anasufana
12676
12811
  - [styled-engine] Fix tagged template syntax with multiple expressions (#23269) @eps1lon
@@ -14352,7 +14487,7 @@ A big thanks to the 11 contributors who made this release possible.
14352
14487
  - [core] Drop support for non-ref-forwarding class components (#21811) @eps1lon
14353
14488
  Support for non-ref-forwarding class components in the `component` prop or as an immediate `children` has been dropped. If you were using `unstable_createStrictModeTheme` or didn't see any warnings related to `findDOMNode` in `React.StrictMode` then you don't need to do anything.
14354
14489
  Otherwise check out the ["Caveat with refs" section in our composition guide](/guides/composition/#caveat-with-refs) to find out how to migrate.
14355
- This change affects almost all components where you're using the `component` prop or passing `children` to components that require `children` to be elements (e.g. `<MenuList><CustomMenuItem /></MenuList>`)
14490
+ This change affects almost all components where you're using the `component` prop or passing `children` to components that require `children` to be elements (for example `<MenuList><CustomMenuItem /></MenuList>`)
14356
14491
  - [Stepper] Use context API (#21613) @baterson
14357
14492
  Rely on the context over the `React.cloneElement()` API.
14358
14493
  This change makes composition easier.
package/README.md CHANGED
@@ -9,17 +9,19 @@ Install the package in your project directory with:
9
9
  <!-- #default-branch-switch -->
10
10
 
11
11
  ```bash
12
- npm install @mui/icons-material
12
+ npm install @mui/icons-material@next
13
13
  ```
14
14
 
15
15
  <!-- #default-branch-switch -->
16
16
 
17
- These components use the Material UI's [SvgIcon](https://mui.com/material-ui/api/svg-icon) component to render the SVG path for each icon.
17
+ These components use the Material UI's [SvgIcon](https://next.mui.com/material-ui/api/svg-icon) component to render the SVG path for each icon.
18
18
 
19
19
  If you are not already using Material UI in your project, you can add it with:
20
20
 
21
+ <!-- #default-branch-switch -->
22
+
21
23
  ```bash
22
- npm install @mui/material
24
+ npm install @mui/material@next
23
25
  ```
24
26
 
25
27
  ## Documentation
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v5.15.13
2
+ * @mui/icons-material v6.0.0-alpha.0
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/icons-material",
3
- "version": "5.15.13",
3
+ "version": "6.0.0-alpha.0",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Material Design icons distributed as SVG React components.",
@@ -31,9 +31,9 @@
31
31
  "@babel/runtime": "^7.23.9"
32
32
  },
33
33
  "peerDependencies": {
34
- "@mui/material": "^5.0.0",
35
34
  "@types/react": "^17.0.0 || ^18.0.0",
36
- "react": "^17.0.0 || ^18.0.0"
35
+ "react": "^17.0.0 || ^18.0.0",
36
+ "@mui/material": "^6.0.0-alpha.0"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "@types/react": {