@mui/icons-material 5.14.1 → 5.14.3

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 +152 -1
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,156 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.14.3
4
+
5
+ <!-- generated comparing v5.14.2..master -->
6
+
7
+ _Jul 31, 2023_
8
+
9
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🚀 [Joy UI](https://mui.com/joy-ui/getting-started/) is now in Beta
12
+ - ✨ Refine [Joy UI](https://mui.com/joy-ui/getting-started/)'s default theme @siriwatknp @zanivan
13
+ - 🎉 Added Dropdown higher-level menu component [Base UI](https://mui.com/base-ui/getting-started/) @michaldudak
14
+ - 💫 Added Material You [Badge](https://mui.com/material-ui/react-badge/#material-you-version) to `material-next` (#37850) @DiegoAndai
15
+
16
+ ### `@mui/material@5.14.3`
17
+
18
+ - &#8203;<!-- 36 -->[Autocomplete][material][joy] Add default `getOptionLabel` prop in ownerState (#38100) @DSK9012
19
+ - &#8203;<!-- 26 -->[Menu][Divider][material] Do not allow focus on Divider when inside Menu list (#38102) @divyammadhok
20
+ - &#8203;<!-- 06 -->[typescript][material] Rename one letter type parameters (#38155) @michaldudak
21
+ - &#8203;<!-- 08 -->[Menu][material] Fixes slots and slotProps overriding defaults completely (#37902) @gitstart
22
+ - &#8203;<!-- 07 -->[Theme][material] Add missing styleOverrides type for theme MuiStack (#38189) @DiegoAndai
23
+ - &#8203;<!-- 04 -->[typescript][material] Add `component` field to `*Props` types (#38084) @michaldudak
24
+
25
+ ### `@mui/base@5.0.0-beta.9`
26
+
27
+ #### Breaking changes
28
+
29
+ - &#8203;<!-- 11 -->[Dropdown][base][joy] Introduce higher-level menu component (#37667) @michaldudak
30
+
31
+ #### Other changes
32
+
33
+ - &#8203;<!-- 33 -->[typescript][base] Rename one letter type parameters (#38171) @michaldudak
34
+
35
+ ### `@mui/joy@5.0.0-beta.0`
36
+
37
+ - &#8203;<!-- 10 -->[joy] Refine the default theme (#36843) @siriwatknp
38
+
39
+ ### `@mui/material-next@6.0.0-alpha.95`
40
+
41
+ - &#8203;<!-- 35 -->[Badge][material-next] Add Badge component (#37850) @DiegoAndai
42
+ - &#8203;<!-- 30 -->[Chip][material-next] Copy chip component from material (#38053) @DiegoAndai
43
+ - &#8203;<!-- 09 -->[typescript][material-next] Rename one letter type parameters (#38172) @michaldudak
44
+
45
+ ### `@mui/system@5.14.3`
46
+
47
+ - &#8203;<!-- 32 -->[Box][system] Remove `component` from TypeMap (#38168) @michaldudak
48
+ - &#8203;<!-- 05 -->[Stack][system] Fix CSS selector (#37525) @sai6855
49
+
50
+ ### Docs
51
+
52
+ - &#8203;<!-- 49 -->[docs] Update Joy UI's package README (#38262) @ZeeshanTamboli
53
+ - &#8203;<!-- 48 -->[docs][base-ui] Add new batch of coming soon pages (#38025) @danilo-leal
54
+ - &#8203;<!-- 44 -->[docs] fix links to standardized examples (#38193) @emmanuel-ferdman
55
+ - &#8203;<!-- 43 -->[docs-infra] Small design polish to the Diamond Sponsor container (#38257) @danilo-leal
56
+ - &#8203;<!-- 42 -->[docs-infra] Show props in the table of content (#38173) @alexfauquette
57
+ - &#8203;<!-- 41 -->[docs-infra] Polish API page design (#38196) @oliviertassinari
58
+ - &#8203;<!-- 40 -->[docs-infra] Search with productCategory when product is missing (#38239) @oliviertassinari
59
+ - &#8203;<!-- 39 -->[docs][material] Revise and update Examples doc (#38205) @samuelsycamore
60
+ - &#8203;<!-- 38 -->[docs] Fix typo in notifications.json @mbrookes
61
+ - &#8203;<!-- 37 -->[docs-infra] Remove leftover standardNavIcon (#38252) @DiegoAndai
62
+ - &#8203;<!-- 34 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Popper page (#37953) @zanivan
63
+ - &#8203;<!-- 31 -->[docs][Button][joy] Improve `loading` prop documentation (#38156) @sai6855
64
+ - &#8203;<!-- 25 -->[docs] Prepare docs infra for Tree View migration to X (#38202) @flaviendelangle
65
+ - &#8203;<!-- 24 -->[docs] Fix SEO issues reported by ahrefs @oliviertassinari
66
+ - &#8203;<!-- 23 -->[docs] Fix palette pages - live edit not working (#38195) @oliviertassinari
67
+ - &#8203;<!-- 22 -->[docs] Add Google Analytics action for the styling menu (#38085) @mnajdova
68
+ - &#8203;<!-- 21 -->[docs] Fix Discord redirection chain @oliviertassinari
69
+ - &#8203;<!-- 20 -->[docs] Cover pnpm in more places (#38161) @oliviertassinari
70
+ - &#8203;<!-- 19 -->[docs] Avoid broken link (#38154) @oliviertassinari
71
+ - &#8203;<!-- 18 -->[docs] Add notification for beta release of Toolpad (#38152) @prakhargupta1
72
+ - &#8203;<!-- 17 -->[docs-infra] Remove sidenav icons (#38174) @oliviertassinari
73
+ - &#8203;<!-- 16 -->[docs-infra] Fix search ranking when no productId (#38162) @oliviertassinari
74
+ - &#8203;<!-- 15 -->[docs-infra] Adjust the side nav for deeper nested items (#38047) @cherniavskii
75
+ - &#8203;<!-- 14 -->[docs][joy] Update TS file of adding more typography levels demo to match the corresponding JS file's styles (#38232) @ZeeshanTamboli
76
+ - &#8203;<!-- 13 -->[docs][joy] Add TS demo for reusable component section in approaches page (#38210) @sai6855
77
+ - &#8203;<!-- 12 -->[docs][joy] Add TS demo for theme typography new level customization (#38199) @sai6855
78
+
79
+ ### Core
80
+
81
+ - &#8203;<!-- 47 -->[blog] Fix blog post slug Base UI (#38254) @oliviertassinari
82
+ - &#8203;<!-- 46 -->[core] Use native Node's fetch instead of node-fetch package (#38263) @michaldudak
83
+ - &#8203;<!-- 45 -->[core] Remove dead code @oliviertassinari
84
+ - &#8203;<!-- 29 -->[core] Polish Stack test to closer CSS injection order @oliviertassinari
85
+ - &#8203;<!-- 28 -->[core] Remove unnecessary `Required` utility type from Typography font style type (#38203) @ZeeshanTamboli
86
+ - &#8203;<!-- 27 -->[core] Fix generate Proptypes script skipping unstable items (#38198) @mj12albert
87
+ - &#8203;<!-- 03 -->[website] Adding Rich Bustos Twitter handle in bio (#38213) @richbustos
88
+ - &#8203;<!-- 02 -->[website] Prepare importing data from HiBob (#38238) @oliviertassinari
89
+ - &#8203;<!-- 01 -->[website] Sync team member with HiBob, add Raffaella (#38201) @rluzists1
90
+
91
+ All contributors of this release in alphabetical order: @cherniavskii, @DiegoAndai, @divyammadhok, @DSK9012, @flaviendelangle, @gitstart, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @prakhargupta1, @richbustos, @rluzists1, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
92
+
93
+ ## 5.14.2
94
+
95
+ <!-- generated comparing v5.14.1..master -->
96
+
97
+ _Jul 25, 2023_
98
+
99
+ A big thanks to the 23 contributors who made this release possible.
100
+
101
+ ### @mui/material@5.14.2
102
+
103
+ - &#8203;<!-- 39 -->Revert "[core] Adds `component` prop to `OverrideProps` type (#35924)" (#38150) @michaldudak
104
+ - &#8203;<!-- 32 -->[Chip][material] Fix base cursor style to be "auto" not "default" (#38076) @DiegoAndai
105
+ - &#8203;<!-- 12 -->[Tabs] Refactor IntersectionObserver logic (#38133) @ZeeshanTamboli
106
+ - &#8203;<!-- 11 -->[Tabs] Fix and improve visibility of tab scroll buttons using the IntersectionObserver API (#36071) @SaidMarar
107
+
108
+ ### @mui/joy@5.0.0-alpha.89
109
+
110
+ - &#8203;<!-- 15 -->[Joy] Replace leftover `Joy-` prefix with `Mui-` (#38086) @siriwatknp
111
+ - &#8203;<!-- 14 -->[Skeleton][joy] Fix WebkitMaskImage CSS property (#38077) @Bestwebdesign
112
+ - &#8203;<!-- 13 -->[Link][Joy UI] Fix font inherit (#38124) @oliviertassinari
113
+
114
+ ### Docs
115
+
116
+ - &#8203;<!-- 37 -->[docs] Add listbox placement demo for Select (#38130) @sai6855
117
+ - &#8203;<!-- 36 -->[docs][base] Add Tailwind CSS & plain CSS demo on the Tabs page (#37910) @mnajdova
118
+ - &#8203;<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
119
+ - &#8203;<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
120
+ - &#8203;<!-- 28 -->[docs] Remove translations section from contributing guide (#38125) @nikohoffren
121
+ - &#8203;<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
122
+ - &#8203;<!-- 26 -->[docs] Mention in hompage hero that Core is free (#38075) @mbrookes
123
+ - &#8203;<!-- 25 -->[docs] Fix a typo in notifications.json (#38078) @mbrookes
124
+ - &#8203;<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
125
+ - &#8203;<!-- 23 -->[docs] Implement the new API display design (#37405) @alexfauquette
126
+ - &#8203;<!-- 22 -->[docs] Update migration installation code blocks (#38028) @danilo-leal
127
+ - &#8203;<!-- 21 -->[docs][joy] Revise the Joy UI Link page (#37829) @danilo-leal
128
+ - &#8203;<!-- 20 -->[docs][joy] Add playground for Card component (#37820) @Studio384
129
+ - &#8203;<!-- 19 -->[docs][joy] Add adjustments to the color inversion page (#37143) @danilo-leal
130
+ - &#8203;<!-- 18 -->[docs][material] Improve documentation about adding custom colors (#37743) @DiegoAndai
131
+ - &#8203;<!-- 17 -->[examples] Fix Joy UI Next.js App Router font loading (#38095) @IgnacioUtrilla
132
+ - &#8203;<!-- 16 -->[examples] Fix material-next-app-router Font Usage with next/font (#38026) @onderonur
133
+
134
+ ### Core
135
+
136
+ - &#8203;<!-- 34 -->[blog] Update Discord invite link in Toolpad beta announcement (#38143) @samuelsycamore
137
+ - &#8203;<!-- 33 -->[blog] Update discord server link (#38131) @prakhargupta1
138
+ - &#8203;<!-- 31 -->[core] Fix rsc-builder removing the first line (#38134) @michaldudak
139
+ - &#8203;<!-- 30 -->[core] Remove the deprecation rule in tslint (#38087) @michaldudak
140
+ - &#8203;<!-- 09 -->[website] Mobile navigation: Toolpad to Beta (#38146) @bharatkashyap
141
+ - &#8203;<!-- 08 -->[website] Fix typo on pricing page @oliviertassinari
142
+ - &#8203;<!-- 07 -->[website] Fix a few regression (#38050) @oliviertassinari
143
+ - &#8203;<!-- 06 -->[website] Update Demo footers on MUI X landing page (#38027) @richbustos
144
+ - &#8203;<!-- 05 -->[website] Fix 301 redirection to base index page @oliviertassinari
145
+ - &#8203;<!-- 04 -->[website] Fix Cell selection feature name (#38029) @oliviertassinari
146
+ - &#8203;<!-- 03 -->[website] Improve button look (#38052) @oliviertassinari
147
+ - &#8203;<!-- 02 -->[website] Link new core page to new Base UI landing page (#38030) @mj12albert
148
+ - &#8203;<!-- 01 -->[website] Polish pricing page (#37975) @oliviertassinari
149
+ - &#8203;<!-- 10 -->[test] Fail the CI when new unexpected files are created (#38039) @oliviertassinari
150
+ - &#8203;<!-- 09 -->[test] Fix linting error by matching main component demo name to filename (#38122) @ZeeshanTamboli
151
+
152
+ All contributors of this release in alphabetical order: @alexfauquette, @Bestwebdesign, @bharatkashyap, @danilo-leal, @DiegoAndai, @harikrishnanp, @IgnacioUtrilla, @mbrookes, @michaldudak, @mj12albert, @mnajdova, @nikohoffren, @oliviertassinari, @onderonur, @prakhargupta1, @richbustos, @sai6855, @SaidMarar, @samuelsycamore, @siriwatknp, @Studio384, @zanivan, @ZeeshanTamboli
153
+
3
154
  ## 5.14.1
4
155
 
5
156
  <!-- generated comparing v5.14.0..master -->
@@ -2889,7 +3040,7 @@ _Sep 12, 2022_
2889
3040
 
2890
3041
  A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
2891
3042
 
2892
- - 🚀 [Blog post](https://mui.com/blog/introducing-mui-base/) for announcing the release of the Base UI package is out thanks to @michaldudak.
3043
+ - 🚀 [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base UI package is out thanks to @michaldudak.
2893
3044
  - 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/), [`Modal`](https://mui.com/joy-ui/react-modal/), [`ListSubheader`](https://mui.com/joy-ui/react-list-subheader/), [`FormControl`](https://mui.com/joy-ui/react-form-control/), [`CircularProgress`](https://mui.com/joy-ui/react-circular-progress/) components to Joy UI (#33859) @hbjORbj @siriwatknp
2894
3045
  - And more 🐛 bug fixes and 📚 documentation improvements.
2895
3046
 
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v5.14.1
2
+ * @mui/icons-material v5.14.3
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.14.1",
3
+ "version": "5.14.3",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Material Design icons distributed as SVG React components.",