@mui/icons-material 5.5.0 → 5.5.1
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 +678 -678
- 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.5.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.5.0..master -->
|
|
6
|
+
|
|
7
|
+
_Mar 14, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 23 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 📊 2021 survey results post by @danilo-leal (#30999)
|
|
12
|
+
- Several 🐛 bug fixes and 📚 documentation improvements
|
|
13
|
+
|
|
14
|
+
### @mui/material@5.5.1
|
|
15
|
+
|
|
16
|
+
- [Fab] Add z-index (#30842) @issamElmohadeb098
|
|
17
|
+
- [Grid] Fix columns of nested container (#31340) @boutahlilsoufiane
|
|
18
|
+
- [i10n] Update italian locale (#30974) @SalvatoreMazzullo
|
|
19
|
+
- [Pagination] Fix type of UsePaginationItem["page"] (#31295) @aaronadamsCA
|
|
20
|
+
- [Popper] Allow setting default props in a theme (#30118) @hafley66
|
|
21
|
+
- [TextField] fix disappearing border in Safari (#31406) @krysia1
|
|
22
|
+
|
|
23
|
+
### @mui/joy@5.0.0-alpha.19
|
|
24
|
+
|
|
25
|
+
- [Joy] Support horizontal List (#31620) @siriwatknp
|
|
26
|
+
- [Joy] Add icon & label `Switch` examples (#31359) @siriwatknp
|
|
27
|
+
- [Joy] Add `TextField` component (#31299) @siriwatknp
|
|
28
|
+
- [Joy] Add `--Icon-fontSize` to components (#31360) @siriwatknp
|
|
29
|
+
- [Joy] Add `Checkbox` component (#31273) @siriwatknp
|
|
30
|
+
|
|
31
|
+
### Docs
|
|
32
|
+
|
|
33
|
+
- [blog] 2021 survey results post (#30999) @danilo-leal
|
|
34
|
+
- [docs] Add Macedonian translation (#31402) @theCuriousOne
|
|
35
|
+
- [docs] Fix API page table styles in Safari (#31696) @aaarichter
|
|
36
|
+
- [docs] Fix SEO issues (#31505) @oliviertassinari
|
|
37
|
+
- [docs] Fix Link leak of Next.js props (#31418) @oliviertassinari
|
|
38
|
+
- [docs] Add "Work in biotech" to showcase (#31711) @klyburke
|
|
39
|
+
- [docs] Fix docs site crash on iOS Safari 12 (#31458) @badalsaibo
|
|
40
|
+
- [docs] Fix search icons crash (#31651) @juanpc10
|
|
41
|
+
- [docs] Remove unnecessary await in e2e-tests (#31767) @siriwatknp
|
|
42
|
+
- [docs] Fix source code links on the Templates page (#31425) @danilo-leal
|
|
43
|
+
- [docs] Adjust Stack's basic usage demo (#31423) @danilo-leal
|
|
44
|
+
- [docs] Migrate button demos to base (#31395) @siriwatknp
|
|
45
|
+
- [docs] Fix y-axis unit used in the responsive font sizes chart (#31424) @aaarichter
|
|
46
|
+
- [docs] Remove joy mockup pages (#31412) @siriwatknp
|
|
47
|
+
- [docs] Fix the statement that styleOverrides are added by default (#31257) @mnajdova
|
|
48
|
+
- [docs] Refine the product identifier menu (#31262) @danilo-leal
|
|
49
|
+
- [docs] Fix Search crash (#31386) @reckter
|
|
50
|
+
- [docs] Update TextField multiline description (#31291) @jontewks
|
|
51
|
+
- [docs] Add gap theme mapping in the System properties table (#31382) @danilo-leal
|
|
52
|
+
- [docs] Test products search (#31351) @siriwatknp
|
|
53
|
+
- [docs] Fix GitHub source links in the demo toolbar (#31339) @PunitSoniME
|
|
54
|
+
- [docs] Add Algolia verification code to robot.txt (#31356) @siriwatknp
|
|
55
|
+
- [examples] Ignore tsbuildinfo with Next.js (#31460) @B0und
|
|
56
|
+
- [website] Add new gold sponsor (#31354) @hbjORbj
|
|
57
|
+
- [website] Update Ukraine support link (#31378) @samuelsycamore
|
|
58
|
+
|
|
59
|
+
### Core
|
|
60
|
+
|
|
61
|
+
- [core] Simplify anchor link (#31419) @oliviertassinari
|
|
62
|
+
- [core] Revert unrelated changes in #31354 @oliviertassinari
|
|
63
|
+
- [test] Upgrade CircleCI convenience image (#31394) @m4theushw
|
|
64
|
+
- [typescript] Simplify display of slot props types (#31240) @michaldudak
|
|
65
|
+
|
|
66
|
+
All contributors of this release in alphabetical order: @aaarichter, @aaronadamsCA, @B0und, @badalsaibo, @boutahlilsoufiane, @danilo-leal, @hafley66, @hbjORbj, @issamElmohadeb098, @jontewks, @juanpc10, @klyburke, @krysia1, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @reckter, @SalvatoreMazzullo, @samuelsycamore, @siriwatknp, @theCuriousOne
|
|
67
|
+
|
|
3
68
|
## 5.5.0
|
|
4
69
|
|
|
5
70
|
<!-- generated comparing v5.4.4..master -->
|