@mui/icons-material 5.10.3 → 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 +367 -0
- package/index.d.ts +718 -718
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,372 @@
|
|
|
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
|
+
|
|
198
|
+
## 5.10.6
|
|
199
|
+
|
|
200
|
+
<!-- generated comparing v5.10.5..master -->
|
|
201
|
+
|
|
202
|
+
_Sep 19, 2022_
|
|
203
|
+
|
|
204
|
+
A big thanks to the 11 contributors who made this release possible.
|
|
205
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
206
|
+
|
|
207
|
+
### `@mui/material@5.10.6`
|
|
208
|
+
|
|
209
|
+
- [TextField] Fix conflict with `Bootstrap` even when label is not defined (#34343) @ZeeshanTamboli
|
|
210
|
+
|
|
211
|
+
### `@mui/joy@5.0.0-alpha.46`
|
|
212
|
+
|
|
213
|
+
#### Breaking changes
|
|
214
|
+
|
|
215
|
+
- [button][joy] Replace `start/endIcon` prop with `start/endDecorator` (#34288) @hbjORbj
|
|
216
|
+
|
|
217
|
+
**BREAKING CHANGE**: replace `start/endIcon` with `start/endDecorator`.
|
|
218
|
+
|
|
219
|
+
```jsx
|
|
220
|
+
// before
|
|
221
|
+
<Button startIcon={...} endIcon={...} />
|
|
222
|
+
|
|
223
|
+
// after
|
|
224
|
+
<Button startDecorator={...} endDecorator={...} />
|
|
225
|
+
```
|
|
226
|
+
|
|
227
|
+
#### Changes
|
|
228
|
+
|
|
229
|
+
- [Joy] Adjust the `Input` and `Textarea` styles (#34281) @siriwatknp
|
|
230
|
+
- [menu][joy] Set disablePortal default to false (#34283) @tomasz-sodzawiczny
|
|
231
|
+
|
|
232
|
+
### `@mui/base@5.0.0-alpha.98`
|
|
233
|
+
|
|
234
|
+
#### Breaking changes
|
|
235
|
+
|
|
236
|
+
- [Select][base] Add event parameter to the onChange callback (#34158) @michaldudak
|
|
237
|
+
|
|
238
|
+
The SelectUnstyled and MultiSelectUnstyled `onChange` callbacks did not have event as the first parameter, leading to inconsistency with other components and native HTML elements.
|
|
239
|
+
This PR adds the event parameter as the first one and moves the newly selected value to the second position. Because of this, it's a breaking change.
|
|
240
|
+
This also affects Select from Joy UI.
|
|
241
|
+
|
|
242
|
+
```jsx
|
|
243
|
+
// before
|
|
244
|
+
<SelectUnstyled onChange={(newValue) => { /* ... */ }} />
|
|
245
|
+
|
|
246
|
+
// after
|
|
247
|
+
<SelectUnstyled onChange={(event, newValue) => { /* ... */ }} />
|
|
248
|
+
```
|
|
249
|
+
|
|
250
|
+
### Docs
|
|
251
|
+
|
|
252
|
+
- [blog] The Date Pickers gets a stable v5 release (#34152) @alexfauquette
|
|
253
|
+
- [blog] Improve image handling (#34222) @oliviertassinari
|
|
254
|
+
- [blog] Correct 2021 survey data interpretation (#34291) @samuelsycamore
|
|
255
|
+
- [docs] Remove expired AospExtended showcase @oliviertassinari
|
|
256
|
+
- [docs] Link the OpenSSF Best Practices card (#34331) @oliviertassinari
|
|
257
|
+
- [docs] Fix 301 link to external projects @oliviertassinari
|
|
258
|
+
- [docs] Move 12 component names to Title Case (#34188) @oliviertassinari
|
|
259
|
+
- [docs] Fix broken links (#34320) @alexfauquette
|
|
260
|
+
- [docs] Add notification for MUI Base announcement post (#34295) @samuelsycamore
|
|
261
|
+
- [website] Fix MUI X subscribe email border style (#34330) @oliviertassinari
|
|
262
|
+
- [website] Improve security header @oliviertassinari
|
|
263
|
+
|
|
264
|
+
### Core
|
|
265
|
+
|
|
266
|
+
- [core] Lock file maintenance (#34161) @renovate[bot]
|
|
267
|
+
- [core] Issue template: move reproduction steps to the top (#34279) @Janpot
|
|
268
|
+
- [core] Create shared Next.js baseline config (#34259) @oliviertassinari
|
|
269
|
+
- [core] In `typescript-to-proptypes`, respect the value pass to the generic (#34311) @flaviendelangle
|
|
270
|
+
|
|
271
|
+
All contributors of this release in alphabetical order: @alexfauquette, @flaviendelangle, @hbjORbj, @Janpot, @michaldudak, @oliviertassinari, @renovate[bot], @samuelsycamore, @siriwatknp, @tomasz-sodzawiczny, @ZeeshanTamboli
|
|
272
|
+
|
|
273
|
+
## 5.10.5
|
|
274
|
+
|
|
275
|
+
<!-- generated comparing v5.10.4..master -->
|
|
276
|
+
|
|
277
|
+
_Sep 12, 2022_
|
|
278
|
+
|
|
279
|
+
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
280
|
+
|
|
281
|
+
- 🚀 [Blog post](https://mui.com/blog/introducing-mui-base/) for announcing the release of the MUI Base package is out thanks to @michaldudak.
|
|
282
|
+
- 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/), [`Modal`](https://mui.com/joy-ui/react-modal/), [`ListSubheader`](https://mui.com/joy-ui/react-list-subheader/), [`FormControl`](https://mui.com/joy-ui/react-form-control/), [`CircularProgress`](https://mui.com/joy-ui/react-circular-progress/) components to Joy UI (#33859) @hbjORbj @siriwatknp
|
|
283
|
+
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
284
|
+
|
|
285
|
+
### `@mui/material@5.10.5`
|
|
286
|
+
|
|
287
|
+
- ​<!-- 05 -->[ListItemText] Fix variant mapping in `primaryTypography` (#33880) @iamxukai
|
|
288
|
+
- ​<!-- 03 -->[Timeline] Add left and right aligned timeline demos in docs (#34156) @ZeeshanTamboli
|
|
289
|
+
|
|
290
|
+
### `@mui/joy@5.0.0-alpha.45`
|
|
291
|
+
|
|
292
|
+
- ​<!-- 20 -->[Joy UI] Add `CircularProgress` component (#33869) @hbjORbj
|
|
293
|
+
- ​<!-- 19 -->[Joy UI] Add `FormControl` component (#34187) @siriwatknp
|
|
294
|
+
- ​<!-- 18 -->[Joy UI] Add `ListSubheader` component (#34191) @siriwatknp
|
|
295
|
+
- ​<!-- 17 -->[Joy UI] Add `Modal` component (#34043) @siriwatknp
|
|
296
|
+
- ​<!-- 10 -->[Joy] Fix list value of false or 0 (zero) text is incorrectly grey (#34255) @kushagra010
|
|
297
|
+
- ​<!-- 09 -->[Joy] Adjust typography decorator margin (#34257) @siriwatknp
|
|
298
|
+
- ​<!-- 08 -->[Joy] Miscellaneous fixes (#34193) @siriwatknp
|
|
299
|
+
- ​<!-- 07 -->[Radio][joy] Integrate with form control (#34277) @siriwatknp
|
|
300
|
+
- ​<!-- 06 -->[Joy][textarea] Pass `textarea` props from `componentsProps` (#34223) @HexM7
|
|
301
|
+
|
|
302
|
+
### Docs
|
|
303
|
+
|
|
304
|
+
- ​<!-- 16 -->[blog] Introducing MUI Base (#33778) @michaldudak
|
|
305
|
+
- ​<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
|
|
306
|
+
- ​<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
|
|
307
|
+
- ​<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
|
|
308
|
+
- ​<!-- 02 -->[website] Add Lukas to the about page (#34284) @LukasTy
|
|
309
|
+
- ​<!-- 01 -->[website] Update diamond sponsor URL (#34256) @oliviertassinari
|
|
310
|
+
|
|
311
|
+
### Core
|
|
312
|
+
|
|
313
|
+
- ​<!-- 04 -->[test] Replace argos-cli with @argos-ci/core (#34178) @michaldudak
|
|
314
|
+
- ​<!-- 15 -->[core] Create a script to generate codeowners (#34175) @michaldudak
|
|
315
|
+
- ​<!-- 14 -->[core] Add RFC GH issue template (#33871) @bytasv
|
|
316
|
+
|
|
317
|
+
All contributors of this release in alphabetical order: @bytasv, @ChrystianDeMatos, @hbjORbj, @HexM7, @iamxukai, @kushagra010, @LukasTy, @michaldudak, @oliviertassinari, @siriwatknp, @ZeeshanTamboli, @zillion504
|
|
318
|
+
|
|
319
|
+
## 5.10.4
|
|
320
|
+
|
|
321
|
+
<!-- generated comparing v5.10.3..master -->
|
|
322
|
+
|
|
323
|
+
_Sep 5, 2022_
|
|
324
|
+
|
|
325
|
+
A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
|
|
326
|
+
|
|
327
|
+
- 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/) component to Joy UI (#33859) @hbjORbj
|
|
328
|
+
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
329
|
+
|
|
330
|
+
### `@mui/material@5.10.4`
|
|
331
|
+
|
|
332
|
+
- ​<!-- 22 -->[Avatar] Use structured / semantic markup for avatars and avatar groups (#33994) @paulschreiber
|
|
333
|
+
- ​<!-- 05 -->[Steps] Use structured / semantic markup for steps and steppers (#34138) @paulschreiber
|
|
334
|
+
|
|
335
|
+
### `@mui/joy@5.0.0-alpha.44`
|
|
336
|
+
|
|
337
|
+
- ​<!-- 23 -->[Alert][joy] Add `Alert` component (#33859) @hbjORbj
|
|
338
|
+
- ​<!-- 08 -->[Joy] Make the description of `componentsProps` generic (#34140) @hbjORbj
|
|
339
|
+
- ​<!-- 07 -->[Joy] Add tests / classes for `Breadcrumbs` component (#33860) @hbjORbj
|
|
340
|
+
- ​<!-- 06 -->[Select][joy] Fix forwarding listbox `component` prop (#34172) @siriwatknp
|
|
341
|
+
|
|
342
|
+
### `@mui/base@5.0.0-alpha.96`
|
|
343
|
+
|
|
344
|
+
- ​<!-- 21 -->[Select][base] Fix type issues that appeared with TS 4.8 (#34132) @michaldudak
|
|
345
|
+
|
|
346
|
+
### Docs
|
|
347
|
+
|
|
348
|
+
- ​<!-- 15 -->[docs] Add `mui-color-input`, `mui-chips-input` and `mui-tel-input` into the related projects page (#34123) @viclafouch
|
|
349
|
+
- ​<!-- 14 -->[docs] Update sponsors (#34157) @hbjORbj
|
|
350
|
+
- ​<!-- 13 -->[docs] Move 5 component names to Title Case (#34118) @oliviertassinari
|
|
351
|
+
- ​<!-- 12 -->[docs] Fix the color contrast on optional API methods (#34127) @oliviertassinari
|
|
352
|
+
- ​<!-- 11 -->[docs] Fix crash due to using wrong variable (#34171) @siriwatknp
|
|
353
|
+
- ​<!-- 10 -->[docs] Fix a few Base typos (#33986) @ropereraLK
|
|
354
|
+
- ​<!-- 09 -->[docs] Revise Joy UI "Overview" page copy (#34087) @samuelsycamore
|
|
355
|
+
- ​<!-- 20 -->[blog] Fix social cards (#34160) @oliviertassinari
|
|
356
|
+
- ​<!-- 03 -->[website] Allow deep linking to sponsors @oliviertassinari
|
|
357
|
+
- ​<!-- 02 -->[website] Update job descriptions (#34134) @DanailH
|
|
358
|
+
- ​<!-- 01 -->[website] Link Toolpad landing page @oliviertassinari
|
|
359
|
+
|
|
360
|
+
### Core
|
|
361
|
+
|
|
362
|
+
- ​<!-- 19 -->[core] Move renovate config to the repository root (#34180) @oliviertassinari
|
|
363
|
+
- ​<!-- 18 -->[core] Reinstate react/no-unused-prop-types eslint rule (#34125) @Janpot
|
|
364
|
+
- ​<!-- 17 -->[core] Do not append `types` field to packages without index.d.ts (#33952) @michaldudak
|
|
365
|
+
- ​<!-- 16 -->[core] Sanitize input in icon synonyms update script (#33989) @michaldudak
|
|
366
|
+
- ​<!-- 04 -->[test] Allow to pass options to `mousePress` function (#34124) @cherniavskii
|
|
367
|
+
|
|
368
|
+
All contributors of this release in alphabetical order: @cherniavskii, @DanailH, @hbjORbj, @Janpot, @michaldudak, @oliviertassinari, @paulschreiber, @ropereraLK, @samuelsycamore, @siriwatknp, @viclafouch
|
|
369
|
+
|
|
3
370
|
## 5.10.3
|
|
4
371
|
|
|
5
372
|
<!-- generated comparing v5.10.2..master -->
|