Skip to content

Commit 94cc3d0

Browse files
authored
[release] v6.1.0 (#43696)
1 parent 2d311c3 commit 94cc3d0

File tree

18 files changed

+94
-18
lines changed

18 files changed

+94
-18
lines changed

CHANGELOG.md

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

3-
## 6.0.2
3+
## v6.1.0
4+
5+
<!-- generated comparing v6.0.2..master -->
6+
7+
_Sep 10, 2024_
8+
9+
A big thanks to the 21 contributors who made this release possible. Here are the highlights ✨:
10+
11+
- **Minor version changes**: To solve longstanding ESM compatibility issues we added [package exports](https://nodejs.org/api/packages.html#exports) to `@mui/icons-material` (#43624). This change is backwards compatible with previously recommended setups. Bundlers that don't support the `exports` field won't be affected. If you discover any issues, please reach out by creating a GitHub issue.
12+
- This release also includes several fixes and documentation improvements to support the Material UI v6 upgrade.
13+
14+
15+
16+
- Add exports field to package.json (#43624) @Janpot
17+
18+
19+
20+
- [Autocomplete] Add custom props support via `slotProps` (#43613) @Michael-Hutchinson
21+
- [Dialog] Fix broken scrolling in full screen mode (#43626) @LuseBiswas
22+
- [Grid] Revert wrap deprecation (#42363) (#43459) @DiegoAndai
23+
- Improve color map filter on styles (#43579) @DiegoAndai
24+
- Return styles directly if the selector is `&` when using `applyStyles` (#43633) @siriwatknp
25+
- [types] Make slots partial in `CreateSlotsAndSlotProp`type (#42077) @lhilgert9
26+
- [Radio] Fix disabled state styling regression (#43592) @mnajdova
27+
- Fix wrong import to type (#43584) @mnajdova
28+
- Simplify version prerelease export (#43699) @DiegoAndai
29+
30+
31+
32+
- Use a custom sheet to set prepend for `GlobalStyles` (#43632) @siriwatknp
33+
- Simplify version prerelease export (#43699) @DiegoAndai
34+
35+
### Docs
36+
37+
- [material-ui][Autocomplete] Refactor asynchronous loading demo (#43630) @sai6855
38+
- [material-ui][Autocomplete] Fix GitHubLabel demo input background color (#43599) @sai6855
39+
- [material-ui] Update Next.js font optimization guide (#43196) @siriwatknp
40+
- [material-ui] Fix getting started with CSS variables in theme example (#43658) @Designer023
41+
- [material-ui][system] Edit "How to use components selector API" section to add about direct import (#43377) @IAluI
42+
- [material-ui] Update @mui/material-nextjs import examples to v14 (#43698) @ohmsl
43+
- Fix typo in Divider doc (#43691) @lokendra-reco
44+
- Add Anima section to documentation (#43673) @GoOrit-Anima
45+
- Add Integrations section to design resources page (#43612) @zanivan
46+
- Fix versions URL @oliviertassinari
47+
- Keep showing next under the subdomain @oliviertassinari
48+
- Add Next.js font optimization section to Pigment CSS migration (#43631) @siriwatknp
49+
- Update the Material UI readme post-v6 (#43504) @samuelsycamore
50+
- Bring back v5 release changelogs (#43460) @oliviertassinari
51+
- Fix use of absolute URLs (#43567) @oliviertassinari
52+
- Remove explicit `date-fns` dependency (#40823) @renovate[bot]
53+
- [pigment-css] Add guide for Pigment CSS quickstart (#43395) @alelthomas
54+
- [system] Fix link to createCssVarsProvider (#43661) @oliviertassinari
55+
- Add scrollbar to color picker demo (#43672) @sai6855
56+
57+
### Core
58+
59+
- [blog] Uniformalize version between projects @oliviertassinari
60+
- [blog] Fix page layout shift @oliviertassinari
61+
- [code-infra] Build size snapshots from installed packages (#43452) @Janpot
62+
- [code-infra] Recreate lockfile (#43623) @Janpot
63+
- [code-infra] Make the API docs builder more configurable (#43574) @michaldudak
64+
- [code-infra] Update runners from node 18 to 20 for GHA (#43593) @JCQuintas
65+
- [code-infra] Update runners from node 18 to 20 (#43591) @JCQuintas
66+
- [docs-infra] Fix axe issue scroll-to-top without landmark (#43663) @oliviertassinari
67+
- [docs-infra] Reduce Algolia index size, no need for lvl6 @oliviertassinari
68+
- [docs-infra] Use embed as the default for opening CodeSandbox (#43618) @siriwatknp
69+
- [docs-infra] Fix broken anchor button when header has a link (#43598) @cherniavskii
70+
- [docs-infra] Open Sign-in and Dashboard template with CodeSandbox/StackBlitz (#43604) @siriwatknp
71+
- [examples] Fix CDN live preview demo (#43641) @oliviertassinari
72+
- Add Pigment CSS screenshot test (#43280) @mnajdova
73+
- [website] Polish gold sponsors @oliviertassinari
74+
- [website] Add CopyCopter as gold sponsor (#43595) @zanivan
75+
- [website] Add disabled button styles to branding theme (#43577) @zanivan
76+
77+
All contributors of this release in alphabetical order: @alelthomas, @cherniavskii, @Designer023, @DiegoAndai, @GoOrit-Anima, @IAluI, @Janpot, @JCQuintas, @lhilgert9, @lokendra-reco, @LuseBiswas, @Michael-Hutchinson, @michaldudak, @mnajdova, @ohmsl, @oliviertassinari, @renovate[bot], @sai6855, @samuelsycamore, @siriwatknp, @zanivan
78+
79+
## v6.0.2
480

581
<!-- generated comparing v6.0.1..master -->
682

package.json

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

packages-internal/scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-scripts",
3-
"version": "1.0.19",
3+
"version": "1.0.20",
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-internal/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-test-utils",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"author": "MUI Team",
55
"description": "Utilities for MUI tests. This is an internal package not meant for general use.",
66
"main": "./build/index.js",

packages/markdown/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-markdown",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
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-codemod/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/codemod",
3-
"version": "6.0.2",
3+
"version": "6.1.0",
44
"bin": "./codemod.js",
55
"private": false,
66
"author": "MUI Team",

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": "6.0.2",
3+
"version": "6.1.0",
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

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

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": "6.0.2",
3+
"version": "6.1.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design icons distributed as SVG React components.",

packages/mui-material-nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-nextjs",
3-
"version": "6.0.2",
3+
"version": "6.1.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Collection of utilities for integration between Material UI and Next.js.",

packages/mui-material-pigment-css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-pigment-css",
3-
"version": "6.0.2",
3+
"version": "6.1.0",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "6.0.2",
3+
"version": "6.1.0",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/private-theming",
3-
"version": "6.0.2",
3+
"version": "6.1.0",
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

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

packages/mui-styled-engine/package.json

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

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": "6.0.2",
3+
"version": "6.1.0",
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": "6.0.2",
3+
"version": "6.1.0",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/utils",
3-
"version": "6.0.2",
3+
"version": "6.1.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Utility functions for React components.",

0 commit comments

Comments
 (0)