Skip to content

Commit 5a07996

Browse files
authored
5.15.15 (#41752)
1 parent cf08c2e commit 5a07996

File tree

8 files changed

+47
-7
lines changed

8 files changed

+47
-7
lines changed

CHANGELOG.md

+40
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# [Versions](https://mui.com/versions/)
22

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+
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+
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+
343
## v5.15.14
444

545
<!-- generated comparing v5.15.13..master -->

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/monorepo",
3-
"version": "5.15.14",
3+
"version": "5.15.15",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages/mui-core-downloads-tracker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/core-downloads-tracker",
3-
"version": "5.15.14",
3+
"version": "5.15.15",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Internal package to track number of downloads of our design system libraries",

packages/mui-icons-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/icons-material",
3-
"version": "5.15.14",
3+
"version": "5.15.15",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design icons distributed as SVG React components.",

packages/mui-lab/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/lab",
3-
"version": "5.0.0-alpha.169",
3+
"version": "5.0.0-alpha.170",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",

packages/mui-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "5.15.14",
3+
"version": "5.15.15",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.",

packages/mui-styles/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styles",
3-
"version": "5.15.14",
3+
"version": "5.15.15",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",

packages/mui-system/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/system",
3-
"version": "5.15.14",
3+
"version": "5.15.15",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.",

0 commit comments

Comments
 (0)