@mui/icons-material 5.14.14 → 5.14.16

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 +134 -0
  2. package/index.js +1 -1
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,139 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.14.16
4
+
5
+ <!-- generated comparing v5.14.15..master -->
6
+
7
+ _Oct 31, 2023_
8
+
9
+ A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - ✨ New highly requested Joy UI component: [Snackbar](https://mui.com/joy-ui/react-snackbar) (#38801) @ZeeshanTamboli
12
+
13
+ ### `@mui/material@5.14.16`
14
+
15
+ - &#8203;<!-- 03 -->Fix ownerstate being propagated to DOM node when using styled-components v6 (#39586) @mnajdova
16
+
17
+ ### `@mui/base@5.0.0-beta.22`
18
+
19
+ - &#8203;<!-- 28 -->[Autocomplete] Standardize box shadow on demos (#39519) @zanivan
20
+ - &#8203;<!-- 27 -->[useSelect] Support browser autofill (#39595) @DiegoAndai
21
+ - &#8203;<!-- 30 -->[base-ui] Fix mergeSlotProps className join order (#39616) @mj12albert
22
+
23
+ ### `@mui/joy@5.0.0-beta.13`
24
+
25
+ - &#8203;<!-- 29 -->[Accordion] Add type button to accordion
26
+ - &#8203;<!-- 28 -->[Card] Fix CardOverflow in nested cards (#39668) @siriwatknp summary (#39532) @Popppins
27
+ - &#8203;<!-- 08 -->[Menu] Fix closing of listbox in `MenuList` demo (#39459) @sai6855
28
+ - &#8203;<!-- 07 -->[Progress] Revamp Linear and Circular progress variants (#39492) @zanivan
29
+ - &#8203;<!-- 06 -->[Select] Support selection of `multiple` options (#39454) @sai6855
30
+ - &#8203;<!-- 05 -->[Textarea] Add ref usage instructions (#39615) @danilo-leal
31
+ - &#8203;<!-- 10 --> Fix sticky hover media query issue on mobile (#37467) @gitstart
32
+ - &#8203;<!-- 09 --> Add Snackbar component (#38801) @ZeeshanTamboli
33
+
34
+ ### `@mui/material-next@6.0.0-alpha.108`
35
+
36
+ - &#8203;<!-- 04 -->[theme] Update Material You typescale tokens (#39514) @mj12albert
37
+
38
+ ### Docs
39
+
40
+ - &#8203;<!-- 22 -->Fix 301 link to Primer design system @oliviertassinari
41
+ - &#8203;<!-- 19 -->[joy-ui] Revise the CSS vars page (#39335) @danilo-leal
42
+ - &#8203;<!-- 18 -->[joy-ui] Add docs for changing styles based on states (#39597) @siriwatknp
43
+ - &#8203;<!-- 17 -->[joy-ui] Fix wrong messages (#39602) @siriwatknp
44
+ - &#8203;<!-- 16 -->[material-ui] Include link to bundler how-to for Styled Components users (#39620) @jcoyle37
45
+ - &#8203;<!-- 15 -->[material-ui] Improve Dialog demos (#39642) @ZeeshanTamboli
46
+ - &#8203;<!-- 14 -->[material-ui] Add stray design fine-tuning to the example collection (#39581) @danilo-leal
47
+ - &#8203;<!-- 13 -->[system] Clean up `@mui/styles` docs and discourage users from installing it (#39644) @samuelsycamore
48
+ - &#8203;<!-- 12 -->[examples] Upgrade Remix to v2 (#39229) @Nkzn
49
+ - &#8203;<!-- 11 -->[examples][material-ui] Remove hardcoded `color="black"` from Next.js App Router layout (#39577) @samuelsycamore
50
+
51
+ ### Core
52
+
53
+ - &#8203;<!-- 26 -->[core] Setup vale for enforcing style guides (#39633) @alexfauquette
54
+ - &#8203;<!-- 25 -->[core] Remove unused use client (#38967) @oliviertassinari
55
+ - &#8203;<!-- 24 -->[core] Remove duplicate export (#39346) @oliviertassinari
56
+ - &#8203;<!-- 23 -->[core] Remove not used `@types/loader-utils` package from `zero-next-plugin` (#39609) @ZeeshanTamboli
57
+ - &#8203;<!-- 21 -->[docs-infra] Add meta charset in codesandbox examples (#39424) @Janpot
58
+ - &#8203;<!-- 20 -->[docs-infra] Fix settings drawer accessibility issues (#39589) @emamoah
59
+ - &#8203;<!-- 02 -->[website] Add stray adjustments and clean-ups (#39673) @danilo-leal
60
+ - &#8203;<!-- 01 -->[website] Open the `Design Engineer - xGrid` role (#39375) @DanailH
61
+
62
+ All contributors of this release in alphabetical order: @alexfauquette, @Best-Sardar, @DanailH, @danilo-leal, @DiegoAndai, @emamoah, @gitstart, @Janpot, @jcoyle37, @mj12albert, @mnajdova, @Nkzn, @oliviertassinari, @Popppins, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
63
+
64
+ ## 5.14.15
65
+
66
+ <!-- generated comparing v5.14.14..master -->
67
+
68
+ _Oct 24, 2023_
69
+
70
+ A big thanks to the 17 contributors who made this release possible.
71
+
72
+ ### `@mui/material@5.14.15`
73
+
74
+ - &#8203;<!-- 24 -->[Checkbox][Radio] Fix theme style overrides not working for different sizes (#39377) @gitstart
75
+ - &#8203;<!-- 12 -->[InputLabel] InputLabel supports ownerState.focused for styleOverrides (#39470) @mj12albert
76
+ - &#8203;<!-- 07 -->[ToggleButton] Add `fullWidth` to `toggleButtonClasses` and `toggleButtonGroupClasses` (#39536) @Semigradsky
77
+
78
+ ### `@mui/base@5.0.0-beta.21`
79
+
80
+ - &#8203;<!-- 29 -->[useAutocomplete] Correct keyboard navigation with multiple disabled options (#38788) @VadimZvf
81
+ - &#8203;<!-- 28 -->[Select] Standardize box shadow on demos (#39509) @zanivan
82
+ - &#8203;<!-- 27 -->[Slider] Refine demos (#39526) @zanivan
83
+ - &#8203;<!-- 34 -->[Input] Update and port additional tests from material-ui (#39584) @mj12albert
84
+
85
+ ### `@mui/material-next@6.0.0-alpha.107`
86
+
87
+ - &#8203;<!-- 16 -->[FilledInput] Add FilledInput component (#39307) @mj12albert
88
+ - &#8203;<!-- 13 -->[InputAdornment] Fix unstable_capitalize import (#39510) @DiegoAndai
89
+ - &#8203;<!-- 08 -->[Snackbar] copy files to mui-material-next (#39232) @Best-Sardar
90
+ - &#8203;<!-- 33 -->[Menu] Use useMenu hook (#38934) @mnajdova
91
+
92
+ ### `@mui/joy@5.0.0-beta.12`
93
+
94
+ - &#8203;<!-- 26 -->[Button] Fix button size being a decorator (#39529) @siriwatknp
95
+ - &#8203;<!-- 25 -->[CardOverflow] Remove conditional CSS to support Next.js App dir (#39101) @siriwatknp
96
+ - &#8203;<!-- 11 -->[Link] Apply `userSelect: none` only when it's a button (#39486) @mwskwong
97
+
98
+ ### `@mui/lab@5.0.0-alpha.150`
99
+
100
+ - &#8203;<!-- 09 -->Update peer dep of @mui/material (#39398) @brijeshb42
101
+
102
+ ### `@mui/zero-runtime@0.0.1-alpha.0`
103
+
104
+ - &#8203;<!-- 06 -->Implement typings for public runtime API (#39215) @brijeshb42
105
+
106
+ ### `@mui/zero-vite-plugin@0.0.1-alpha.0`
107
+
108
+ - &#8203;<!-- 05 -->Modify plugin to transform node_modules (#39517) @brijeshb42
109
+
110
+ ### Docs
111
+
112
+ - &#8203;<!-- 31 -->[base-ui] Standardize grey palette across demos (#39504) @zanivan
113
+ - &#8203;<!-- 30 -->[base-ui] Overall demos design review (#38820) @zanivan
114
+ - &#8203;<!-- 19 -->[joy-ui] Adjust the responsiveness of the template card (#39534) @danilo-leal
115
+ - &#8203;<!-- 18 -->[material-ui] Typo fixes in overview page (#39540) @Evan151
116
+ - &#8203;<!-- 35 -->[material-ui] Add stray design tweaks to the templates collection (#39583) @danilo-leal
117
+ - &#8203;<!-- 17 -->[system] Revise the Box page (#39159) @danilo-leal
118
+ - &#8203;<!-- 22 -->Fix git diff format @oliviertassinari
119
+ - &#8203;<!-- 15 -->[I10n] Add Norwegian (nynorsk) (nn-NO) locale (#39481) @hjalti-lifekeys
120
+ - &#8203;<!-- 10 -->[l10n] Fix double space typo in ar-EG @oliviertassinari
121
+ - &#8203;<!-- 14 -->[I10n] Additions to Icelandic (is-IS) locale (#39480) @hjalti-lifekeys
122
+
123
+ ### Core
124
+
125
+ - &#8203;<!-- 23 -->[core] Replace a `useCallback` by `useRef` in useEventCallback (#39078) @romgrk
126
+ - &#8203;<!-- 21 -->[docs-infra] Prevent docs crash (#39214) @alexfauquette
127
+ - &#8203;<!-- 20 -->[docs-infra] Fix no-op autoprefixer warning (#39385) @oliviertassinari
128
+ - &#8203;<!-- 32 -->[docs-infra] Refine the API page design (#39520) @alexfauquette
129
+ - &#8203;<!-- 25 -->[docs-infra] Fix cut-off sponsors (#39572) @oliviertassinari
130
+ - &#8203;<!-- 04 -->[website] Add missing h1 on page @oliviertassinari
131
+ - &#8203;<!-- 03 -->[website] Fix unrecognized prop warning @oliviertassinari
132
+ - &#8203;<!-- 02 -->[website] Store Engineer role filled @oliviertassinari
133
+ - &#8203;<!-- 01 -->[website] Add stray design adjustments (#39496) @danilo-leal
134
+
135
+ All contributors of this release in alphabetical order: @alexfauquette, @Best-Sardar, @brijeshb42, @danilo-leal, @DiegoAndai, @Evan151, @gitstart, @hjalti-lifekeys, @mj12albert, @mnajdova, @mwskwong, @oliviertassinari, @romgrk, @Semigradsky, @siriwatknp, @VadimZvf, @zanivan
136
+
3
137
  ## 5.14.14
4
138
 
5
139
  <!-- generated comparing v5.14.13..master -->
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v5.14.14
2
+ * @mui/icons-material v5.14.16
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/icons-material",
3
- "version": "5.14.14",
3
+ "version": "5.14.16",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Material Design icons distributed as SVG React components.",
@@ -28,7 +28,7 @@
28
28
  "url": "https://opencollective.com/mui"
29
29
  },
30
30
  "dependencies": {
31
- "@babel/runtime": "^7.23.1"
31
+ "@babel/runtime": "^7.23.2"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@mui/material": "^5.0.0",