@chakra-ui/react@3.32.0
Minor Changes
- #10590
4b65195Thanks @kalisaNkevin! - Add new Marquee component
Patch Changes
-
0b15d10Thanks @segunadebayo! - - Styled System: Fixed backdrop blur not applying when usingbackdropFilter="auto"withbackdropBlur. This now works as expected:<Dialog.Backdrop backdropFilter="auto" backdropBlur="md" /> -
7f30a7bThanks @segunadebayo! - Fixed issue whereuseBreakpointValuedoes not respectbasevalue during SSR. -
11c2004Thanks @segunadebayo! - Fixed collapse-width keyframe animatingheightinstead ofwidth. The keyframe now correctly animates the width property for horizontal collapse transitions. -
a871bc5Thanks @segunadebayo! - Fix issue whereDialogappears belowPopoverwhen triggered from within it.Unified z-index for overlay components (
Dialog,Drawer,Menu,HoverCard) to usezIndex.popoverand--layer-indexfor proper stacking.