@mui/icons-material 5.14.12 → 5.14.13

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 +66 -0
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,70 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.14.13
4
+
5
+ <!-- generated comparing v5.14.12..master -->
6
+
7
+ _Oct 10, 2023_
8
+
9
+ A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🚀 Added support for `styled-components` v6 (#39042) @mnajdova
12
+
13
+ ### `@mui/material@5.14.13`
14
+
15
+ - [Checkbox] Fix checkbox hover bg with extendTheme (#39319) @brijeshb42
16
+ - [Chip] Outlined Chip variant is wider than the Filled counterpart (#39342) @chirag3003
17
+ - [Select] Add notice about select's a11y improvement on v5.14.12 changelog (#39310) @DiegoAndai
18
+ - [Typography] Color prop check for primitive type (#39071) @DarhkVoyd
19
+ - [Pagination] Fix background color on hover and keyboard focus when using CSS theme variables (#39220) @ValkonX33
20
+ - [Popper] Add missing `styleOverrides` Popper type in theme (#39154) @axelbostrom
21
+ - [Slider] Support all default palette colors in TypeScript (#39058) @gugudwt
22
+
23
+ ### `@mui/base@5.0.0-beta.19`
24
+
25
+ - [Menu] Add the anchor prop (#39297) @michaldudak
26
+
27
+ ### `@mui/material-next@6.0.0-alpha.105`
28
+
29
+ - [Menu] Copy v5 Menu components (#39301) @mnajdova
30
+
31
+ ### `@mui/joy@5.0.0-beta.10`
32
+
33
+ - [Autocomplete] Add `type=button` to clear button (#39263) @brijeshb42
34
+ - [Button] Fix the text wrap issue (#38696) @atharva3333
35
+ - [Drawer] Apply color inversion to content slot instead (#39312) @siriwatknp
36
+ - [Switch] Fix missing class name (#39327) @Bestwebdesign
37
+
38
+ ### `@mui/styled-engine-sc@6.0.0-alpha.1`
39
+
40
+ - &#8203;<!-- 03 -->[system] Add support for `styled-components` v6 (#39042) @mnajdova
41
+
42
+ ### Docs
43
+
44
+ - [joy-ui] Adjust the templates page card design (#39369) @danilo-leal
45
+ - Rename the Data Grid "Quick filter" to "Search" (#37724) @alexfauquette
46
+ - Remove obsolete translations (#39221) @mbrookes
47
+ - Update link to add custom color in palette (#39359) @ZeeshanTamboli
48
+ - Denser code demo @oliviertassinari
49
+ - Set up MD3 experiments pages (#39323) @mj12albert
50
+ - [Drawer] Fix right anchored persistent drawer intercepts click when it is closed (#39318) @ZeeshanTamboli
51
+ - [joy-ui] Revise the Color Inversion page (#39306) @danilo-leal
52
+ - [joy-ui] Remove redundant `error` prop from input validation demo (#39280) @sai6855
53
+ - [material-ui] Rename themed components doc, fix typos (#39368) @samuelsycamore
54
+ - [material-ui] Adjust the Material You Chip section (#39325) @danilo-leal
55
+ - [system] Add documentation on how to augment custom theme types for the `sx` prop callback (#39259) @3xp10it3r
56
+ - [joy-ui][Input] Add debounce input demo (#39300) @sai6855
57
+
58
+ ### Core
59
+
60
+ - [docs-infra] Improve the open diamond sponsor spot callout (#39332) @danilo-leal
61
+ - [docs-infra] Fix Code Sandbox download issue (#39317) @ARJ2160
62
+ - [docs-infra] Remove overflow: hidden for demo gradient bg (#39225) @oliviertassinari
63
+ - [website] Fix footer responsiveness (#39355) @danilo-leal
64
+ - [website] Host Figma redirections in the store for now @oliviertassinari
65
+
66
+ All contributors of this release in alphabetical order: @3xp10it3r, @alexfauquette, @ARJ2160, @atharva3333, @axelbostrom, @Bestwebdesign, @brijeshb42, @chirag3003, @danilo-leal, @DarhkVoyd, @DiegoAndai, @gugudwt, @mbrookes, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @ValkonX33, @ZeeshanTamboli
67
+
3
68
  ## 5.14.12
4
69
 
5
70
  <!-- generated comparing v5.14.11..master -->
@@ -10,6 +75,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
10
75
 
11
76
  - 🎨 Introduced color inversion utilities to Joy UI (#38916) @siriwatknp
12
77
  - 🚀 Added Chip and related TextField components to Material You @DiegoAndai, @mj12albert
78
+ - 🏗️ Improve the Select's component a11y by adding the combobox role and aria-controls attribute (#38785) @xulingzhihou. If your tests require selecting the trigger element by the "button" role, then you'll have to change it to use the "combobox" role instead
13
79
 
14
80
  ### `@mui/material@5.14.12`
15
81
 
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v5.14.12
2
+ * @mui/icons-material v5.14.13
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.12",
3
+ "version": "5.14.13",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Material Design icons distributed as SVG React components.",