Skip to content

Commit 9585d28

Browse files
authored
[release] v5.15.14 (#41540)
1 parent f9f9144 commit 9585d28

25 files changed

Lines changed: 80 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,61 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## v5.15.14
4+
5+
<!-- generated comparing v5.15.13..master -->
6+
7+
_Mar 18, 2024_
8+
9+
A big thanks to the 15 contributors who made this release possible.
10+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
11+
12+
### `@mui/material@5.15.13`
13+
14+
- [Accordion] Convert to support CSS extraction (#41221) @mnajdova
15+
- &#8203;<!-- 24 -->[Autocomplete] Convert to support CSS extraction (#40330) @mnajdova
16+
- &#8203;<!-- 06 -->[Slider] Convert to support CSS extraction (#41201) @mnajdova
17+
- &#8203;<!-- 07 -->[Select] Fix variant type (#41405) @sai6855
18+
- &#8203;<!-- 09 -->[typescript] Use interface instead of type for props (#41500) @siriwatknp
19+
20+
### `@pigment-css/react@0.0.3`
21+
22+
- &#8203;<!-- 03 -->Add Box component (#41451) @brijeshb42
23+
24+
### `pigment-css/nextjs-plugin@0.0.3`
25+
26+
- &#8203;<!-- 04 -->Fix alias resolver (#41494) @brijeshb42
27+
- &#8203;<!-- 05 -->Follow-up to #41494 (#41502) @brijeshb42
28+
29+
### Docs
30+
31+
- &#8203;<!-- 12 -->[joy-ui] Add UI improvements to the side navigation demo (#41461) @cipherlogs
32+
- &#8203;<!-- 11 -->[pigment-css] Add media query guide (#41473) @siriwatknp
33+
- &#8203;<!-- 10 -->[pigment-css] Fixing location of the ExtendTheme type in the docs (#41499) @jherr
34+
- &#8203;<!-- 08 -->[material-ui][Progress] Add Circular progress gradient demo from Github comment (#40559) @DiegoAndai
35+
36+
### Core
37+
38+
- &#8203;<!-- 23 -->[blog] Bringing consistency to Material UI customization APIs (#41040) @DiegoAndai
39+
- &#8203;<!-- 22 -->[code-infra] Rename @mui-internal/docs-utils to @mui/internal-docs-utils (#41498) @michaldudak
40+
- &#8203;<!-- 21 -->[code-infra] Copy translations.json to @mui/docs build folder (#41472) @Janpot
41+
- &#8203;<!-- 20 -->[core] Use Circle CI context (#41532) @oliviertassinari
42+
- &#8203;<!-- 19 -->[core] Fix CHANGELOG format and update date (#41481) @DiegoAndai
43+
- &#8203;<!-- 18 -->[docs] Fix useStorageState regressions (#41223) @Janpot
44+
- &#8203;<!-- 17 -->[docs] Fix some Vale errors (#41516) @oliviertassinari
45+
- &#8203;<!-- 15 -->[material-ui][docs] Fix landing page template's h1 size (#41543) @zanivan
46+
- &#8203;<!-- 14 -->[material-ui][docs] Apply new code header docs feature (#41508) @danilo-leal
47+
- &#8203;<!-- 11 -->[material-next] Drop the package (#41544) @mnajdova
48+
- &#8203;<!-- 16 -->[docs-infra] Fail CI on Vale error (#40944) @oliviertassinari
49+
- &#8203;<!-- 15 -->[docs-infra] Improve Vale config @oliviertassinari
50+
- &#8203;<!-- 14 -->[docs-infra] Add a feature list "component" (#41484) @danilo-leal
51+
- &#8203;<!-- 13 -->[docs-infra] Add code block header classes (#41487) @danilo-leal
52+
- &#8203;<!-- 21 -->[docs-infra] Make the Algolia search input label invisible (#41542) @danilo-leal
53+
- &#8203;<!-- 03 -->[website] Improve navbar's items hover state (#41535) @EyaOuenniche
54+
- &#8203;<!-- 02 -->[website] Split Toolpad documentation (#41316) @bharatkashyap
55+
- &#8203;<!-- 01 -->[website] Use MUI X Data Grid v7-beta (#41276) @cherniavskii
56+
57+
All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @EyaOuenniche, @Janpot, @jherr, @michaldudak, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @zanivan
58+
359
## v5.15.13
460

561
<!-- generated comparing v5.15.12..master -->

package.json

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

packages-internal/docs-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-docs-utils",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"author": "MUI Team",
55
"description": "Utilities for MUI docs. This is an internal package not meant for general use.",
66
"main": "./build/index.js",

packages-internal/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-scripts",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"author": "MUI Team",
55
"description": "Utilities supporting MUI libraries build and docs generation. This is an internal package not meant for general use.",
66
"main": "build/index.js",

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-markdown",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "MUI Team",
55
"description": "MUI markdown parser. This is an internal package not meant for general use.",
66
"main": "./index.js",

packages/mui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/base",
3-
"version": "5.0.0-beta.39",
3+
"version": "5.0.0-beta.40",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.",

packages/mui-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/codemod",
3-
"version": "5.15.13",
3+
"version": "5.15.14",
44
"bin": "./codemod.js",
55
"private": false,
66
"author": "MUI Team",

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

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

packages/mui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/docs",
3-
"version": "5.15.13",
3+
"version": "5.15.14",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",

packages/mui-envinfo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/envinfo",
3-
"version": "2.0.18",
3+
"version": "2.0.19",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Logs infos about the environment relevant to @mui/*",

0 commit comments

Comments
 (0)