@mui/icons-material 5.8.3 → 5.8.4
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 +90 -10
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,85 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.8.4
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.8.3..master -->
|
|
6
|
+
|
|
7
|
+
_Jun 14, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🚀 Added support for custom breakpoints in the `Grid` component by @boutahlilsoufiane
|
|
12
|
+
- 📚 Added guide on how to use Material UI with Shadow DOM by @cherniavskii
|
|
13
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
14
|
+
|
|
15
|
+
### `@mui/material@5.8.4`
|
|
16
|
+
|
|
17
|
+
- ​<!-- 36 -->[Button] Add missing classes in `ButtonClasses` type (#33040) @ZeeshanTamboli
|
|
18
|
+
- ​<!-- 20 -->[Grid] Fix prop-type key regression (#33123) @oliviertassinari
|
|
19
|
+
- ​<!-- 19 -->[Grid] Support custom breakpoints (#31998) @boutahlilsoufiane
|
|
20
|
+
- ​<!-- 18 -->[Grow] Limit CSS transition bug workaround to Safari 15.4 only (#32996) @igordanchenko
|
|
21
|
+
- ​<!-- 17 -->[Hidden] Remove dependency on hoist-non-react-statics (#33015) @oliviertassinari
|
|
22
|
+
- ​<!-- 12 -->[Link] Add support for CSS variables (#33036) @winderica
|
|
23
|
+
- ​<!-- 07 -->[Popover] Export `getOffsetTop` & `getOffsetLeft` from Popover's index and add typings (#32959) @rart
|
|
24
|
+
- ​<!-- 06 -->[Slider] Fix SliderValueLabelProps type (#32895) @oliviertassinari
|
|
25
|
+
- ​<!-- 05 -->[Snackbar] Remove `RTL` direction specific logic (#32808) @aaarichter
|
|
26
|
+
- ​<!-- 04 -->[StepIcon] Fix text centering when changing browser font size (#32706) @alansouzati
|
|
27
|
+
- ​<!-- 02 -->[Tabs] Scroll by width of the first visible tab if only one tab is partially visible (#32778) @frankkluijtmans
|
|
28
|
+
|
|
29
|
+
### `@mui/system@5.8.4`
|
|
30
|
+
|
|
31
|
+
- ​<!-- 38 -->[Stack, system] Apply correct responsive styles if any custom breakpoints are provided (#32913) @ZeeshanTamboli
|
|
32
|
+
- ​<!-- 03 -->[system] Fix missing typings for ColorFormat (#32417) @l-zoy
|
|
33
|
+
|
|
34
|
+
### `@mui/codemod@5.8.4`
|
|
35
|
+
|
|
36
|
+
- ​<!-- 35 -->[codemod] Add support for `@mui/styles/makeStyles` imports (#32962) @joshkel
|
|
37
|
+
|
|
38
|
+
### `@mui/lab@5.0.0-alpha.86`
|
|
39
|
+
|
|
40
|
+
- ​<!-- 08 -->[pickers] Fix broken ref forwarding (#33107) @oliviertassinari
|
|
41
|
+
- ​<!-- 13 -->[lab] Fix React's `forwardRef` warning when importing from the index (#33134) @mnajdova
|
|
42
|
+
|
|
43
|
+
### `@mui/base@5.0.0-alpha.85`
|
|
44
|
+
|
|
45
|
+
- ​<!-- 11 -->[MenuUnstyled] Accept callbacks in componentsProps (#32997) @michaldudak
|
|
46
|
+
- ​<!-- 10 -->[ModalUnstyled] Fix errors from the W3C validator about incorrect aria-hidden attribute on some elements (#30920) @mkrtchian
|
|
47
|
+
- ​<!-- 09 -->[ModalUnstyled] Fix behavior of not respecting props ariaHidden value (#32055) @tech-meppem
|
|
48
|
+
|
|
49
|
+
### `@mui/joy@5.0.0-alpha.32`
|
|
50
|
+
|
|
51
|
+
- ​<!-- 16 -->[Joy] Miscellaneous card fixes (#33129) @siriwatknp
|
|
52
|
+
- ​<!-- 15 -->[Joy] Miscellaneous fixes (#33073) @siriwatknp
|
|
53
|
+
- ​<!-- 14 -->[Joy] Add typography and link docs (#33047) @siriwatknp
|
|
54
|
+
|
|
55
|
+
### Docs
|
|
56
|
+
|
|
57
|
+
- ​<!-- 40 -->[Contributing.md] Local install instructions (#32975) @Moizsohail
|
|
58
|
+
- ​<!-- 32 -->[docs] Add responsive AppBar with drawer (#32769) @dvlprAlamin
|
|
59
|
+
- ​<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
|
|
60
|
+
- ​<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
|
|
61
|
+
- ​<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
|
|
62
|
+
- ​<!-- 28 -->[docs] Miscellaneous fixes in `MUI Base` docs (#33091) @ZeeshanTamboli
|
|
63
|
+
- ​<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
|
|
64
|
+
- ​<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
|
|
65
|
+
- ​<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
|
|
66
|
+
- ​<!-- 24 -->[docs] Improve aspect ratio docs and integration (#33065) @siriwatknp
|
|
67
|
+
- ​<!-- 34 -->[docs] Update code block copy label (#33128) @siriwatknp
|
|
68
|
+
- ​<!-- 23 -->[docs] Fix typo in Autocomplete CSS API (#32838) @KeaghanKennedy
|
|
69
|
+
- ​<!-- 22 -->[docs] Improvements for Radio Group Rating Docs (#32843) @Kai-W
|
|
70
|
+
- ​<!-- 21 -->[docs] Enable Joy pages (#33064) @siriwatknp
|
|
71
|
+
- ​<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
|
|
72
|
+
- ​<!-- 01 -->[website] Clarify the pricing a bit (#33069) @oliviertassinari
|
|
73
|
+
|
|
74
|
+
### Core
|
|
75
|
+
|
|
76
|
+
- ​<!-- 39 -->yarn proptypes @oliviertassinari
|
|
77
|
+
- ​<!-- 34 -->[core] Update dependencies to fix security vulnerabilities (#33095) @michaldudak
|
|
78
|
+
- ​<!-- 33 -->[core] Import new line convention (#33068) @oliviertassinari
|
|
79
|
+
- ​<!-- 37 -->[core] Make repository configurable in changelog script (#33130) @Janpot
|
|
80
|
+
|
|
81
|
+
All contributors of this release in alphabetical order: @aaarichter, @alansouzati, @boutahlilsoufiane, @cherniavskii, @danilo-leal, @dvlprAlamin, @frankkluijtmans, @igordanchenko, @Janpot, @joshkel, @Kai-W, @KeaghanKennedy, @l-zoy, @michaldudak, @mkrtchian, @mnajdova, @Moizsohail, @oliviertassinari, @pushys, @rart, @siriwatknp, @tech-meppem, @winderica, @ZeeshanTamboli
|
|
82
|
+
|
|
3
83
|
## 5.8.3
|
|
4
84
|
|
|
5
85
|
<!-- generated comparing v5.8.2..master -->
|
|
@@ -9,25 +89,25 @@ _Jun 7, 2022_
|
|
|
9
89
|
A big thanks to the 15 contributors who made this release possible.
|
|
10
90
|
This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
11
91
|
|
|
12
|
-
|
|
92
|
+
### `@mui/material@5.8.3`
|
|
13
93
|
|
|
14
94
|
- [Alert] Constrain message width and allow overflow (#32747) @Janpot
|
|
15
95
|
- [Checkbox] Add support for CSS variables (#32579) @haneenmahd
|
|
16
96
|
- [Slider] Fix positioning of tooltips on vertical slider (#32919) @abhinav-22-tech
|
|
17
97
|
|
|
18
|
-
|
|
98
|
+
### `@mui/system@5.8.3`
|
|
19
99
|
|
|
20
100
|
- [system] Configurable attributes for libraries (#32971) @siriwatknp
|
|
21
101
|
|
|
22
|
-
|
|
102
|
+
### `@mui/codemod@5.8.3`
|
|
23
103
|
|
|
24
104
|
- [codemod] Fix infinite loop in jss-to-tss-react and add TODO (#33048) @ryancogswell
|
|
25
105
|
|
|
26
|
-
|
|
106
|
+
### `@mui/lab@5.0.0-alpha.85`
|
|
27
107
|
|
|
28
108
|
- [pickers] Add deprecations when importing pickers from the lab (#32950) @flaviendelangle
|
|
29
109
|
|
|
30
|
-
|
|
110
|
+
### `@mui/joy@5.0.0-alpha.31`
|
|
31
111
|
|
|
32
112
|
- [Joy] Add `Slider` component and demos (#32694) @hbjORbj
|
|
33
113
|
- [Joy] Add articles about customization approaches (#32887) @siriwatknp
|
|
@@ -35,7 +115,7 @@ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
|
35
115
|
- [Joy] Add docs about dark mode (#33002) @siriwatknp
|
|
36
116
|
- [Joy] Add template UIs & first look blog post (#32791) @danilo-leal
|
|
37
117
|
|
|
38
|
-
|
|
118
|
+
### `@mui/base@5.0.0-alpha.84`
|
|
39
119
|
|
|
40
120
|
- [base] Remove @mui/system in tests (#32945) @kevinji
|
|
41
121
|
- [ButtonUnstyled] Accept callbacks in componentsProps (#32991) @michaldudak
|
|
@@ -44,7 +124,7 @@ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
|
44
124
|
- [TabPanelUnstyled] Define ownerState and slot props' types (#32928) @michaldudak
|
|
45
125
|
- [TabsListUnstyled] Define ownerState and slot props' types (#32925) @michaldudak
|
|
46
126
|
|
|
47
|
-
|
|
127
|
+
### Docs
|
|
48
128
|
|
|
49
129
|
- [blog] Fix anchor link scroll (#32994) @oliviertassinari
|
|
50
130
|
- [docs] Add "Migration" section to sidebar and revise v4-v5 content (#32740) @samuelsycamore
|
|
@@ -62,7 +142,7 @@ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
|
62
142
|
- [website] Polish the pricing page (#32811) @oliviertassinari
|
|
63
143
|
- [website] Remove unnecessary `address` dependency (#32957) @michaldudak
|
|
64
144
|
|
|
65
|
-
|
|
145
|
+
### Core
|
|
66
146
|
|
|
67
147
|
- [core] Improve icon synonyms (#32742) @oliviertassinari
|
|
68
148
|
- [core] Prepare Next.js config for React 18 (#32963) @michaldudak
|
|
@@ -2000,7 +2080,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
2000
2080
|
- ​<!-- 33 -->[core] Add `experiments` index page (#29582) @siriwatknp
|
|
2001
2081
|
- ​<!-- 32 -->[core] Move s3 bucket ownership to mui-org (#29609) @eps1lon
|
|
2002
2082
|
- ​<!-- 31 -->[core] Improve support request message (#29614) @mnajdova
|
|
2003
|
-
- ​<!-- 30 -->[core] Use support request
|
|
2083
|
+
- ​<!-- 30 -->[core] Use support request GitHub Action (#29594) @mnajdova
|
|
2004
2084
|
- ​<!-- 29 -->[core] Remove unused `getJsxPreview` util (#29586) @ZeeshanTamboli
|
|
2005
2085
|
- ​<!-- 28 -->[core] Use GitHub issue forms (#28038) @oliviertassinari
|
|
2006
2086
|
- ​<!-- 26 -->[core] Add playground (#29423) @oliviertassinari
|
|
@@ -6055,7 +6135,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
6055
6135
|
- [docs] Fix duplicated styles generated from emotion (#23809) @mnajdova
|
|
6056
6136
|
- [docs] Fix icon alignment in /components/breadcrumbs (#23818) @eps1lon
|
|
6057
6137
|
- [docs] Fix production deploy (#23963) @eps1lon
|
|
6058
|
-
- [docs] Fix source on
|
|
6138
|
+
- [docs] Fix source on GitHub links (#23821) @praveenkumar-kalidass
|
|
6059
6139
|
- [docs] Fix StickyHeaderTable round borders (#23882) @antoniopacheco
|
|
6060
6140
|
- [docs] Fix typo in date picker dayjs adapter name (#23935) @andresmrm
|
|
6061
6141
|
- [docs] Improve system properties page (#23961) @mnajdova
|
package/index.js
CHANGED