@mui/icons-material 5.14.9 → 5.14.12

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 +214 -0
  2. package/index.js +1 -1
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,219 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.14.12
4
+
5
+ <!-- generated comparing v5.14.11..master -->
6
+
7
+ _Oct 3, 2023_
8
+
9
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🎨 Introduced color inversion utilities to Joy UI (#38916) @siriwatknp
12
+ - 🚀 Added Chip and related TextField components to Material You @DiegoAndai, @mj12albert
13
+
14
+ ### `@mui/material@5.14.12`
15
+
16
+ - [DialogActions] Apply margin-left when children is not of `button` type (#39189) @sai6855
17
+ - [Select] Improve a11y by adding combobox role and aria-controls attribute (#38785) @xulingzhihou
18
+ - [Select] Fix MenuProps slotProps forwarding (#39177) @DiegoAndai
19
+ - [TextField] Polish types in Textfield demo (#39140) @sai6855
20
+ - [ButtonGroup] Fix rendering with conditional elements (#38989) @ZeeshanTamboli
21
+
22
+ ### `@mui/system@5.14.12`
23
+
24
+ - [system] Add support for `variants` in the styled() util (#39073) @mnajdova
25
+ - [Box] Add missing logical spacing property types (#39169) @Semigradsky
26
+
27
+ ### `@mui/base@5.0.0-beta.18`
28
+
29
+ - [useSlider] Align externalProps handling (#38854) @mj12albert
30
+ - [useTabs] Align external props handling for useTab/useTabPanel/useTabsList (#39037) @mj12albert
31
+ - [test] Fix import paths in useTab tests (#39291) @mj12albert
32
+
33
+ ### `@mui/material-next@6.0.0-alpha.104`
34
+
35
+ - [Chip] Add Material You Chip component (#38927) @DiegoAndai
36
+ - [Divider] Copy v5 Divider (#39197) @mj12albert
37
+ - [FilledInput] Copy v5 FilledInput (#39040) @mj12albert
38
+ - [FormControl] Add FormControl component (#39032) @mj12albert
39
+ - [Select] Copy Select files from v5 (#39188) @DiegoAndai
40
+ - [TextField] Copy v5 TextField's inner components (#39166) @mj12albert
41
+
42
+ ### `@mui/joy@5.0.0-beta.9`
43
+
44
+ - Introduce color inversion utilities (#38916) @siriwatknp
45
+ - Replace margin with `gap` property (#39147) @siriwatknp
46
+ - [CssBaseline] use Joy `GlobalStyles` (#39278) @siriwatknp
47
+ - [Drawer] Apply content styles from theme to content slot (#39199) @sai6855
48
+ - [List] Add gap and missing active styles (#39146) @siriwatknp
49
+ - [Switch] Slight adjustments to the design (#39276) @danilo-leal
50
+
51
+ ### Docs
52
+
53
+ - [docs] Update Autocomplete demo for React 18 (#39162) @oliviertassinari
54
+ - [docs-infra] Tweak feedback footer section design (#36556) @danilo-leal
55
+ - [docs-infra] Improve code syntax highlight (#39181) @oliviertassinari
56
+ - [docs][base] Add Tailwind CSS + plain CSS demo on the TextArea page (#39046) @alisasanib
57
+ - [docs][base-ui] Fix style for root div of multiline input (#39182) @ttlpta
58
+ - [docs][base-ui] Improve Select's country select demo (#38983) @oliviertassinari
59
+ - [docs][joy-ui] Add scrollable tabs example (#39260) @siriwatknp
60
+ - [docs][joy-ui] Match `Autocomplete` github label demo to actual github label dropdown (#39228) @sai6855
61
+ - [docs][joy-ui] Refine the Rental dashboard template (#39059) @zanivan
62
+ - [docs][joy-ui] Removed incomplete sentence in the Aspect Ratio page (#39227) @Erik-McKelvey
63
+ - [docs][joy-ui] Fix typo in the Accordion page (#39226) @Erik-McKelvey
64
+ - [docs][joy-ui] Update and standardize template Sidemenus (#39271) @zanivan
65
+ - [docs][joy-ui] Add a roadmap page (#39163) @danilo-leal
66
+ - [docs][material-ui] Replace `Box` with `Stack` in applicable demos (#39174) @sai6855
67
+ - [docs][material-ui] Add small polish to the Templates page (#39224) @danilo-leal
68
+ - [docs][material-ui] Small revision to the Icons page (#38840) @danilo-leal
69
+
70
+ ### Core
71
+
72
+ - Add next lint config to eslint (#39183) @Janpot
73
+ - [core] Update eslint rules (#39178) @romgrk
74
+ - [core] Fix Greg GitHub slug @oliviertassinari
75
+ - [core] Priority Support casing normalization @oliviertassinari
76
+ - [website] Add Heat map in pricing page (#39269) @oliviertassinari
77
+ - [website] Update `React Engineer - xCharts` Ashby link (#39172) @DanailH
78
+ - [website] Add Charts to the pricing table (#38680) @alexfauquette
79
+ - [website] Polish career experience @oliviertassinari
80
+ - [website] Simplify the Core products file (#39194) @danilo-leal
81
+
82
+ All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @DanailH, @danilo-leal, @DiegoAndai, @Erik-McKelvey, @Janpot, @mj12albert, @mnajdova, @oliviertassinari, @romgrk, @sai6855, @Semigradsky, @siriwatknp, @xulingzhihou, @zanivan, @ZeeshanTamboli
83
+
84
+ ## 5.14.11
85
+
86
+ <!-- generated comparing v5.14.10..master -->
87
+
88
+ _Sep 26, 2023_
89
+
90
+ A big thanks to the 23 contributors who made this release possible.
91
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
92
+
93
+ ### `@mui/material@5.14.11`
94
+
95
+ - [Autocomplete] Re-export `AutocompleteValue` to make it available from path import (#38638) @vadimka123
96
+ - [Select][material-ui] Missing aria-multiselectable attribute on multiple Select component (#38855) @gitstart
97
+ - [l10n] labelDisplayedRows is added for trTR localization (#39056) @tebersefa
98
+
99
+ ### `@mui/utils@5.14.11`
100
+
101
+ - Support RSC in `isMuiElement` util (#38129) @sai6855
102
+
103
+ ### `@mui/base@5.0.0-beta.17`
104
+
105
+ - [NumberInput] Support adornments (#38900) @anle9650
106
+ - [Menu] Align external props handling for useMenu/MenuButton/MenuItem (#38946) @mj12albert
107
+ - [Select] Align external props handling (#39038) @mj12albert
108
+ - [TextareaAutosize] Simplify logic and add test (#38728) @oliviertassinari
109
+
110
+ ### `@mui/joy@5.0.0-beta.8`
111
+
112
+ - [Button] Fix disabled button styling when component prop is provided (#38996) @sai6855
113
+ - [Drawer] Add missing `JoyDrawer` in theme components (#39074) @Studio384
114
+
115
+ ### `@mui/material-next@6.0.0-alpha.103`
116
+
117
+ - [FormControl] Copy v5 FormControl (#39039) @mj12albert
118
+
119
+ ### `@mui/lab@5.0.0-alpha.146`
120
+
121
+ - [TreeView] Fix JSDoc comments in TreeView and TreeItem (#38874) @jergason
122
+
123
+ ### Docs
124
+
125
+ - Improve focus trap demo (#38985) @oliviertassinari
126
+ - Add Tailwind CSS + plain CSS demo on the Tabs page (#39000) @alisasanib
127
+ - Improve the default theme viewer design (#39049) @danilo-leal
128
+ - Add live demo with CssVarsProvider (#38792) @oliviertassinari
129
+ - Fix wrong hash on Card's page (#39151) @mnajdova
130
+ - Revise the Drawer page (#38988) @danilo-leal
131
+ - Simplify the button's loading indicator demo (#39082) @danilo-leal
132
+ - Fix the Templates link on the Overview page (#39086) @danilo-leal
133
+ - Refine the Sign in template (#38942) @zanivan
134
+ - Add `use-count-up` integration with the Circular Progress (#38952) @anon-phantom
135
+
136
+ ### Core
137
+
138
+ - [blog] Add a company values blog post (#38802) @mikailaread
139
+ - [core] Downgrade lerna to 7.2.0 (#39149) @michaldudak
140
+ - [core] Simplify docs feedback interaction (#39075) @alexfauquette
141
+ - [core] Improve ref type definition (#38903) @oliviertassinari
142
+ - [core] Simplify career (#39112) @oliviertassinari
143
+ - [core] Update Babel types along with source packages (#39070) @michaldudak
144
+ - [core] Add a comment to explain `useEnhancedEffect` (#39035) @Janpot
145
+ - [docs-infra] Fix code removal in table of content (#39165) @alexfauquette
146
+ - [docs-infra] Improve callouts design (#39084) @danilo-leal
147
+ - [docs-infra] Fix key warning in Base UI Slider slots section (#38954) @ZeeshanTamboli
148
+ - [docs-infra] Fix error when redirecting to the root page (#38451) @maheshguntur
149
+ - [docs-infra] Open demo crash in the right repository (#39006) @oliviertassinari
150
+ - [test] Split the test package (#39061) @michaldudak
151
+ - [website] React Engineer - xCharts role (#38976) @DanailH
152
+ - [website] Improve the highlighter component colors (#39087) @danilo-leal
153
+ - [website] Fix Pricing page row hover (#39097) @danilo-leal
154
+ - [website] Fix typo with straight quote @oliviertassinari
155
+ - [website] Sync about page @oliviertassinari
156
+ - [website] Update the about page (#38733) @danilo-leal
157
+ - [website] Small fixes on the X marketing page (#38975) @flaviendelangle
158
+ - [website] Add stray design tweaks to the X page (#38589) @danilo-leal
159
+
160
+ All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @anle9650, @anon-phantom, @DanailH, @danilo-leal, @DiegoAndai, @flaviendelangle, @gitstart, @Janpot, @jergason, @maheshguntur, @michaldudak, @mikailaread, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @Studio384, @tebersefa, @vadimka123, @zanivan, @ZeeshanTamboli
161
+
162
+ ## 5.14.10
163
+
164
+ <!-- generated comparing v5.14.9..master -->
165
+
166
+ _Sep 18, 2023_
167
+
168
+ A big thanks to the 16 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
169
+
170
+ ### `@mui/material@5.14.10`
171
+
172
+ - &#8203;<!-- 20 -->[Chip] Add cursor CSS property reset (#38984) @DiegoAndai
173
+
174
+ ### `@mui/utils@5.14.10`
175
+
176
+ - &#8203;<!-- 05 -->[utils] Move @types/prop-types back to dependencies (#39030) @Methuselah96
177
+
178
+ ### `@mui/base@5.0.0-beta.16`
179
+
180
+ - &#8203;<!-- 24 -->[NumberInput][base-ui] Warn when changing control mode with `useControlled` (#38757) @sai6855
181
+ - &#8203;<!-- 23 -->[Select][base-ui] Fix Select button layout shift, add placeholder prop (#38796) @mj12albert
182
+ - &#8203;<!-- 22 -->[useList][base-ui] Accept arbitrary external props and forward to root (#38848) @mj12albert
183
+ - &#8203;<!-- 25 -->[Autocomplete][base-ui] Added ref to getInputProps return value (#38919) @DarhkVoyd
184
+
185
+ ### `@mui/joy@5.0.0-beta.7`
186
+
187
+ - &#8203;<!-- 26 -->[AccordionGroup][joy-ui] Fix console warning when using custom color (#38950) @sai6855
188
+ - &#8203;<!-- 07 -->[GlobalStyles][joy-ui] Ensure compatibility with RSC (#38955) @mateuseap
189
+
190
+ ### Docs
191
+
192
+ - &#8203;<!-- 21 -->[docs][base] Add Tailwind CSS + plain CSS demo on the NumberInput page (#38928) @alisasanib
193
+ - &#8203;<!-- 13 -->[docs][Dialog] Add non-modal dialog docs & demo (#38684) @mnajdova
194
+ - &#8203;<!-- 12 -->[docs] Fix number input wrong demo @oliviertassinari
195
+ - &#8203;<!-- 11 -->[docs] Exclude joy-ui LinearProgressCountup from visual regression (#38969) @siriwatknp
196
+ - &#8203;<!-- 09 -->[docs][joy-ui] Revise the Overview page (#38842) @danilo-leal
197
+ - &#8203;<!-- 08 -->[docs][material-ui][Pagination] Add `TablePagination` to the API components list (#38486) @MonstraG
198
+
199
+ ### Core
200
+
201
+ - &#8203;<!-- 19 -->[core] Add more context about useEventCallback @oliviertassinari
202
+ - &#8203;<!-- 18 -->[core] Allow deeper import of @mui/utils (#38806) @oliviertassinari
203
+ - &#8203;<!-- 17 -->[core] Remove react-dom from @mui/utils peerDependencies (#38974) @michaldudak
204
+ - &#8203;<!-- 16 -->[core] Remove react from styled-engine dependencies (#38971) @michaldudak
205
+ - &#8203;<!-- 15 -->[core] Fix image loading bug on Safari @oliviertassinari
206
+ - &#8203;<!-- 14 -->[core] Fix bundle size upload to S3 job (#38956) @Janpot
207
+ - &#8203;<!-- 20 -->[core] Move eslint to peer dependencies of eslint-plugin-material-ui (#39033) @michaldudak
208
+ - &#8203;<!-- 10 -->[docs-infra] Display markdown lists correctly in docs for props description (#38973) @ZeeshanTamboli
209
+ - &#8203;<!-- 04 -->[website] Improve lighthouse score (#39011) @oliviertassinari
210
+ - &#8203;<!-- 03 -->[website] Fix lighthouse issues @oliviertassinari
211
+ - &#8203;<!-- 02 -->[website] Create the `InfoCard` component (#38987) @danilo-leal
212
+ - &#8203;<!-- 01 -->[website] Small tweaks for performance @oliviertassinari
213
+ - &#8203;<!-- 06 -->[zero][next] Setup nextjs plugin package (#38852) @brijeshb42
214
+
215
+ All contributors of this release in alphabetical order: @alisasanib, @brijeshb42, @danilo-leal, @DarhkVoyd, @DiegoAndai, @Janpot, @mateuseap, @Methuselah96, @michaldudak, @mj12albert, @mnajdova, @MonstraG, @oliviertassinari, @sai6855, @siriwatknp, @ZeeshanTamboli
216
+
3
217
  ## 5.14.9
4
218
 
5
219
  <!-- generated comparing v5.14.8..master -->
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v5.14.9
2
+ * @mui/icons-material v5.14.12
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.9",
3
+ "version": "5.14.12",
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.22.15"
31
+ "@babel/runtime": "^7.23.1"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@mui/material": "^5.0.0",