forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into slide-value-label-prop-types
- Loading branch information
Showing
21,538 changed files
with
51,066 additions
and
67,275 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,53 @@ | ||
# [Versions](https://mui.com/versions/) | ||
|
||
## 6.1.5 | ||
|
||
<!-- generated comparing v6.1.4..master --> | ||
|
||
_Oct 22, 2024_ | ||
|
||
A big thanks to the 9 contributors who made this release possible. | ||
|
||
### `@mui/[email protected]` | ||
|
||
- [Autocomplete] Fix bug with child chip button events propagating to parent (#43982) @snapwich | ||
- [Autocomplete] Fix Autocomplete crashing if ownerState is used in styleOverrides (#43994) @sai6855 | ||
- [Checkbox] Fix disableRipple regression (#44099) @siriwatknp | ||
- [Dialog] Add the aria-modal="true" by default (#44118) @mnajdova | ||
- [IconButton] Fix disableRipple behavior when disableRipple is set in MuiButtonBase theme (#43714) @sai6855 | ||
- [pigment-css] Support project without enabling CSS variables (#44171) @siriwatknp | ||
- Make the palette always return new light and dark object (#44059) @siriwatknp | ||
|
||
### `@mui/[email protected]` | ||
|
||
- Add `defaultMode` to `InitColorSchemeScript` (#44139) @siriwatknp | ||
|
||
### `@mui/[email protected]` | ||
|
||
- [Grid2] Add removal `zeroMinWidth` prop to codemod (#44178) @sai6855 | ||
|
||
### Docs | ||
|
||
- [material-ui][FormControlLabel] Don't use unintuitive label position on chec… (#44119) @mnajdova | ||
- [material-ui][TextField] Dynamically modify the eye password button aria-label (#44122) @ChinoUkaegbu | ||
- [icons] Run pnpm docs:mdicons:synonyms (#44098) @oliviertassinari | ||
- [joy-ui] Update Overview copy to match Readme (#44136) @samuelsycamore | ||
- Add CodeSandbox/Stackblitz to the rest of the templates (#43708) @siriwatknp | ||
- Update Figma link to fix 301 (a7b7d9c) @oliviertassinari | ||
- Link Toolpad from Core repo (#44111) @prakhargupta1 | ||
- Remove HighlightedCode max-width (#43731) @Janpot | ||
|
||
### Core | ||
|
||
- [code-infra] Widen eslint file patterns (#44148) @Janpot | ||
- [code-infra] Fix icon builder tests (#44143) @Janpot | ||
- [code-infra] Fix dependabot vulnerabilities (#44124) @Janpot | ||
- [core] Reference commits in changelog when no PR (#44115) @oliviertassinari | ||
- [examples] Fix Pigment CSS Vite example (#44074) @oliviertassinari | ||
- Fix fast-xml-parser vulnerability (#44121) @Janpot | ||
|
||
All contributors of this release in alphabetical order: @ChinoUkaegbu, @Janpot, @mnajdova, @oliviertassinari, @prakhargupta1, @sai6855, @samuelsycamore, @siriwatknp, @snapwich | ||
|
||
## v6.1.4 | ||
|
||
<!-- generated comparing v6.1.3..master --> | ||
|
@@ -310,7 +358,7 @@ A big thanks to the 11 contributors who made this release possible. | |
|
||
### `@mui/[email protected]` | ||
|
||
- Fix `createTheme` with just color schemes (#43518) @siriwatknp | ||
- Fix `createTheme()` with just color schemes (#43518) @siriwatknp | ||
- [Menu,Popover] Fix Backdrop props descriptions (#43503) @Michael-Hutchinson | ||
- [MenuList] Do not react to an event with modifier key pressed (#43505) @MateuszGroth | ||
|
||
|
@@ -1052,7 +1100,7 @@ A big thanks to the 18 contributors who made this release possible. | |
|
||
### Docs | ||
|
||
- Add `theme.applyStyles` and migrate docs (#42498) @siriwatknp | ||
- Add `theme.applyStyles()` and migrate docs (#42498) @siriwatknp | ||
- Fix dashboard template console error (#42594) @oliviertassinari | ||
- Migrate system props to `sx` prop (#42475) @siriwatknp | ||
- [material-ui]Fix duplicated sentence (#42521) @alexfauquette | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -918,7 +918,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements | |
|
||
- [zero-runtime] Use lodash instead of its subpackages (#40868) @michaldudak | ||
- Add `applyStyles()` to theme (#40667) @siriwatknp | ||
- [zero] Use `theme.applyStyles` in the demo app (#40787) @siriwatknp | ||
- [zero] Use `theme.applyStyles()` in the demo app (#40787) @siriwatknp | ||
- [zero] Add `useThemeProps` processor (#40648) @siriwatknp | ||
|
||
### `@mui/[email protected]` | ||
|
@@ -3301,7 +3301,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som | |
- [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999 | ||
- [docs] Update theme customization TypeScript (#35551) @siriwatknp | ||
- [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp | ||
- [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli | ||
- [docs] Change Base UI `alpha()` to `beta()` in README (#37228) @ZeeshanTamboli | ||
- [docs] Improve Base UI overview page (#37227) @mnajdova | ||
- [docs] Update Joy + Material guide (#36911) @cherniavskii | ||
|
||
|
@@ -5909,7 +5909,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som | |
- [docs] Fix en-US format in the Skeleton demo (#33699) @husseinsaad98 | ||
- [docs] Update module reference for `usePagination` (#33675) @fullstackzach | ||
- [docs] Fix code examples in `styled` API vs `sx` prop docs (#33665) @ZeeshanTamboli | ||
- [docs][system] Throw an informative error when `theme.vars` is used in `createTheme` and mention this in the theming docs (#33619) @hbjORbj | ||
- [docs][system] Throw an informative error when `theme.vars` is used in `createTheme()` and mention this in the theming docs (#33619) @hbjORbj | ||
|
||
### Core | ||
|
||
|
@@ -10448,7 +10448,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som | |
} | ||
``` | ||
|
||
- [theme] Rename `createMuiTheme` to `createTheme` (#25992) @m4theushw | ||
- [theme] Rename `createMuiTheme()` to `createTheme()` (#25992) @m4theushw | ||
|
||
Developers only need one theme in their application. A prefix would suggest a second theme is needed. It's not the case. `createMuiTheme` will be removed in v6. | ||
|
||
|
@@ -13019,7 +13019,7 @@ Here are some highlights ✨: | |
### `@material-ui/[email protected]` | ||
|
||
- [TreeView] Fix bundle size link and refactor array spreads (#22992) @joshwooding | ||
- [TreeView] Fix `alpha` color utility instead of deprecated `fade` (#22978) @joshwooding | ||
- [TreeView] Fix `alpha()` color utility instead of deprecated `fade()` (#22978) @joshwooding | ||
- [core] Ship modern bundle (#22814) @eps1lon | ||
|
||
### `@material-ui/[email protected]` | ||
|
@@ -14927,7 +14927,7 @@ You can expect similar releases like this one in the coming months. | |
|
||
#### Deprecations | ||
|
||
- [theme] Deprecate `fade` color utility in favor of `alpha` (#22837) @mnajdova | ||
- [theme] Deprecate `fade()` color utility in favor of `alpha()` (#22837) @mnajdova | ||
- [theme] Deprecate theme.mixins.gutters (#22245) @joshwooding | ||
- [Avatar] Add circular variant (#22090) @eps1lon | ||
- [Badge] Add overlap circular and rectangular (#22076) @eps1lon | ||
|
Oops, something went wrong.