-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs] Use () when referencing functions (#44184)
- Loading branch information
1 parent
506e17e
commit 5df4411
Showing
20 changed files
with
36 additions
and
36 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -358,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 | ||
|
||
|
@@ -1100,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 | ||
|
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
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
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