-
-
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.
- Loading branch information
Showing
24 changed files
with
152 additions
and
82 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 |
---|---|---|
@@ -1,5 +1,75 @@ | ||
# [Versions](https://mui.com/versions/) | ||
|
||
## 5.15.3 | ||
|
||
<!-- generated comparing v5.15.2..master --> | ||
|
||
_Jan 3, 2024_ | ||
|
||
A big thanks to the 11 contributors who made this release possible. | ||
This release was mostly about 🐛 bug fixes and 📚 documentation improvements. | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 06 -->[material-nextjs] Fix order of emotion server (#40409) @siriwatknp | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 40 -->[useSlider] Rearrange passive option in eventlisteners (#40235) @Kamino0 | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 14 -->Add use client directive (#40358) @DiegoAndai | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 13 -->[List] Copy all List\* components to material-next package (#40367) @sai6855 | ||
- ​<!-- 12 -->Update CONTRIBUTING guide given v6/v7 rescheduling (#40363) @DiegoAndai | ||
- ​<!-- 11 -->[MenuItem] Fix spec import (#40271) @DiegoAndai | ||
- ​<!-- 10 -->[Option] Add Option component (#40270) @DiegoAndai | ||
- ​<!-- 09 -->[Slider] Replace lodash with internal utils (#40261) @DiegoAndai | ||
- ​<!-- 08 -->[Switch] Change files to TypeScript (#39894) @lhilgert9 | ||
- ​<!-- 07 -->[theme] Move ref palette out of color schemes (#40341) @DiegoAndai | ||
|
||
### Docs | ||
|
||
- ​<!-- 41 -->[base-ui] Polish the Table Pagination demos (#40281) @danilo-leal | ||
- ​<!-- 22 -->[joy-ui] Fix dashboard template console errors (#40316) @oliviertassinari | ||
- ​<!-- 21 -->[joy-ui] Fix image size on the Files template (#40315) @oliviertassinari | ||
- ​<!-- 20 -->[material-ui] Revise the Divider page (#40356) @danilo-leal | ||
- ​<!-- 19 -->[material-ui] Polish the Next.js integration page (#40317) @oliviertassinari | ||
- ​<!-- 18 -->[material-ui] Adding autoFocus on Virtual Popover (#40239) @aacevski | ||
- ​<!-- 17 -->[material-ui] Revise the Roadmap page (#40054) @danilo-leal | ||
- ​<!-- 16 -->[material-ui] Update the "showing and hiding" section on the Tooltip page (#40283) @anle9650 | ||
- ​<!-- 05 -->[material-ui] Fix Slider's customized iOS demo to use updated official colors (#39813) @Super-Kenil | ||
- ​<!-- 15 -->[examples] Simplify Next.js example (#40318) @oliviertassinari | ||
|
||
### Core | ||
|
||
- ​<!-- 39 -->[blog] Update open-graph cards for all posts (#40328) @danilo-leal | ||
- ​<!-- 38 -->[blog] Correct git diff @oliviertassinari | ||
- ​<!-- 37 -->[code-infra] Update lerna and unpin its version (#40399) @michaldudak | ||
- ​<!-- 36 -->[code-infra] Break package dependency cycle between @mui/material and @mui/icons-material (#40400) @michaldudak | ||
- ​<!-- 35 -->[code-infra] Break package dependency cycles (#40398) @michaldudak | ||
- ​<!-- 34 -->[code-infra] Sync bug issue template (#40305) @oliviertassinari | ||
- ​<!-- 33 -->[docs] Fix 301 link to Base UI (#40396) @oliviertassinari | ||
- ​<!-- 32 -->[docs] Link new MUI X components in sidnav (#40345) @oliviertassinari | ||
- ​<!-- 31 -->[docs] Fix 301 links to Toolpad @oliviertassinari | ||
- ​<!-- 30 -->[docs] Remove old notifications @oliviertassinari | ||
- ​<!-- 29 -->[docs] Always mention the npm tag with npx (#40335) @oliviertassinari | ||
- ​<!-- 28 -->[docs] Reduce network use on the All Components pages (#40313) @oliviertassinari | ||
- ​<!-- 27 -->[docs-infra] Fix missing button aria-label (#40394) @oliviertassinari | ||
- ​<!-- 26 -->[docs-infra] Fix a11y violation rule (#40393) @oliviertassinari | ||
- ​<!-- 25 -->[docs-infra] Prefetch pages on hover (#40314) @oliviertassinari | ||
- ​<!-- 24 -->[docs-infra] Fix footer links to link to the main domain (#40373) @oliviertassinari | ||
- ​<!-- 23 -->[docs-infra] Add stray design adjustments (#40347) @danilo-leal | ||
- ​<!-- 04 -->[website] Fix Base UI page's component section imports & styles (#40231) @danilo-leal | ||
- ​<!-- 03 -->[website] Fix outdated Nhost image link @oliviertassinari | ||
- ​<!-- 02 -->[website] Shorten Joy UI description, 7 chars too long @oliviertassinari | ||
- ​<!-- 01 -->[website] Update some social preview images (#40282) @danilo-leal | ||
|
||
All contributors of this release in alphabetical order: @aacevski, @anle9650, @danilo-leal, @DiegoAndai, @Kamino0, @lhilgert9, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp, @Super-Kenil | ||
|
||
## 5.15.2 | ||
|
||
<!-- generated comparing v5.15.1..master --> | ||
|
@@ -11,12 +81,12 @@ A big thanks to the 13 contributors who made this release possible. Here are som | |
- 🚀 Added support for callbacks in the [variant's props definition](https://mui.com/material-ui/customization/theme-components/#creating-new-component-variants) (#40094) @mnajdova | ||
- 💫 Published a [blogpost](https://mui.com/blog/2023-material-ui-v6-and-beyond/) for the 2024's plan about Material UI | ||
|
||
### `@mui/[email protected].1` | ||
### `@mui/[email protected].2` | ||
|
||
- ​<!-- 31 -->[Badge] Use the variants API in the styled call (#40213) @mnajdova | ||
- ​<!-- 04 -->[Paper] Add missing Paper classes descriptions (#40300) @sai6855 | ||
|
||
### `@mui/[email protected].1` | ||
### `@mui/[email protected].2` | ||
|
||
- ​<!-- 03 -->Support props callback in the variant's definition (#40094) @mnajdova | ||
|
||
|
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
Oops, something went wrong.