@mui/icons-material 5.4.1 → 5.4.2
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 +65 -0
- package/index.d.ts +650 -650
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,70 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.4.2
|
|
4
|
+
|
|
5
|
+
_Feb 15, 2022_
|
|
6
|
+
|
|
7
|
+
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
8
|
+
|
|
9
|
+
- 🛠 @sydneyjodon-wk improved propTypes of the ToggleButton components (#30883)
|
|
10
|
+
- Several 🐛 bug fixes and 📚 documentation improvements
|
|
11
|
+
|
|
12
|
+
### `@mui/material@5.4.2`
|
|
13
|
+
|
|
14
|
+
- [Select] Allow customizing Select based on its variant (#30788) @michaldudak
|
|
15
|
+
- [Portal] Re-export 'Portal' in material (#31003) @liradb2000
|
|
16
|
+
- [ToggleButton] Add prop types for `onClick` and `onChange` (#30883) @sydneyjodon-wk
|
|
17
|
+
- [Typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
|
|
18
|
+
|
|
19
|
+
### `@mui/system@5.4.2`
|
|
20
|
+
|
|
21
|
+
- [system] Fix broken behavior when breakpoints input are not ordered (#30996) @mnajdova
|
|
22
|
+
|
|
23
|
+
### `@mui/lab@5.0.0-alpha.69`
|
|
24
|
+
|
|
25
|
+
- [DatePicker] Fix passing clearable prop (#30786) @alisasanib
|
|
26
|
+
|
|
27
|
+
### `@mui/joy@5.0.0-alpha.15`
|
|
28
|
+
|
|
29
|
+
- [Joy] Improve variant customization experience (#30878) @siriwatknp
|
|
30
|
+
- [Joy] Make `sx` prop work in Joy (#30955) @siriwatknp
|
|
31
|
+
|
|
32
|
+
### Framer
|
|
33
|
+
|
|
34
|
+
- [design] Remove framer components (#30983) @mbrookes
|
|
35
|
+
- [design] Remove framer leftovers (#31070) @michaldudak
|
|
36
|
+
|
|
37
|
+
### Docs
|
|
38
|
+
|
|
39
|
+
- [docs] Update installation guide of the icons package (#31026) @huyenltnguyen
|
|
40
|
+
- [docs] Improve the indication for the legacy APIs (#30995) @mnajdova
|
|
41
|
+
- [docs] Specify which props are added in the default `shouldForwardProp` option (#30978) @mnajdova
|
|
42
|
+
- [docs] Fix layout shift on loading (#31017) @oliviertassinari
|
|
43
|
+
- [docs] Increase scroll affordance in wide tables (#30713) @danilo-leal
|
|
44
|
+
- [docs] Fix look & feel of the Masonry demos (#30971) @oliviertassinari
|
|
45
|
+
- [docs] Improve Base component demos (#30884) @danilo-leal
|
|
46
|
+
- [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
|
|
47
|
+
- [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
|
|
48
|
+
- [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
|
|
49
|
+
- [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
|
|
50
|
+
- [website] Add banner for promoting priority open roles (#31076) @danilo-leal
|
|
51
|
+
- [website] Open Full-stack Engineer role for studio (#31038) @newguy-123
|
|
52
|
+
- [website] Minor security improvements (#31062) @oliviertassinari
|
|
53
|
+
- [website] Improve title of open roles (#30963) @DanailH
|
|
54
|
+
- [website] Add BIMI avatar (#30444) @oliviertassinari
|
|
55
|
+
- [website] Add Sycamore to About page (#31000) @samuelsycamore
|
|
56
|
+
|
|
57
|
+
### Core
|
|
58
|
+
|
|
59
|
+
- [benchmark] Add missing dependency (#30994) @michaldudak
|
|
60
|
+
- [core] Bump date-io version (#31016) @michaldudak
|
|
61
|
+
- [core] Fix typo in useSlider (#31061) @ryohey
|
|
62
|
+
- [core] Remove unused draft-js types package (#30993) @michaldudak
|
|
63
|
+
- [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
|
|
64
|
+
- [core] Remove dead code (#31064) @oliviertassinari
|
|
65
|
+
|
|
66
|
+
All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @newguy-123, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
|
|
67
|
+
|
|
3
68
|
## 5.4.1
|
|
4
69
|
|
|
5
70
|
<!-- generated comparing v5.4.0..master -->
|