You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
# [Versions](https://mui.com/versions/)
2
2
3
+
## 7.3.4
4
+
5
+
<!-- generated comparing v7.3.3..master -->
6
+
7
+
_Oct 2, 2025_
8
+
9
+
A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+
Small update to revert a change that broke the `<Tabs>` component. Also publishing a beta version of `@mui/lab` which was accidentally published as a stable release.
12
+
13
+
### `@mui/material@7.3.4`
14
+
15
+
-[Tabs] Revert "Fix not scrolling to correct tab after refresh when auto scrollable (#46869)" (#47014) @ZeeshanTamboli
Copy file name to clipboardExpand all lines: packages/mui-material/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@mui/material",
3
-
"version": "7.3.3",
3
+
"version": "7.3.4",
4
4
"author": "MUI Team",
5
5
"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.",
4. Generate a GitHub Token at https://github.com/settings/personal-access-tokens/new and add it to your shell rc script (either `.bashrc` or `.zshrc`) as `GITHUB_TOKEN`.
11
+
2. Generate a GitHub Token at https://github.com/settings/personal-access-tokens/new and add it to your shell rc script (either `.bashrc` or `.zshrc`) as `GITHUB_TOKEN`.
0 commit comments