@mui/icons-material 5.10.6 β 5.10.9
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 +195 -0
- package/index.d.ts +718 -718
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,200 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.10.9
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.10.8..master -->
|
|
6
|
+
|
|
7
|
+
_Oct 10, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 7 contributors who made this release possible. Here are some highlights β¨:
|
|
10
|
+
|
|
11
|
+
- π [Joy] Button loading functionality has been added by @kushagra010 (#34658)
|
|
12
|
+
- And more π bug fixes and π documentation improvements.
|
|
13
|
+
|
|
14
|
+
### `@mui/material@5.10.9`
|
|
15
|
+
|
|
16
|
+
- ​<!-- 16 -->[Grid v2][system] Handle direction object prop for responsive design (#34574) @vanyaxk
|
|
17
|
+
- ​<!-- 03 -->[Slider] Fix unnecessary accessibility attribute in root element (#34610) @vanyaxk
|
|
18
|
+
|
|
19
|
+
### `@mui/system@5.10.9`
|
|
20
|
+
|
|
21
|
+
#### BREAKING CHANGE
|
|
22
|
+
|
|
23
|
+
- ​<!-- 17 -->[system] Fix color-scheme implementation (#34639) @siriwatknp
|
|
24
|
+
|
|
25
|
+
The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material UI and Joy UI).
|
|
26
|
+
|
|
27
|
+
Migration:
|
|
28
|
+
|
|
29
|
+
- **Material UI**: you can enable the CSS color scheme via `<CssBaseline enableColorScheme />`.
|
|
30
|
+
- **Joy UI**: it is enabled automatically if you use `<CssBaseline />`, [see the docs](https://mui.com/joy-ui/react-css-baseline/).
|
|
31
|
+
|
|
32
|
+
#### Changes
|
|
33
|
+
|
|
34
|
+
- ​<!-- 02 -->[system] Fix typo in createCssVarsProvider (#34661) @HexM7
|
|
35
|
+
|
|
36
|
+
### `@mui/base@5.0.0-alpha.101`
|
|
37
|
+
|
|
38
|
+
- ​<!-- 01 -->[TrapFocus] Restore the previously exported type from @mui/material (#34601) @michaldudak
|
|
39
|
+
|
|
40
|
+
### `@mui/joy@5.0.0-alpha.49`
|
|
41
|
+
|
|
42
|
+
- ​<!-- 04 -->[Joy] Add button loading functionality (#34658) @kushagra010
|
|
43
|
+
|
|
44
|
+
### Docs
|
|
45
|
+
|
|
46
|
+
- ​<!-- 18 -->[docs] Revert #34541 (#34700) @michaldudak
|
|
47
|
+
- ​<!-- 15 -->[blog] Blog post for MUI X v6 alpha zero (#34424) @joserodolfofreitas
|
|
48
|
+
- ​<!-- 09 -->[docs] Improve Joy UI tutorial demo (#34653) @oliviertassinari
|
|
49
|
+
- ​<!-- 08 -->[docs] Explain how SelectUnstyled renders a hidden input (#34638) @michaldudak
|
|
50
|
+
- ​<!-- 07 -->[docs] Fix Taiwan description (#34611) @oliviertassinari
|
|
51
|
+
- ​<!-- 06 -->[docs] Fix codesandbox export with dayjs (#34619) @oliviertassinari
|
|
52
|
+
- ​<!-- 05 -->[docs] Explain the purpose of renderGroup prop (#34066) @michaldudak
|
|
53
|
+
|
|
54
|
+
### Core
|
|
55
|
+
|
|
56
|
+
- ​<!-- 14 -->[core] Make useForkRef variadic (#27939) @michaldudak
|
|
57
|
+
- ​<!-- 13 -->[core] Speedup of yarn install in the CI (#34632) @oliviertassinari
|
|
58
|
+
- ​<!-- 12 -->[core] Fix markdown loader on Windows (#34623) @michaldudak
|
|
59
|
+
- ​<!-- 11 -->[core] Update changelog for version v5.10.8 (#34593) @mnajdova
|
|
60
|
+
- ​<!-- 10 -->[core] Update root package.json version (#34592) @mnajdova
|
|
61
|
+
|
|
62
|
+
All contributors of this release in alphabetical order: @HexM7, @joserodolfofreitas, @kushagra010, @michaldudak, @mnajdova, @oliviertassinari, @vanyaxk
|
|
63
|
+
|
|
64
|
+
## 5.10.8
|
|
65
|
+
|
|
66
|
+
<!-- generated comparing v5.10.7..master -->
|
|
67
|
+
|
|
68
|
+
_Oct 3, 2022_
|
|
69
|
+
|
|
70
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights β¨:
|
|
71
|
+
|
|
72
|
+
- π [SnackbarUnstyled](https://mui.com/base/react-snackbar/) component & headless hook are added to MUI Base (#33227) @ZeeshanTamboli
|
|
73
|
+
- π [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
|
|
74
|
+
- And more π bug fixes and π documentation improvements.
|
|
75
|
+
|
|
76
|
+
### `@mui/material@5.10.8`
|
|
77
|
+
|
|
78
|
+
- ​<!-- 28 -->[Autocomplete] Skip filtering when list of options is loading (#33278) @ndebeiss
|
|
79
|
+
- ​<!-- 13 -->[Fab] Add `disabled` class to FAB button (#34245) @meenarama
|
|
80
|
+
- ​<!-- 09 -->[l10n] Add Arabic Saudi Arabia (ar-SA) locale (#33340) @rolule
|
|
81
|
+
- ​<!-- 08 -->[l10n] zhTW refinement (#33391) @Aporim2051
|
|
82
|
+
- ​<!-- 07 -->[Popover] Add `ownerState` on the paper slot (#34445) @kabernardes
|
|
83
|
+
- ​<!-- 05 -->[Slider] Fixed incorrect marks displayed due to duplicate keys in range (#33526) @kskd1804
|
|
84
|
+
- ​<!-- 03 -->[TextField] Fix typo in FormControlLabel declaration file (#34535) @hghmn
|
|
85
|
+
|
|
86
|
+
### `@mui/base@5.0.0-alpha.100`
|
|
87
|
+
|
|
88
|
+
- ​<!-- 04 -->[SnackbarUnstyled] Create component and `useSnackbar` hook (#33227) @ZeeshanTamboli
|
|
89
|
+
|
|
90
|
+
### `@mui/joy@5.0.0-alpha.48`
|
|
91
|
+
|
|
92
|
+
- ​<!-- 12 -->[Joy] Fix `variantPlain` classname missing in few components (#34534) @hbjORbj
|
|
93
|
+
- ​<!-- 11 -->[Joy] Fix input decorator color and list padding (#34586) @siriwatknp
|
|
94
|
+
- ​<!-- 10 -->[Joy] Miscellaneous fixes (#34492) @siriwatknp
|
|
95
|
+
|
|
96
|
+
### Docs
|
|
97
|
+
|
|
98
|
+
- ​<!-- 27 -->[blog] Fix 404 link in base introduction @oliviertassinari
|
|
99
|
+
- ​<!-- 21 -->[docs] Fix CI build (#34589) @mnajdova
|
|
100
|
+
- ​<!-- 20 -->[docs] Temporary remove date picker from home page (#34541) @siriwatknp
|
|
101
|
+
- ​<!-- 19 -->[docs] Revise and expand Joy UI "Tutorial" doc (#34569) @samuelsycamore
|
|
102
|
+
- ​<!-- 18 -->[docs] Fix SEO issues (#34537) @oliviertassinari
|
|
103
|
+
- ​<!-- 17 -->[docs] Add CSS variables documentation for Material UI (#33958) @siriwatknp
|
|
104
|
+
- ​<!-- 16 -->[docs] Capitalize Material Design on the Breakpoints page (#34481) @Dustin-Digitar
|
|
105
|
+
- ​<!-- 15 -->[docs] Able to load doc components inside markdown files (#34243) @flaviendelangle
|
|
106
|
+
- ​<!-- 14 -->[docs] Use mouse pointer on esc button in the search modal (#34485) @minkyngkm
|
|
107
|
+
- ​<!-- 02 -->[website] Fix typo in pricing FAQ @oliviertassinari
|
|
108
|
+
- ​<!-- 01 -->[website] Move the React Engineer role from open to next (#34494) @mnajdova
|
|
109
|
+
|
|
110
|
+
### Core
|
|
111
|
+
|
|
112
|
+
- ​<!-- 26 -->[core] Update root package.json version (#34592) @mnajdova
|
|
113
|
+
- ​<!-- 25 -->[core] Remove useless comment in fixtures (#34581) @Garz4
|
|
114
|
+
- ​<!-- 24 -->[core] Fix link to CODE_OF_CONDUCT.md (#34543) @peippo
|
|
115
|
+
- ​<!-- 23 -->[core] Remove outdated docsearch.js dependency (#34421) @oliviertassinari
|
|
116
|
+
- ​<!-- 22 -->[core] Add `newFeature` to the typing of MuiPage (#34511) @flaviendelangle
|
|
117
|
+
|
|
118
|
+
All contributors of this release in alphabetical order: @Aporim2051, @Dustin-Digitar, @flaviendelangle, @Garz4, @hbjORbj, @hghmn, @kabernardes, @kskd1804, @meenarama, @minkyngkm, @mnajdova, @ndebeiss, @oliviertassinari, @peippo, @rolule, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
119
|
+
|
|
120
|
+
## 5.10.7
|
|
121
|
+
|
|
122
|
+
<!-- generated comparing v5.10.6..master -->
|
|
123
|
+
|
|
124
|
+
_Sep 26, 2022_
|
|
125
|
+
|
|
126
|
+
A big thanks to the 21 contributors who made this release possible. Here are some highlights β¨:
|
|
127
|
+
|
|
128
|
+
- π [Divider](https://mui.com/joy-ui/react-divider/) component is added to Joy UI (#34403) @siriwatknp
|
|
129
|
+
|
|
130
|
+
### `@mui/material@5.10.7`
|
|
131
|
+
|
|
132
|
+
- [CssVarsProvider] Exclude dark mode variables from `:root` stylesheet (#34131) @siriwatknp
|
|
133
|
+
- [Chip] Add chip classes (#33801) @pratikkarad
|
|
134
|
+
- [Slider] Fix typo in the comments in the source (#34452) @HexM7
|
|
135
|
+
- [SvgIcon] Fix passing an ownerState to SvgIcon changes the font size (#34429) @ZeeshanTamboli
|
|
136
|
+
- [Stepper] Fix optional label is not centered when `alternativeLabel` is used (#34335) @ZeeshanTamboli
|
|
137
|
+
- [Tooltip] Add undefined, null or false in `title` (#34289) @abhinav-22-tech
|
|
138
|
+
- Make @emotion/\* fully supported in all Material UI components (#34451) @garronej
|
|
139
|
+
|
|
140
|
+
### `@mui/system@5.10.7`
|
|
141
|
+
|
|
142
|
+
- [system] Fix parsing of hsla colors in getLuminance (#34437) @ptrfrncsmrph
|
|
143
|
+
- [system] Fix incorrect type of `shape.borderRadius` in theme (#34076) @ZeeshanTamboli
|
|
144
|
+
- [system] Replace `enableSystem` with `defaultMode` (#33960) @siriwatknp
|
|
145
|
+
|
|
146
|
+
### `@mui/material@5.0.0-alpha.101`
|
|
147
|
+
|
|
148
|
+
- [deps] Move @mui/types to dependencies (#34384) @Methuselah96
|
|
149
|
+
|
|
150
|
+
### `@mui/base@5.0.0-alpha.99`
|
|
151
|
+
|
|
152
|
+
#### Breaking changes
|
|
153
|
+
|
|
154
|
+
- [TrapFocus] Rename TrapFocus to FocusTrap (#34216) @kabernardes
|
|
155
|
+
|
|
156
|
+
```diff
|
|
157
|
+
- import TrapFocus from β@mui/base/TrapFocusβ;
|
|
158
|
+
+ import FocusTrap from β@mui/base/FocusTrapβ;
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
#### Changes
|
|
162
|
+
|
|
163
|
+
- [MultiSelect] Require a single tap to select an item on mobile Chrome (#33932) @michaldudak
|
|
164
|
+
|
|
165
|
+
### `@mui/joy@5.0.0-alpha.47`
|
|
166
|
+
|
|
167
|
+
- [Checkbox] spread `value`, `required`, and `readOnly` to input (#34477) @siriwatknp
|
|
168
|
+
- [Chip] Fix unbinded `onClick` prop (#34455) @HexM7
|
|
169
|
+
- [Divider] Add `Divider` component (#34403) @siriwatknp
|
|
170
|
+
- [Radio] spread `readOnly` and `required` to input (#34478) @siriwatknp
|
|
171
|
+
|
|
172
|
+
### Docs
|
|
173
|
+
|
|
174
|
+
- [blog] MUI Base announcement typo fixed (#34409) @prakhargupta1
|
|
175
|
+
- [blog] Fix typo in date-pickers v5 stable (#34386) @alexfauquette
|
|
176
|
+
- [blog] Update date on date pickers v5 release blog post (#34406) @joserodolfofreitas
|
|
177
|
+
- [docs] Update `useMenu` and `useMenuItem` hooks demo (#34166) @ZeeshanTamboli
|
|
178
|
+
- [docs] Update the guide for migrating to TSS (#34417) @garronej
|
|
179
|
+
- [docs] Fix typo in `Grid` docs (#34475) @Dustin-Digitar
|
|
180
|
+
- [docs] Fix typo in `Back to top` section in AppBar docs (#34479) @Dustin-Digitar
|
|
181
|
+
- [docs] Standardize all MUI Core "Installation" pages (#34168) @samuelsycamore
|
|
182
|
+
- [docs] Fix webpack file name to the standard: `webpack.config.js` (#34446) @CodingItWrong
|
|
183
|
+
- [docs] Fix Select `onChange` call (#34408) @siriwatknp
|
|
184
|
+
- [docs] Notification for pickers blog - v5 stable (#34400) @joserodolfofreitas
|
|
185
|
+
- [docs] Improve social sharing of docs pages (#34346) @oliviertassinari
|
|
186
|
+
- [docs] Refine the use of MUI vs. Material UI (#34345) @oliviertassinari
|
|
187
|
+
- [docs] Send feedback directly to a dedicated slack channel (#34196) @alexfauquette
|
|
188
|
+
- [website] Adds Bilal to about page (#34412) @MBilalShafi
|
|
189
|
+
- [website] Add date range picker to pricing table (#34399) @joserodolfofreitas
|
|
190
|
+
|
|
191
|
+
### Core
|
|
192
|
+
|
|
193
|
+
- [core] Document some types in @mui/styled-engine-sc (#34413) @mnajdova
|
|
194
|
+
- [core] Add yml support to prettier (#33980) @Janpot
|
|
195
|
+
|
|
196
|
+
All contributors of this release in alphabetical order: @abhinav-22-tech, @alexfauquette, @CodingItWrong, @Dustin-Digitar, @garronej, @HexM7, @howlettt, @Janpot, @joserodolfofreitas, @kabernardes, @MBilalShafi, @Methuselah96, @michaldudak, @mnajdova, @oliviertassinari, @prakhargupta1, @pratikkarad, @ptrfrncsmrph, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
197
|
+
|
|
3
198
|
## 5.10.6
|
|
4
199
|
|
|
5
200
|
<!-- generated comparing v5.10.5..master -->
|