From 0717af7b38c84f27c2a9f5dd8b4ab1c9d0c94c99 Mon Sep 17 00:00:00 2001 From: Albert Yu Date: Tue, 18 Jul 2023 20:05:41 +0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 263c16eec44b8d..7d97271330403e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,9 @@ _Jul 18, 2023_ A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨: -- 💫 Added Joy UI [Skeleton](https://mui.com/joy-ui/react-skeleton/) component (#37893) @siriwatknp +- 💫 Introducing some new components for Joy UI: + - [Skeleton](https://mui.com/joy-ui/react-skeleton/) component (#37893) @siriwatknp + - [ToggleButton](https://mui.com/joy-ui/react-toggle-button-group/) (#37716) @siriwatknp - 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements. ### `@mui/material@5.14.1` @@ -41,7 +43,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som - ​[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova - ​[docs][base] Make Base UI Select demos denser (#37836) @zanivan - ​[docs] Fix the empty /components page (#38010) @brijeshb42 -- ​[docs] checkout template follows user's color scheme preference (#37928) @OndrejHj04 +- ​[docs] Checkout template follows user's color scheme preference (#37928) @OndrejHj04 - ​[docs] Disable ad for onboarding pages (#37998) @oliviertassinari - ​[docs] Fix broken link to Base UI Next.js App Router (#37973) @oliviertassinari - ​[docs] Fix typo in next-js-app-router.md (#37974) @ericbrian @@ -50,7 +52,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som - ​[docs] Improve changelog @oliviertassinari - ​[docs] Improve the Select docs (#37279) @michaldudak - ​[docs][menu] Add Tailwind CSS & plain CSS demo on the Menu page (#37856) @mnajdova -- ​[example] update EmotionCacheProvider to work with GlobalStyles (#37962) @siriwatknp +- ​[example] Update EmotionCacheProvider to work with GlobalStyles (#37962) @siriwatknp ### Core