@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.
Files changed (3) hide show
  1. package/CHANGELOG.md +76 -2
  2. package/index.js +1 -1
  3. 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
+ - &#8203;<!-- 18 -->[Radio] Fix support for number value type (#26772) @sakura90
18
+ - &#8203;<!-- 12 -->[useMediaQuery] Reduce bundle size (#28412) @eps1lon
19
+
20
+ ### `@mui/codemod@5.0.1`
21
+
22
+ - &#8203;<!-- 43 -->[codemod] Cover edge case for theme-spacing #28400 @siriwatknp
23
+
24
+ ### `@mui/lab@5.0.0-alpha.48`
25
+
26
+ - &#8203;<!-- 36 -->[DateTimePicker] Support `seconds` `view` (#25095) @breitembach
27
+ - &#8203;<!-- 13 -->[TimePicker] Fire change event when meridiem changes (#26600) @coder-freestyle
28
+
29
+ ### Docs
30
+
31
+ - &#8203;<!-- 35 -->[docs] Fix missing exit animation for transition Poppers (#28506) @eps1lon
32
+ - &#8203;<!-- 34 -->[docs] Fix migration v5 docs (#28530) @siriwatknp
33
+ - &#8203;<!-- 33 -->[docs] Avoid re-mounting the whole tree when switching theme direction (#28495) @eps1lon
34
+ - &#8203;<!-- 32 -->[docs] Fix html compliance (#28429) @oliviertassinari
35
+ - &#8203;<!-- 31 -->[docs] Use hyphen-case for CSS properties in /system/properties (#28489) @chetrit
36
+ - &#8203;<!-- 30 -->[docs] Update caret position in comments to match npm scope (#28426) @eps1lon
37
+ - &#8203;<!-- 29 -->[docs] Fix CONTRIBUTING to point out to master as targeted branch (#28396) @mnajdova
38
+ - &#8203;<!-- 28 -->[docs] Update examples to remove 'beta' (#28475) @oliviertassinari
39
+ - &#8203;<!-- 27 -->[docs] Fix 404 links to MUI X API (#28176) @oliviertassinari
40
+ - &#8203;<!-- 26 -->[docs] Fix broken/incorrect attributes links in Avatar and NativeSelect API pages (#28417) @xenostar
41
+ - &#8203;<!-- 25 -->[docs] Explain how `<Alert icon={false} />` behaves (#28348) @nguyenkhanhnam
42
+ - &#8203;<!-- 24 -->[docs] Fix typo in /system/the-sx-prop (#28393) @danwoods
43
+ - &#8203;<!-- 23 -->[docs] Correct the migration doc (#28391) @michaldudak
44
+ - &#8203;<!-- 22 -->[docs] Fix the notification display logic (#28389) @oliviertassinari
45
+ - &#8203;<!-- 21 -->[docs] Add notification for v5 @oliviertassinari
46
+ - &#8203;<!-- 20 -->[docs] Fix typo (#28521) @valse
47
+ - &#8203;<!-- 12 -->[website] Implement algolia redesign (#28252) @hbjORbj
48
+ - &#8203;<!-- 11 -->[website] Update data-grid dependencies #28531 @siriwatknp
49
+ - &#8203;<!-- 10 -->[website] Cleanup unused files after rebranding (#28505) @siriwatknp
50
+ - &#8203;<!-- 09 -->[website] Update /company pages to use marketing website Header and Footer (#28498) @danilo-leal
51
+ - &#8203;<!-- 08 -->[website] Optimize images (#28486) @michaldudak
52
+ - &#8203;<!-- 07 -->[website] Add components index page (#28485) @siriwatknp
53
+ - &#8203;<!-- 06 -->[website] Fix typo (#28478) @oliviertassinari
54
+ - &#8203;<!-- 05 -->[website] Fix crash (#28474) @oliviertassinari
55
+ - &#8203;<!-- 04 -->[website] Close the open engineering roles (#28428) @oliviertassinari
56
+ - &#8203;<!-- 03 -->[website] Fix 40x links (#28401) @mnajdova
57
+ - &#8203;<!-- 02 -->[website] Fix SEO issues reported by moz.com (#28402) @mnajdova
58
+ - &#8203;<!-- 01 -->[website] Fix production issues (#28384) @siriwatknp
59
+
60
+ ### Core
61
+
62
+ - &#8203;<!-- 44 -->[core] Fix release:changelog base branch (#28533) @mnajdova
63
+ - &#8203;<!-- 42 -->[core] Remove code handling JSS components (#28421) @eps1lon
64
+ - &#8203;<!-- 41 -->[core] Remove unused dependencies (#28468) @eps1lon
65
+ - &#8203;<!-- 40 -->[core] Ensure both docs bundles are analyzeable (#28410) @eps1lon
66
+ - &#8203;<!-- 39 -->[core] Switch to webpack 5 (#28248) @eps1lon
67
+ - &#8203;<!-- 38 -->[core] Batch small changes (#28177) @oliviertassinari
68
+ - &#8203;<!-- 37 -->[core] Update publish tag to latest (#28382) @mnajdova
69
+ - &#8203;<!-- 19 -->[framer] Update @mui/\* dependencies (#28469) @eps1lon
70
+ - &#8203;<!-- 17 -->[test] Add custom queries to `screen` (#28507) @eps1lon
71
+ - &#8203;<!-- 16 -->[test] Run listChangedFiles against master (#28504) @eps1lon
72
+ - &#8203;<!-- 15 -->[test] Increase BrowserStack timeout for Firefox (#28476) @oliviertassinari
73
+ - &#8203;<!-- 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
  - &#8203;<!-- 31 -->[core] Remove file-wide disables of `no-use-before-define` (#27984) @eps1lon
257
331
  - &#8203;<!-- 30 -->[core] Improve `release:changelog` script (#27941) @eps1lon
258
332
  - &#8203;<!-- 29 -->[core] Enforce curly braces for block statements (#27946) @eps1lon
259
- - &#8203;<!-- 07 -->[test] Disable browserstack for PRs (#28041) @eps1lon
333
+ - &#8203;<!-- 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
  - &#8203;<!-- 60 -->[core] Skip sx prop in internal components (#26235) @mnajdova
1642
1716
  - &#8203;<!-- 59 -->[core] Remove `withStyles` dependencies from `@material-ui/core/styles` (#26277) @mnajdova
1643
- - &#8203;<!-- 55 -->[core] Include human readable target in the browserstack build (#26322) @eps1lon
1717
+ - &#8203;<!-- 55 -->[core] Include human readable target in the BrowserStack build (#26322) @eps1lon
1644
1718
  - &#8203;<!-- 53 -->[core] Fix NotchedOutlineProps type (#26305) @gnowland
1645
1719
  - &#8203;<!-- 51 -->[core] Add file for git-blame --ignore-revs-file (#26295) @eps1lon
1646
1720
  - &#8203;<!-- 49 -->[core] Ensure component class keys aren't missing (#25754) @eps1lon
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.0
1
+ /** @license MUI v5.0.1
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/icons-material",
3
- "version": "5.0.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.14.8"
36
+ "@babel/runtime": "^7.15.4"
37
37
  },
38
38
  "sideEffects": false,
39
39
  "publishConfig": {