@mui/icons-material 5.0.0 → 5.0.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 +76 -2
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,79 @@
|
|
|
1
1
|
### [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.0.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.0.0..master -->
|
|
6
|
+
|
|
7
|
+
_Sep 22, 2021_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🔎 Improve the search on the documentation.
|
|
12
|
+
- 📚 Improve the v4 to v5 migration guide.
|
|
13
|
+
- And many more 🐛 bug fixes and 📚 improvements.
|
|
14
|
+
|
|
15
|
+
### `@mui/material@5.0.1`
|
|
16
|
+
|
|
17
|
+
- ​<!-- 18 -->[Radio] Fix support for number value type (#26772) @sakura90
|
|
18
|
+
- ​<!-- 12 -->[useMediaQuery] Reduce bundle size (#28412) @eps1lon
|
|
19
|
+
|
|
20
|
+
### `@mui/codemod@5.0.1`
|
|
21
|
+
|
|
22
|
+
- ​<!-- 43 -->[codemod] Cover edge case for theme-spacing #28400 @siriwatknp
|
|
23
|
+
|
|
24
|
+
### `@mui/lab@5.0.0-alpha.48`
|
|
25
|
+
|
|
26
|
+
- ​<!-- 36 -->[DateTimePicker] Support `seconds` `view` (#25095) @breitembach
|
|
27
|
+
- ​<!-- 13 -->[TimePicker] Fire change event when meridiem changes (#26600) @coder-freestyle
|
|
28
|
+
|
|
29
|
+
### Docs
|
|
30
|
+
|
|
31
|
+
- ​<!-- 35 -->[docs] Fix missing exit animation for transition Poppers (#28506) @eps1lon
|
|
32
|
+
- ​<!-- 34 -->[docs] Fix migration v5 docs (#28530) @siriwatknp
|
|
33
|
+
- ​<!-- 33 -->[docs] Avoid re-mounting the whole tree when switching theme direction (#28495) @eps1lon
|
|
34
|
+
- ​<!-- 32 -->[docs] Fix html compliance (#28429) @oliviertassinari
|
|
35
|
+
- ​<!-- 31 -->[docs] Use hyphen-case for CSS properties in /system/properties (#28489) @chetrit
|
|
36
|
+
- ​<!-- 30 -->[docs] Update caret position in comments to match npm scope (#28426) @eps1lon
|
|
37
|
+
- ​<!-- 29 -->[docs] Fix CONTRIBUTING to point out to master as targeted branch (#28396) @mnajdova
|
|
38
|
+
- ​<!-- 28 -->[docs] Update examples to remove 'beta' (#28475) @oliviertassinari
|
|
39
|
+
- ​<!-- 27 -->[docs] Fix 404 links to MUI X API (#28176) @oliviertassinari
|
|
40
|
+
- ​<!-- 26 -->[docs] Fix broken/incorrect attributes links in Avatar and NativeSelect API pages (#28417) @xenostar
|
|
41
|
+
- ​<!-- 25 -->[docs] Explain how `<Alert icon={false} />` behaves (#28348) @nguyenkhanhnam
|
|
42
|
+
- ​<!-- 24 -->[docs] Fix typo in /system/the-sx-prop (#28393) @danwoods
|
|
43
|
+
- ​<!-- 23 -->[docs] Correct the migration doc (#28391) @michaldudak
|
|
44
|
+
- ​<!-- 22 -->[docs] Fix the notification display logic (#28389) @oliviertassinari
|
|
45
|
+
- ​<!-- 21 -->[docs] Add notification for v5 @oliviertassinari
|
|
46
|
+
- ​<!-- 20 -->[docs] Fix typo (#28521) @valse
|
|
47
|
+
- ​<!-- 12 -->[website] Implement algolia redesign (#28252) @hbjORbj
|
|
48
|
+
- ​<!-- 11 -->[website] Update data-grid dependencies #28531 @siriwatknp
|
|
49
|
+
- ​<!-- 10 -->[website] Cleanup unused files after rebranding (#28505) @siriwatknp
|
|
50
|
+
- ​<!-- 09 -->[website] Update /company pages to use marketing website Header and Footer (#28498) @danilo-leal
|
|
51
|
+
- ​<!-- 08 -->[website] Optimize images (#28486) @michaldudak
|
|
52
|
+
- ​<!-- 07 -->[website] Add components index page (#28485) @siriwatknp
|
|
53
|
+
- ​<!-- 06 -->[website] Fix typo (#28478) @oliviertassinari
|
|
54
|
+
- ​<!-- 05 -->[website] Fix crash (#28474) @oliviertassinari
|
|
55
|
+
- ​<!-- 04 -->[website] Close the open engineering roles (#28428) @oliviertassinari
|
|
56
|
+
- ​<!-- 03 -->[website] Fix 40x links (#28401) @mnajdova
|
|
57
|
+
- ​<!-- 02 -->[website] Fix SEO issues reported by moz.com (#28402) @mnajdova
|
|
58
|
+
- ​<!-- 01 -->[website] Fix production issues (#28384) @siriwatknp
|
|
59
|
+
|
|
60
|
+
### Core
|
|
61
|
+
|
|
62
|
+
- ​<!-- 44 -->[core] Fix release:changelog base branch (#28533) @mnajdova
|
|
63
|
+
- ​<!-- 42 -->[core] Remove code handling JSS components (#28421) @eps1lon
|
|
64
|
+
- ​<!-- 41 -->[core] Remove unused dependencies (#28468) @eps1lon
|
|
65
|
+
- ​<!-- 40 -->[core] Ensure both docs bundles are analyzeable (#28410) @eps1lon
|
|
66
|
+
- ​<!-- 39 -->[core] Switch to webpack 5 (#28248) @eps1lon
|
|
67
|
+
- ​<!-- 38 -->[core] Batch small changes (#28177) @oliviertassinari
|
|
68
|
+
- ​<!-- 37 -->[core] Update publish tag to latest (#28382) @mnajdova
|
|
69
|
+
- ​<!-- 19 -->[framer] Update @mui/\* dependencies (#28469) @eps1lon
|
|
70
|
+
- ​<!-- 17 -->[test] Add custom queries to `screen` (#28507) @eps1lon
|
|
71
|
+
- ​<!-- 16 -->[test] Run listChangedFiles against master (#28504) @eps1lon
|
|
72
|
+
- ​<!-- 15 -->[test] Increase BrowserStack timeout for Firefox (#28476) @oliviertassinari
|
|
73
|
+
- ​<!-- 14 -->[test] Use testing-library alpha when running React 18 tests (#28267) @eps1lon
|
|
74
|
+
|
|
75
|
+
All contributors of this release in alphabetical order: @breitembach, @chetrit, @coder-freestyle, @danilo-leal, @danwoods, @eps1lon, @hbjORbj, @michaldudak, @mnajdova, @nguyenkhanhnam, @oliviertassinari, @sakura90, @siriwatknp, @valse, @xenostar
|
|
76
|
+
|
|
3
77
|
## 5.0.0
|
|
4
78
|
|
|
5
79
|
<!-- generated comparing v5.0.0-rc.1..next -->
|
|
@@ -256,7 +330,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
256
330
|
- ​<!-- 31 -->[core] Remove file-wide disables of `no-use-before-define` (#27984) @eps1lon
|
|
257
331
|
- ​<!-- 30 -->[core] Improve `release:changelog` script (#27941) @eps1lon
|
|
258
332
|
- ​<!-- 29 -->[core] Enforce curly braces for block statements (#27946) @eps1lon
|
|
259
|
-
- ​<!-- 07 -->[test] Disable
|
|
333
|
+
- ​<!-- 07 -->[test] Disable BrowserStack for PRs (#28041) @eps1lon
|
|
260
334
|
|
|
261
335
|
All contributors of this release in alphabetical order: @aaronlademann-wf, @bene-we, @chetas411, @eps1lon, @flaviendelangle, @hbjORbj, @iamhosseindhv, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @rajzik, @rsxdalv, @siriwatknp, @StefanBRas, @StefanTobler, @tdmiller1, @vedadeepta
|
|
262
336
|
|
|
@@ -1640,7 +1714,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
1640
1714
|
|
|
1641
1715
|
- ​<!-- 60 -->[core] Skip sx prop in internal components (#26235) @mnajdova
|
|
1642
1716
|
- ​<!-- 59 -->[core] Remove `withStyles` dependencies from `@material-ui/core/styles` (#26277) @mnajdova
|
|
1643
|
-
- ​<!-- 55 -->[core] Include human readable target in the
|
|
1717
|
+
- ​<!-- 55 -->[core] Include human readable target in the BrowserStack build (#26322) @eps1lon
|
|
1644
1718
|
- ​<!-- 53 -->[core] Fix NotchedOutlineProps type (#26305) @gnowland
|
|
1645
1719
|
- ​<!-- 51 -->[core] Add file for git-blame --ignore-revs-file (#26295) @eps1lon
|
|
1646
1720
|
- ​<!-- 49 -->[core] Ensure component class keys aren't missing (#25754) @eps1lon
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Material Design icons distributed as SVG React components.",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@babel/runtime": "^7.
|
|
36
|
+
"@babel/runtime": "^7.15.4"
|
|
37
37
|
},
|
|
38
38
|
"sideEffects": false,
|
|
39
39
|
"publishConfig": {
|