@mui/icons-material 5.15.9 → 5.15.11

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 (3) hide show
  1. package/CHANGELOG.md +187 -23
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,169 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v5.15.11
4
+
5
+ <!-- generated comparing v5.15.10..master -->
6
+
7
+ _Feb 21, 2024_
8
+
9
+ A big thanks to the 26 contributors who made this release possible.
10
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
11
+
12
+ ### `@mui/material@5.15.11`
13
+
14
+ - [Alert] Deprecate components and componentsProps props (#40681) @DiegoAndai
15
+ - [Autocomplete] Caret transformation issue with font size change (#41066) @dpertsin
16
+ - [StepLabel] Add type for StepIconComponent (#41082) @harrydigos
17
+ - [TablePagination] Fix type error in Select props (#39137) @PaulKristoffersson
18
+ - [Transitions] External ownerState is incorrectly forwarded to inner components (#41187) @gitstart
19
+ - Use direct import (#40851) @siriwatknp
20
+
21
+ ### `@mui/material-nextjs@5.15.11`
22
+
23
+ - Fix missing babel/runtime dependency in material-ui-nextjs (#41077) @siriwatknp
24
+
25
+ ### `@mui/system@5.15.11`
26
+
27
+ - Use direct import (#40851) @siriwatknp
28
+ - Move useMediaQuery to system (#39463) @justintoman
29
+ - Consolidate the variants props callback arguments (#41222) @mnajdova
30
+ - Merge props and ownerState in the variants props callback (#41219) @mnajdova
31
+
32
+ ### `@mui/codemod@5.15.11`
33
+
34
+ - [AccordionSummary] Add contentGutters deprecation codemods (#41006) @DiegoAndai
35
+ - [PaginationItem] Add codemod for deprecated classes (#41145) @sai6855
36
+
37
+ ### `@mui/utils@5.15.11`
38
+
39
+ - Port `useLocalStorageState` hook from Toolpad (#41096) @Janpot
40
+
41
+ ### `@mui/base@5.0.0-beta.37`
42
+
43
+ - [Switch] Add missing role attribute (#40907) @KirankumarAmbati
44
+ - [TextareaAutosize] Improve implementation (#40789) @ZeeshanTamboli
45
+
46
+ ### `@mui/lab@5.0.0-alpha.164`
47
+
48
+ - [Masonry] Ability to sort elements from left to right (#39904) @Rishi556
49
+
50
+ ### Docs
51
+
52
+ - [base-ui] Fix focus state demo in Base UI autocomplete (#41104) @oliviertassinari
53
+ - [base-ui] Update the Accessibility page demos design (#40995) @danilo-leal
54
+ - [joy-ui] Fix LinearProgressWithLabel example (#41194) @khgiddon
55
+ - [joy-ui] Fix 404 image on the docs @oliviertassinari
56
+ - [material-ui] Add a "start now" section on the Overview page (#41137) @danilo-leal
57
+ - [material-ui] Inform about deprecated TablePagination SelectProps usage (#41186) @gitstart
58
+ - [material-ui] Update the Testing page's Argos link (#41170) @gregberge
59
+ - [material-ui] Remove Masonry component and Material Design icon from the landing page template (#41080) @zanivan
60
+ - [material-ui] Standardize all references to Material Design 3 (M3) (#40903) @samuelsycamore
61
+ - [material-ui] Add stray fixes around a few pages (#41038) @danilo-leal
62
+ - [material-ui][joy-ui][system] Restore and revise the Box docs (#40622) @samuelsycamore
63
+ - [material-ui] Add simpler demo for default behavior (#40980) @zanivan
64
+ - [system] Explain why AppRouterCacheProvider (#40909) @oliviertassinari
65
+ - Link to react-transition group with https @oliviertassinari
66
+ - Update broken URL hashes (#41185) @LukasTy
67
+ - Prefer https links @oliviertassinari
68
+ - Fix MUI Treasury link @oliviertassinari
69
+ - Migrate the last > quotes to ::: callouts @oliviertassinari
70
+
71
+ ### Core
72
+
73
+ - [blog] Add new product tags and stray adjustments (#41193) @danilo-leal
74
+ - [blog] Simplify `/base-ui-2024-plans/` page (#41171) @oliviertassinari
75
+ - [blog] Add link to Base UI API changes RFC (#41089) @michaldudak
76
+ - [blog] Remove the "News" tag (#41208) @danilo-leal
77
+ - [changelog] Remove @mui/system@5.15.10 (#41093) @michaldudak
78
+ - [code-infra] Move typescript-to-proptypes to internal-scripts package (#41079) @michaldudak
79
+ - [code-infra] Move Link to @mui/docs (#40889) @Janpot
80
+ - [code-infra] Use `experimental.cpus` to control amount of export workers in Next.js (#41132) @Janpot
81
+ - [code-infra] Load commonjs files in next.config.mjs with require (#41108) @Janpot
82
+ - [code-infra] Prepare babel macros package for publishing to npm (#41178) @michaldudak
83
+ - [code-infra] Build internal packages before publishing (#41210) @michaldudak
84
+ - [core] Improve the release instructions (#40973) @mnajdova
85
+ - [core] Simplify Next.js Demo Zero Runtime guide @oliviertassinari
86
+ - [core] Fix TypeScript spelling in changelog @oliviertassinari
87
+ - [core] Fix small detail in the autocomplete demo @oliviertassinari
88
+ - [core] Increase node memory limit on Netlify build (#41111) @michaldudak
89
+ - [core][Tooltip] Remove incorrect code comment (#41179) @ZeeshanTamboli
90
+ - [core] Fix missing context display names (#41168) @oliviertassinari
91
+ - [core][base-ui] Remove `@mui/base` dev dependency from Base UI workspace (#41216) @ZeeshanTamboli
92
+ - [zero][demo] Fix sample next app build (#41197) @brijeshb42
93
+ - [docs-infra] Simplify copy logic (#41167) @oliviertassinari
94
+ - [docs-infra] New way of providing API layout config (#41106) @alexfauquette
95
+ - [docs-infra] Reduce scrollbar width on ROC (#41148) @oliviertassinari
96
+ - [docs-infra] Add external link arrow (#41129) @siriwatknp
97
+ - [docs-infra] Fix external link arrow (#41181) @alexfauquette
98
+ - [docs-infra] Flag NPM and Github as wrong spellings @oliviertassinari
99
+ - [docs-infra] Fix display when the default props is undefined (#41114) @oliviertassinari
100
+ - [docs-infra] Remove random layout assignment (#40862) @alexfauquette
101
+ - [docs-infra] Add spacing and contrast improvements (#41191) @danilo-leal
102
+ - [docs-infra] Share vale-config (#41176) @alexfauquette
103
+ - [test] Generalize test utils (#41175) @michaldudak
104
+ - [typescript-to-proptypes] Support using `Omit` on types with conditional properties (#41033) @flaviendelangle
105
+ - [website] Match chart component names @oliviertassinari
106
+ - [website] Add Marblism diamond sponsor (#41097) @rluzists1
107
+ - [website] Add overall improvements to the Material UI page (#41075) @danilo-leal
108
+ - [website] Fix responsive breakpoints @oliviertassinari
109
+ - [website] Fix overloading of footer JS files @oliviertassinari
110
+ - [website] Improve the footer's chip contrast (#41209) @danilo-leal
111
+ - [zero] Update to latest version of wyw-in-js (#41182) @brijeshb42
112
+ - [zero] Setup basic testing framework (#40986) @brijeshb42
113
+ - [zero] Fix wrong CSS order by moving import to last (#41002) @siriwatknp
114
+ - [zero] Export `extendTheme` for creating a zero-runtime theme (#40897) @siriwatknp
115
+ - [zero] Move extendTheme to its own subpath (#41204) @brijeshb42
116
+
117
+ All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @danilo-leal, @DiegoAndai, @dpertsin, @flaviendelangle, @gitstart, @gregberge, @harrydigos, @Janpot, @justintoman, @khgiddon, @KirankumarAmbati, @LukasTy, @michaldudak, @mnajdova, @nikosgavalas, @oliviertassinari, @PaulKristoffersson, @Rishi556, @rluzists1, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
118
+
119
+ ## v5.15.10
120
+
121
+ <!-- generated comparing v5.15.9..master -->
122
+
123
+ _Feb 12, 2024_
124
+
125
+ A big thanks to the 8 contributors who made this release possible.
126
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
127
+
128
+ ### `@mui/material@5.15.10`
129
+
130
+ - [Avatar] Add props deprecation with a codemod (#40853) @siriwatknp
131
+
132
+ ### `@mui/joy@5.0.0-beta.28`
133
+
134
+ - [Button] Fix `disabled` prop priority when inside button group (#41000) @Smileek
135
+ - [IconButton] Support loading prop (#40949) @Smileek
136
+
137
+ ### Docs
138
+
139
+ - [Button][material-ui] Fix 'File upload' demo a11y (#40943) @oliviertassinari
140
+ - [TableRow][material-ui] Escape markup in `children` prop so docgen tools don't parse it as HTML (#40992) @millerized
141
+ - [material-ui] Remove outdated example projects link (it uses Joy UI now) (#40913) @oliviertassinari
142
+ - [material-ui] Fix the "Intro to the MUI ecosystem" link placement (#40988) @danilo-leal
143
+ - Fix 301 redirection to StackBlitz @oliviertassinari
144
+ - Fix h1 on Joy UI templates @oliviertassinari
145
+ - Have MUI workspace own the CodeSandbox @oliviertassinari
146
+ - Add notification for mui x v7 beta (#41001) @joserodolfofreitas
147
+ - Fix 301 links @oliviertassinari
148
+ - Fix Next.js v13.5.1 <title> SEO regression (#40302) @oliviertassinari
149
+ - Add a 404 page (#40884) @danilo-leal
150
+ - Fix missing GitHub label when opening new issue @oliviertassinari
151
+ - [Stack] Update import statement for Stack component (#41032) @sai6855
152
+
153
+ ### Core
154
+
155
+ - [blog] Add post about upcoming plans for Base UI (#40882) @danilo-leal
156
+ - [core] Simplify CodeSandbox reproduction @oliviertassinari
157
+ - [core] Missing redirection @oliviertassinari
158
+ - [core] Export functions from `copyFiles` script to reuse in MUI X repo (#40970) @cherniavskii
159
+ - [core] Avoid variable shorthands @oliviertassinari
160
+ - [docs-infra] Fix search icon issue (#40957) @oliviertassinari
161
+ - [docs-infra] Ignore classes tagged with `@ignore` (#41009) @cherniavskii
162
+ - [docs-infra] Fix selected tab on codeblocks (#41036) @danilo-leal
163
+ - [website] Polish Customer Support Agent role @oliviertassinari
164
+
165
+ All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @joserodolfofreitas, @millerized, @oliviertassinari, @sai6855, @siriwatknp, @Smileek
166
+
3
167
  ## v5.15.9<!-- generated comparing v5.15.8..master -->
4
168
 
5
169
  _Feb 8, 2024_
@@ -71,7 +235,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
71
235
  ### Docs
72
236
 
73
237
  - &#8203;<!-- 34 -->[base-ui] Update usage.md (#40916) @adebiyial
74
- - &#8203;<!-- 33 -->[base-ui] Improve Base UI traffic from Material UI (#40875) @oliviertassinari
238
+ - &#8203;<!-- 33 -->[base-ui] Improve Base UI traffic from Material UI (#40875) @oliviertassinari
75
239
  - &#8203;<!-- 32 -->[base-ui] Change Radio component terminology from Button to Group (#40888) @danilo-leal
76
240
  - &#8203;<!-- 42 -->[base-ui] Remove redundant "Styled" prefix (#40478) @oliviertassinari
77
241
  - &#8203;<!-- 48 -->[base-ui] Update listbox slot style in demo (#40952) @sai6855
@@ -108,7 +272,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
108
272
  - &#8203;<!-- 07 -->[website] Fix broken link @oliviertassinari
109
273
  - &#8203;<!-- 06 -->[website] Fix heading structure (#40912) @oliviertassinari
110
274
  - &#8203;<!-- 05 -->[website] Add Customer Support Agent role to careers page (#40890) @rluzists1
111
- - &#8203;<!-- 04 -->[website] Refine the Material UI homepage demo (#40881) @danilo-leal
275
+ - &#8203;<!-- 04 -->[website] Refine the Material UI homepage demo (#40881) @danilo-leal
112
276
  - &#8203;<!-- 03 -->[website] Use em-dash when relevant over hyphen @oliviertassinari
113
277
  - &#8203;<!-- 03 -->[zero] Fix build for demo next.js app (#40854) @brijeshb42
114
278
 
@@ -169,7 +333,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
169
333
  - &#8203;<!-- 30 -->Fix build @oliviertassinari
170
334
  - &#8203;<!-- 29 -->Add support pages for each product @oliviertassinari
171
335
  - &#8203;<!-- 28 -->Add survey banner to docs and website (#40553) @joserodolfofreitas
172
- - &#8203;<!-- 24 -->[Menu] Fix hydration mismatch error on Base UI's Menu docs (#40758) @michaldudak
336
+ - &#8203;<!-- 24 -->[Menu] Fix hydration mismatch error on Base UI's Menu docs (#40758) @michaldudak
173
337
  - &#8203;<!-- 25 -->[material-nextjs] Add theming and configuration content to the page (#40626) @siriwatknp
174
338
 
175
339
  ### Core
@@ -194,7 +358,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
194
358
  - &#8203;<!-- 23 -->[examples] Fix build on Next.js Pages Router examples (#40665) @oliviertassinari
195
359
  - &#8203;<!-- 18 -->[test] Speed up the envinfo test (#40669) @michaldudak
196
360
  - &#8203;<!-- 17 -->[typescript-to-proptypes] Allow to represent dates as `PropTypes.object` (#40774) @flaviendelangle
197
- - &#8203;<!-- 14 -->[website] Add new Base UI role (#40773) @colmtuite
361
+ - &#8203;<!-- 14 -->[website] Add new Base UI role (#40773) @colmtuite
198
362
  - &#8203;<!-- 13 -->[website] Fix a couple of rough edges (#40849) @danilo-leal
199
363
  - &#8203;<!-- 12 -->[website] Small polishing after latest changes to the theme (#40846) @zanivan
200
364
  - &#8203;<!-- 11 -->[website] Polish some pages and stray components (#40797) @danilo-leal
@@ -1276,7 +1440,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1276
1440
  - [core] Update eslint rules (#39178) @romgrk
1277
1441
  - [core] Fix Greg GitHub slug @oliviertassinari
1278
1442
  - [core] Priority Support casing normalization @oliviertassinari
1279
- - [website] Add Heat map in pricing page (#39269) @oliviertassinari
1443
+ - [website] Add Heatmap in pricing page (#39269) @oliviertassinari
1280
1444
  - [website] Update `React Engineer - xCharts` Ashby link (#39172) @DanailH
1281
1445
  - [website] Add Charts to the pricing table (#38680) @alexfauquette
1282
1446
  - [website] Polish career experience @oliviertassinari
@@ -2644,7 +2808,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2644
2808
  - [docs] Fix link to Joy UI GitHub issues @oliviertassinari
2645
2809
  - [docs] Show default value for `filterOptions` prop in Autocomplete's API docs (#37230) @ZeeshanTamboli
2646
2810
  - [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
2647
- - [docs] Update theme customization typescript (#35551) @siriwatknp
2811
+ - [docs] Update theme customization TypeScript (#35551) @siriwatknp
2648
2812
  - [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
2649
2813
  - [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
2650
2814
  - [docs] Improve Base UI overview page (#37227) @mnajdova
@@ -2683,14 +2847,14 @@ A big thanks to the 18 contributors who made this release possible. Here are som
2683
2847
 
2684
2848
  - [Input][joy] Improve alignment on date fields (#37146) @wewakekumar
2685
2849
  - [Alery][joy] Turn JS test to TS test (#37077) @hbjORbj
2686
- - [AspectRatio][joy] js test replaced with ts test (#37087) @PunitSoniME
2687
- - [Badge][AvatarGroup][joy] js test replaced with ts test (#37089) @PunitSoniME
2850
+ - [AspectRatio][joy] js test replaced with TypeScript test (#37087) @PunitSoniME
2851
+ - [Badge][AvatarGroup][joy] js test replaced with TypeScript test (#37089) @PunitSoniME
2688
2852
  - [Box][Card][MenuList][joy] Turn JS test to TS test (#37126) @uuxxx
2689
2853
  - [List][Menu][joy] Turn JS test to TS test (#37123) @uuxxx
2690
2854
  - [test][Joy] Remove duplicate Avatar test (#37201) @zignis
2691
- - [test][joy] js test cases converted to ts (#37117) @PunitSoniME
2692
- - [Button][joy] Convert Button test to typescript (#37181) @akash191095
2693
- - [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to ts (#37116) @PunitSoniME
2855
+ - [test][joy] js test cases converted to TypeScript (#37117) @PunitSoniME
2856
+ - [Button][joy] Convert Button test to TypeScript (#37181) @akash191095
2857
+ - [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to TypeScript (#37116) @PunitSoniME
2694
2858
  - [Radio][IconButton][Checkbox][Option][joy] Switch to TypeScript unit test (#37137) @DerTimonius
2695
2859
 
2696
2860
  ### `@mui/base@5.0.0-beta.0`
@@ -3388,7 +3552,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
3388
3552
  - &#8203;<!-- 15 -->[docs][joy] Build TS versions for Checkbox component demos (#36381) @sai6855
3389
3553
  - &#8203;<!-- 14 -->[docs][joy] Build TS versions for Select component demos (#36380) @sai6855
3390
3554
  - &#8203;<!-- 13 -->[docs][joy] Build TS versions for Typography component demos (#36378) @varunmulay22
3391
- - &#8203;<!-- 12 -->[docs][joy] Add typescript demos for `Divider` (#36374) @sai6855
3555
+ - &#8203;<!-- 12 -->[docs][joy] Add TypeScript demos for `Divider` (#36374) @sai6855
3392
3556
  - &#8203;<!-- 11 -->[docs][joy] Build TS versions for Textarea component demos (#36371) @varunmulay22
3393
3557
  - &#8203;<!-- 10 -->[docs][joy] Build TS versions for Link component demos (#36366) @hbjORbj
3394
3558
 
@@ -4108,7 +4272,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
4108
4272
 
4109
4273
  - [Alert] Update icon color in all variants (#35414) @danilo-leal
4110
4274
  - [Select] Fix `MenuProps.PopoverClasses` being overriden (#35394) @vitorfrs-dev
4111
- - [SwipeableDrawer] Fixed typescript warning "prop open undefined" (#34710) @kraftware
4275
+ - [SwipeableDrawer] Fix TypeScript warning "prop open undefined" (#34710) @kraftware
4112
4276
 
4113
4277
  ### `@mui/icons-material@5.11.0`
4114
4278
 
@@ -5609,7 +5773,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
5609
5773
  ### `@mui/base@5.0.0-alpha.88`
5610
5774
 
5611
5775
  - [base] Remove a type incompatible with TypeScript 3.5 (#33361) @michaldudak
5612
- - [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
5776
+ - [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix TypeScript compiler error (#33314) @aaronlademann-wf
5613
5777
  - [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
5614
5778
 
5615
5779
  ### Docs
@@ -6779,7 +6943,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
6779
6943
  - &#8203;<!-- 18 -->[docs] Fix maxWidth of scrollable Tabs demos (#31285) @danilo-leal
6780
6944
  - &#8203;<!-- 17 -->[docs] Fix icon linking implementation concurrent safe (#30428) @Janpot
6781
6945
  - &#8203;<!-- 16 -->[docs] Follow up new doc space issues (#31251) @siriwatknp
6782
- - &#8203;<!-- 29 -->[examples] Add `@types/node` to nextjs typescript starter (#30918) @Daggy1234
6946
+ - &#8203;<!-- 29 -->[examples] Add `@types/node` to Next.js TypeScript starter (#30918) @Daggy1234
6783
6947
  - &#8203;<!-- 14 -->[examples] Fix import ThemeProvider from correct package in remix-wit… (#30981) @nnecec
6784
6948
  - &#8203;<!-- 25 -->[blog] Simplify the labels (#30921) @oliviertassinari
6785
6949
  - &#8203;<!-- 08 -->[l10n] Add Croatian (hr-HR) and Serbian (sr-RS) translation (#30906) @m14d3n
@@ -7546,7 +7710,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
7546
7710
  ### `@mui/system@5.2.3`
7547
7711
 
7548
7712
  - &#8203;<!-- 06 -->[system] Fix return type of `createBox` (#29989) @mnajdova
7549
- - &#8203;<!-- 05 -->[system] Support boolean values in typescript for the `sx` prop when used as array (#29911) @tasugi
7713
+ - &#8203;<!-- 05 -->[system] Support boolean values in TypeScript for the `sx` prop when used as array (#29911) @tasugi
7550
7714
 
7551
7715
  ### `@mui/utils@5.2.3`
7552
7716
 
@@ -9414,7 +9578,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
9414
9578
  - &#8203;<!-- 02 -->[docs] Fix small PT typo fix: inciar -> iniciar (#26775) @brunocavalcante
9415
9579
  - &#8203;<!-- 03 -->[I10n] Add Chinese (Hong Kong) (zh-HK) locale (#26637) @kshuiroy
9416
9580
  - &#8203;<!-- 44 -->[l10n] Add sinhalese (siLK) locale (#26875) @pavinduLakshan
9417
- - &#8203;<!-- 39 -->[examples] Rename nextjs typescript theme from tsx to ts (#26862) @Izhaki
9581
+ - &#8203;<!-- 39 -->[examples] Rename Next.js TypeScript theme from tsx to ts (#26862) @Izhaki
9418
9582
 
9419
9583
  ### Core
9420
9584
 
@@ -10762,7 +10926,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
10762
10926
  ### Docs
10763
10927
 
10764
10928
  - &#8203;<!-- 46 -->[docs] Provide an alternative to right-to-left (#25584) @dariusk
10765
- - &#8203;<!-- 45 -->[docs] Add note for typescript on the styled() customization guide (#25576) @mnajdova
10929
+ - &#8203;<!-- 45 -->[docs] Add note for TypeScript on the styled() customization guide (#25576) @mnajdova
10766
10930
  - &#8203;<!-- 44 -->[docs] Replace incorrect instances of defined with define (#25572) @surajpoddar16
10767
10931
  - &#8203;<!-- 42 -->[docs] Fix spelling error in roadmap.md file (#25570) @Brlaney
10768
10932
  - &#8203;<!-- 37 -->[docs] Migrate Card demos to emotion (#25557) @vicasas
@@ -12147,7 +12311,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
12147
12311
  - [DatePicker] Add missing exports (#23621) @havgry
12148
12312
  - [DatePicker] Add missing TypeScript definitions (#23560) @mbrookes
12149
12313
  - [DatePicker] Fix false-positive when validating mask in Safari (#23602) @eps1lon
12150
- - [DatePicker] Fix missing manifest for typescript packages (#23564) @eps1lon
12314
+ - [DatePicker] Fix missing manifest for TypeScript packages (#23564) @eps1lon
12151
12315
  - [TimePicker] Prevent scroll when interacting with the clock (#23563) @knightss27
12152
12316
 
12153
12317
  ### Docs
@@ -14250,28 +14414,28 @@ A big thanks to the 33 contributors who made this release possible. Here are som
14250
14414
  +</Accordion>
14251
14415
  ```
14252
14416
 
14253
- - [BottomNavigation] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14417
+ - [BottomNavigation] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14254
14418
 
14255
14419
  ```diff
14256
14420
  -<BottomNavigation onChange={(event: React.ChangeEvent<{}>) => {}} />
14257
14421
  +<BottomNavigation onChange={(event: React.SyntheticEvent) => {}} />
14258
14422
  ```
14259
14423
 
14260
- - [Slider] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14424
+ - [Slider] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14261
14425
 
14262
14426
  ```diff
14263
14427
  -<Slider onChange={(event: React.ChangeEvent<{}>, value: unknown) => {}} />
14264
14428
  +<Slider onChange={(event: React.SyntheticEvent, value: unknown) => {}} />
14265
14429
  ```
14266
14430
 
14267
- - [Tabs] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14431
+ - [Tabs] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14268
14432
 
14269
14433
  ```diff
14270
14434
  -<Tabs onChange={(event: React.ChangeEvent<{}>, value: unknown) => {}} />
14271
14435
  +<Tabs onChange={(event: React.SyntheticEvent, value: unknown) => {}} />
14272
14436
  ```
14273
14437
 
14274
- - [Accordion] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14438
+ - [Accordion] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14275
14439
 
14276
14440
  ```diff
14277
14441
  -<Accordion onChange={(event: React.ChangeEvent<{}>, expanded: boolean) => {}} />
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v5.15.9
2
+ * @mui/icons-material v5.15.11
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.9",
3
+ "version": "5.15.11",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Material Design icons distributed as SVG React components.",