Skip to content

Commit 5c5e9f6

Browse files
aarongarciahZeeshanTambolimj12albert
authored
[release] v6.1.10 (#44645)
Signed-off-by: Aarón García Hervás <[email protected]> Co-authored-by: Zeeshan Tamboli <[email protected]> Co-authored-by: Albert Yu <[email protected]>
1 parent fff11a6 commit 5c5e9f6

File tree

18 files changed

+67
-39
lines changed

18 files changed

+67
-39
lines changed

CHANGELOG.md

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

3+
## 6.1.10
4+
5+
<!-- generated comparing v6.1.9..master -->
6+
7+
_Dec 3, 2024_
8+
9+
A big thanks to the 10 contributors who made this release possible.
10+
11+
12+
13+
- [Avatar] Fix `slotProps.img` not spread to hook (#44536) @siriwatknp
14+
- [FilledInput] Use `slotProps` instead of `componentsProps` (#44552) @siriwatknp
15+
- [Grid2] Fix theme scoping error (#44599) @siriwatknp
16+
- [Grid2] Add container styles from styleOverrides (#44598) @sai6855
17+
- Skip `tonalOffset` from setting color channel (#44585) @siriwatknp
18+
- Remove few more React.ReactElement<any> types (#44290) @sai6855
19+
- [Tabs] Fix `ScrollbarSize` ref being overriden (#44593) @DiegoAndai
20+
- [Select][TextField] Fix screen reader from saying `&ZeroWidthSpace` (#44631) @arishoham
21+
22+
23+
24+
- [ThemeProvider] Optimize `theme` changes when enabling CSS theme variables (#44588) @siriwatknp
25+
26+
### Docs
27+
28+
- Notification for the MUI X v8 alpha zero announcement blog post (#44629) @joserodolfofreitas
29+
- Bump React Router to ^7.0.1 (#44531) @oliviertassinari
30+
- [material-ui] Replace testid with id in migration guide (#44636) @sai6855
31+
- [material-ui][TextField] Update usage of `InputLabelProps` in docs (#44634) @sai6855
32+
- [material-ui][ListItem] Add missing diffs in migration guide (#44638) @sai6855
33+
- [examples] Use Next.js 14 on examples (#44486) @DiegoAndai
34+
- Update links and sidebar nav for Base UI components in Material UI (#44581) @samuelsycamore
35+
36+
### Core
37+
38+
- Remove `getSlotOwnerState` from `useSlot` util (#44403) @ZeeshanTamboli
39+
- Extract useRippleHandler outside of ButtonBase (#44591) @albarv340
40+
- Update eslint config (#44586) @MBilalShafi
41+
- [core-infra] Remove useless fragments (#44516) @oliviertassinari
42+
- [docs-infra] Fix Banner CLS (#44632) @oliviertassinari
43+
- [docs-infra] Change CSS vars generation to be extracted from Enum (#44587) @mnajdova
44+
- [docs-infra] Automatically hide Black Friday banner (#44630) @oliviertassinari
45+
- [docs-infra] Fix TOC RTL padding regression (#44535) @oliviertassinari
46+
- [test-utils] Remove leftover React.ReactElement<any> from describeConformance.tsx (#44639) @sai6855
47+
48+
All contributors of this release in alphabetical order: @albarv340, @arishoham, @DiegoAndai, @joserodolfofreitas, @MBilalShafi, @mnajdova, @oliviertassinari, @renovate[bot], @sai6855, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
49+
350
## 6.1.9
451

552
<!-- generated comparing v6.1.8..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": "6.1.9",
3+
"version": "6.1.10",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

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.28",
3+
"version": "1.0.29",
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.21",
3+
"version": "1.0.22",
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.63",
3+
"version": "5.0.0-beta.64",
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-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": "6.1.9",
3+
"version": "6.1.10",
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": "6.1.9",
3+
"version": "6.1.10",
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": "6.1.9",
3+
"version": "6.1.10",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design icons distributed as SVG React components.",

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": "6.0.0-beta.17",
3+
"version": "6.0.0-beta.18",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",

packages/mui-material-pigment-css/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-pigment-css",
3-
"version": "6.1.9",
3+
"version": "6.1.10",
44
"author": "MUI Team",
55
"description": "A wrapper over Pigment CSS that provides the same styled and theming APIs as Material UI.",
66
"main": "./src/index.ts",

packages/mui-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/material",
3-
"version": "6.1.9",
3+
"version": "6.1.10",
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-private-theming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/private-theming",
3-
"version": "6.1.9",
3+
"version": "6.1.10",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",

packages/mui-styled-engine-sc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styled-engine-sc",
3-
"version": "6.1.9",
3+
"version": "6.1.10",
44
"private": false,
55
"author": "MUI Team",
66
"description": "styled() API wrapper package for styled-components.",

packages/mui-styled-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styled-engine",
3-
"version": "6.1.9",
3+
"version": "6.1.10",
44
"private": false,
55
"author": "MUI Team",
66
"description": "styled() API wrapper package for emotion.",

packages/mui-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styles",
3-
"version": "6.1.9",
3+
"version": "6.1.10",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/system",
3-
"version": "6.1.9",
3+
"version": "6.1.10",
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.",

packages/mui-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/utils",
3-
"version": "6.1.9",
3+
"version": "6.1.10",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Utility functions for React components.",

pnpm-lock.yaml

Lines changed: 4 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)