Skip to content

Commit 0a478bb

Browse files
authored
v5.15.12 (#41289)
1 parent de59d28 commit 0a478bb

File tree

16 files changed

+97
-19
lines changed

16 files changed

+97
-19
lines changed

CHANGELOG.md

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

3+
## v5.15.12
4+
5+
<!-- generated comparing v5.15.11..master -->
6+
7+
_Mar 5, 2024_
8+
9+
A big thanks to the 19 contributors who made this release possible!
10+
This is the first alpha release of Pigment CSS, a zero-runtime CSS-in-JS library 🚀
11+
12+
13+
14+
- Support props callback type in theme variants (#40946) @ZeeshanTamboli
15+
- [Alert] Convert to support zero runtime (#41230) @siriwatknp
16+
- [Alert] Deprecate composed classes (#40688) @DiegoAndai
17+
- [Button] Deprecate classes for v6 (#40675) @sai6855
18+
- [Checkbox] `large` size added in type (#34909) @smox
19+
- [Chip] Deprecate composed classes (#41235) @sai6855
20+
- [Chip] Correct `deleteIconColorPrimary` and `deleteIconColorSecondary` class descriptions (#41231) @sai6855
21+
- Remove unused dev dependency on @mui/lab (#41198) @brijeshb42
22+
- [Slider] Deprecate components and componentProps props for v6 (#40777) @lhilgert9
23+
24+
25+
26+
- Fix createSpacing return type (#41318) @matystroia
27+
28+
29+
30+
- [Autocomplete] Fix text overflow in Chip (#40229) @PunitSoniME
31+
32+
### `@pigment-css/[email protected]`
33+
34+
- Rename scope to @pigment-css (#41354) @brijeshb42
35+
- Rename zero-runtime to pigmentcss (#41317) @brijeshb42
36+
- Add support for styled tagged-template literals (#41268) @brijeshb42
37+
- Set up Material UI migration demos (#41267) @siriwatknp
38+
- Move extendTheme to already existing @mui/zero-runtime/utils (#41254) @brijeshb42
39+
- Remove `object` intersection from CSS Fallback (#41271) @siriwatknp
40+
- Minor wording changes in README (#41253) @brijeshb42
41+
- Prepare zero-runtime packages for public release (#41226) @brijeshb42
42+
43+
### Docs
44+
45+
- [base-ui] Update the docs post repo separation (#41328) @danilo-leal
46+
- Fix missing partner link @oliviertassinari
47+
- Update links to GitHub projects (#41297) @danilo-leal
48+
- Standardize WAI-ARIA referencest @oliviertassinari
49+
- Fix image layout shift when loading @oliviertassinari
50+
- [joy-ui] Add stray adjustments throughout the docs (#41211) @danilo-leal
51+
- [material-ui] Remove duplicated text at FAQ page (#41326) @zanivan
52+
- [material-ui] Fix color mode toggle of the landing page template (#41293) @zanivan
53+
- [system] Tweak the Usage demos (#41242) @danilo-leal
54+
- [pigment-css] Add a Why section on the README (#41284) @danilo-leal
55+
56+
### Core
57+
58+
- Revert "[utils] Port `useLocalStorageState` hook from Toolpad (#41096)" @oliviertassinari
59+
- [blog] Add post about how MUI uses Toolpad (#40172) @prakhargupta1
60+
- [blog] No bundled demos in blog posts @oliviertassinari
61+
- [code-infra] Embed translations in the @mui/docs package (#41246) @Janpot
62+
- [code-infra] Prepare the markdown package for publishing (#41240) @michaldudak
63+
- [code-infra] Unpin the version of docs-utils in scripts (#41232) @michaldudak
64+
- [core] Use runtime agnostic setTimeout type @oliviertassinari
65+
- [core] Remove window. reference for common globals @oliviertassinari
66+
- [core] Add a script to build all packages (#40631) @michaldudak
67+
- [docs-infra] Fix missing non breaking spaces @oliviertassinari
68+
- [docs-infra] Add design customizations to the disclosure element (#41285) @danilo-leal
69+
- [docs-infra] Adjust headings dark mode color (#41292) @danilo-leal
70+
- [docs-infra] Fix Stack Overflow breaking space @oliviertassinari
71+
- [docs-infra] Fix product selector popup not closing on route change (#41166) @divyammadhok
72+
- [docs-infra] Improve fix blank links ad @oliviertassinari
73+
- [docs-infra] Support interfaces for X docs (#41069) @alexfauquette
74+
- [infra] Adjust the links to search for issues (#41008) @michelengelen
75+
- [website] Add James to About Us (#41362) @atomiks
76+
- [website] Polish Button outline primary medium (#41298) @oliviertassinari
77+
- [website] Remove Heatmap chart from community plan on pricing table (#41081) @alexfauquette
78+
79+
All contributors of this release in alphabetical order: @alexfauquette, @atomiks, @brijeshb42, @danilo-leal, @DiegoAndai, @divyammadhok, @Janpot, @lhilgert9, @matystroia, @michaldudak, @michelengelen, @oliviertassinari, @prakhargupta1, @PunitSoniME, @sai6855, @siriwatknp, @smox, @zanivan, @ZeeshanTamboli
80+
381
## v5.15.11
482

583
<!-- generated comparing v5.15.10..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.11",
3+
"version": "5.15.12",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages/mui-base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/base",
3-
"version": "5.0.0-beta.37",
3+
"version": "5.0.0-beta.38",
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.",
@@ -50,8 +50,8 @@
5050
"prop-types": "^15.8.1"
5151
},
5252
"devDependencies": {
53-
"@mui/internal-babel-macros": "workspace:^",
5453
"@mui-internal/test-utils": "workspace:^",
54+
"@mui/internal-babel-macros": "workspace:^",
5555
"@mui/types": "workspace:^",
5656
"@testing-library/react": "^14.2.1",
5757
"@testing-library/user-event": "^14.5.2",

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.11",
3+
"version": "5.15.12",
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.11",
3+
"version": "5.15.12",
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.11",
3+
"version": "5.15.12",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",

packages/mui-icons-material/package.json

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

packages/mui-joy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/joy",
3-
"version": "5.0.0-beta.29",
3+
"version": "5.0.0-beta.30",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Joy UI is an open-source React component library that implements MUI's own design principles. It's comprehensive and can be used in production out of the box.",

packages/mui-lab/package.json

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

packages/mui-material-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-next",
3-
"version": "6.0.0-alpha.124",
3+
"version": "6.0.0-alpha.125",
44
"private": false,
55
"author": "MUI Team",
66
"description": "v6-alpha: React components that implement Google's Material Design",

0 commit comments

Comments
 (0)