From 177acd31f753b029299a1bc8929f59faf39ab3b1 Mon Sep 17 00:00:00 2001 From: Albert Yu Date: Tue, 10 Dec 2024 17:04:42 +0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8df9c568ad8881..af1ff2936e34dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ _Dec 10, 2024_ A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨: - Material UI is now compatible with React 19 (#44672) @DiegoAndai -- Fixed incorrect `aria-orientation` for vertical sliders. Now ArrowRight increases the value and ArrowLeft decreases the value in vertical sliders. (#44537) @mj12albert +- Fixed incorrect `aria-orientation` for vertical sliders. ArrowRight now increases the value and ArrowLeft decreases the value in vertical sliders; they were reversed in prior versions. (#44537) @mj12albert ### `@mui/material@6.2.0`