|
1 | 1 | # [Versions](https://mui.com/versions/) |
2 | 2 |
|
| 3 | +## 5.10.0 |
| 4 | + |
| 5 | +<!-- generated comparing v5.9.3..master --> |
| 6 | + |
| 7 | +_Aug 8, 2022_ |
| 8 | + |
| 9 | +A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨: |
| 10 | + |
| 11 | +- ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova |
| 12 | +- ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy UI (#32697) @hbjORbj |
| 13 | +- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements |
| 14 | + |
| 15 | +### `@mui/material@5.10.0` |
| 16 | + |
| 17 | +- [Grid] Prevent crash if spacing is set to zero in theme (#33777) @PunitSoniME |
| 18 | +- [Grid] Export interface `RegularBreakpoints` to fix type error (#33751) @ZeeshanTamboli |
| 19 | +- [Skeleton] Add `rounded` variant (#33687) @siriwatknp |
| 20 | +- [Stepper] Fix classes for icon container (#33734) @pratikkarad |
| 21 | +- [TableCell] Enable size prop overrides via module augmentation (#33816) @brentertz |
| 22 | +- [Tooltip] Fix tooltip arrow css var background (#33753) @TimoWilhelm |
| 23 | +- [useScrollTrigger] Add passive flag to scroll trigger event listener #32437 (#33749) @Dsalazar1685 |
| 24 | + |
| 25 | +### `@mui/system@5.10.0` |
| 26 | + |
| 27 | +- Fix unnecessary styles created from `sx` (#33752) @siriwatknp |
| 28 | +- Fix duplicated styles in Box (#33774) @iamxukai |
| 29 | +- Don't spread props to DOM for string tags (#33761) @siriwatknp |
| 30 | +- Add `Stack` component (#33760) @mnajdova |
| 31 | + |
| 32 | +### `@mui/joy@5.0.0-alpha.40` |
| 33 | + |
| 34 | +- [Stack] Add new component (#33800) @mnajdova |
| 35 | +- [Breadcrumbs] Add `Breadcrumbs` component (#32697) @hbjORbj |
| 36 | +- [Card] Fix wrong api description for `size` prop (#33862) @hbjORbj |
| 37 | +- Miscellaneous fixes (#33796, #33750) @siriwatknp |
| 38 | + |
| 39 | +### Docs |
| 40 | + |
| 41 | +- [docs] Create, revise, and expand System "Getting started" docs (#33503) @samuelsycamore |
| 42 | +- [docs] Test new image best practice @oliviertassinari |
| 43 | +- [docs] Fix typo in the ClickAwayListerner name (#33813) @pawelsmigielski |
| 44 | +- [docs] Fix link to `Basics` section in `Trap Focus` docs (#33772) @ZeeshanTamboli |
| 45 | +- [docs] z-index added in popper when used by split button (#33763) @PunitSoniME |
| 46 | +- [docs] Improve the guide for using @mui/base with Tailwind CSS (#33670) @mnajdova |
| 47 | +- [docs] Fix warnings related to Next.js' links (#33693) @mnajdova |
| 48 | +- [docs] Add notification to aggregation blogpost (#33745) @joserodolfofreitas |
| 49 | +- [docs] Add Grid version 2 docs (#33554) @siriwatknp |
| 50 | +- [examples] Fix `NextLinkComposedProps` type error (#33842) @adham618 |
| 51 | + |
| 52 | +### Core |
| 53 | + |
| 54 | +- [blog] Add social card to Tenerife retreat post (#33764) |
| 55 | +- [blog] Fix blue outline bug (#33707) @oliviertassinari |
| 56 | +- [blog] Improve the width of the layout (#33706) @oliviertassinari@samuelsycamore |
| 57 | +- [core] Remove unnecessary packageName attribute from pages (#33488) @cherniavskii |
| 58 | +- [core] Remove duplicated CODE_OF_CONDUCT (#33702) @oliviertassinari |
| 59 | +- [core] Update Playwright packages together (#33737) @michaldudak |
| 60 | +- [website] Fix notifications not being marked as read in production (#33756) @cherniavskii |
| 61 | + |
| 62 | +All contributors of this release in alphabetical order: @adham618, @brentertz, @cherniavskii, @Dsalazar1685, @hbjORbj, @iamxukai, @joserodolfofreitas, @michaldudak, @mnajdova, @oliviertassinari, @pawelsmigielski, @pratikkarad, @PunitSoniME, @siriwatknp, @TimoWilhelm, @ZeeshanTamboli |
| 63 | + |
3 | 64 | ## 5.9.3 |
4 | 65 |
|
5 | 66 | <!-- generated comparing v5.9.2..master --> |
|
0 commit comments