From 8ad10b98d374b7ae060380550c41189097213ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Garc=C3=ADa=20Herv=C3=A1s?= Date: Wed, 2 Oct 2024 17:35:57 +0200 Subject: [PATCH 1/2] Move stuff to correct section --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f0169c489a2f5..34477502e32d64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,16 +10,12 @@ A big thanks to the 13 contributors who made this release possible. ### `@mui/material@6.1.2` -- [Modal] Remove unnecessary `manager` prop handling (#43867) @ZeeshanTamboli - [Autocomplete] Fix listbox opens and closes on click when used with `limitTags` (#42494) @appleSimple - [Button] Ignore `dark` and `contrastText` if not provided in the theme (#43861) @siriwatknp - [Button] Fix regression for color `inherit` (#43862) @siriwatknp - [LinearProgress] Fix background color (#43949) @sai6855 - Support CSS variables with shadow DOM (#43948) @siriwatknp -- Improve getReactElementRef() utils (#43022) @sai6855 -- [Modal] Replace `show` parameter name with `hide` in modal manager (#43868) @ZeeshanTamboli - [Rating] Use Rating `name` as prefix of input element ids (#43829) @yash49 -- [Drawer] Refactor getScrollbarSize usages (#43828) @BrianWoolfolk - [Drawer] Fix issue with main window being used instead of iframe's window (#43818) @albarv340 - [ThemeProvider] Support setting default mode (#43951) @siriwatknp @@ -59,6 +55,10 @@ A big thanks to the 13 contributors who made this release possible. - [website] Add 'Row spanning' (#43831) @oliviertassinari - [website] Improve Next roles section (#43822) @oliviertassinari - [website] Open the xCharts, eXplore and X general react engineer roles (#43805) @DanailH +- Improve getReactElementRef() utils (#43022) @sai6855 +- [Drawer] Refactor getScrollbarSize usages (#43828) @BrianWoolfolk +- [Modal] Replace `show` parameter name with `hide` in modal manager (#43868) @ZeeshanTamboli +- [Modal] Remove unnecessary `manager` prop handling (#43867) @ZeeshanTamboli All contributors of this release in alphabetical order: @albarv340, @appleSimple, @BrianWoolfolk, @DanailH, @Janpot, @kdichev, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @wilhelmlofsten, @yash49, @ZeeshanTamboli From 9c04e69b2047a703a496a572aaa57dc74c014626 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Wed, 2 Oct 2024 17:44:49 +0200 Subject: [PATCH 2/2] no project related Signed-off-by: Olivier Tassinari --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34477502e32d64..94b64c52446626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,9 +52,6 @@ A big thanks to the 13 contributors who made this release possible. - [icons] Reduce Material Icon page size (#43911) @oliviertassinari - [test] Point Istanbul to correct URL (#43935) @sai6855 - [test] Sync React.version parse logic with codebase (#43820) @oliviertassinari -- [website] Add 'Row spanning' (#43831) @oliviertassinari -- [website] Improve Next roles section (#43822) @oliviertassinari -- [website] Open the xCharts, eXplore and X general react engineer roles (#43805) @DanailH - Improve getReactElementRef() utils (#43022) @sai6855 - [Drawer] Refactor getScrollbarSize usages (#43828) @BrianWoolfolk - [Modal] Replace `show` parameter name with `hide` in modal manager (#43868) @ZeeshanTamboli