@mui/icons-material 5.15.14 → 5.15.15
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 +40 -0
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,45 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v5.15.15
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.15.14..master -->
|
|
6
|
+
|
|
7
|
+
_Apr 4, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
11
|
+
|
|
12
|
+
### `@mui/material@5.15.15`
|
|
13
|
+
|
|
14
|
+
- [Autocomplete] Display options provided to the `options` prop even if loading is true (#41677) @ZeeshanTamboli
|
|
15
|
+
- [RadioGroup] Apply classnames (#41681) @ZeeshanTamboli
|
|
16
|
+
|
|
17
|
+
### `@mui/system@5.15.15`
|
|
18
|
+
|
|
19
|
+
- Fix typo to avoid infinite recursion in function call (#41678) @ZeeshanTamboli
|
|
20
|
+
|
|
21
|
+
### Docs
|
|
22
|
+
|
|
23
|
+
- [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41679) @ZeeshanTamboli
|
|
24
|
+
- [material-ui] Remove deleted page from the sidenav (#41594) @danilo-leal
|
|
25
|
+
- [material-ui] Fix typo in CSS theme variables customization (#41680) @ZeeshanTamboli
|
|
26
|
+
- Continue migration of Base UI to sperate repository @oliviertassinari
|
|
27
|
+
- Add notification for MUI X v7 blog post (#41587) (#41605) @cherniavskii
|
|
28
|
+
- Update the versions dropdown to show v6 (#41557) @mnajdova
|
|
29
|
+
|
|
30
|
+
### Core
|
|
31
|
+
|
|
32
|
+
- [blog] Link to Romain's blog post in MUI X v7 announcement post (#41641) @cherniavskii
|
|
33
|
+
- [blog] Blog post with MUI X v7.0.0 annoucement (#41563) (#41604) @cherniavskii
|
|
34
|
+
- [blog] Add post about remote (#41565) @danilo-leal
|
|
35
|
+
- [core] Continue rename of Toolpad @oliviertassinari
|
|
36
|
+
- [docs-infra] Add Toolpad product/category IDs to types (#41551) @bharatkashyap
|
|
37
|
+
- [website] Add Aarón to About Us (#41747) @aarongarciah
|
|
38
|
+
- [website] Add stray design adjustments throughout the site (#41642) @mnajdova
|
|
39
|
+
- [website] Update pricing table (#41606) @cherniavskii
|
|
40
|
+
|
|
41
|
+
All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @cherniavskii, @danilo-leal, @mnajdova, @oliviertassinari, @ZeeshanTamboli
|
|
42
|
+
|
|
3
43
|
## v5.15.14
|
|
4
44
|
|
|
5
45
|
<!-- generated comparing v5.15.13..master -->
|
package/index.js
CHANGED