- chore: add svelte 5 to peer deps (#84)
- feat: add non-draggable drawer functionality (#64)
- fix: reset background color on close (#57)
- fix: controlled animation issues (#49)
- fix bug preventing drawer from dragging on Safari (#46)
- fix: forward
$restProps
to Bits UI dialog (#42)
- feat: add support for directions "top", "left", "bottom", and "right" (#40)
-
Fix scroll top with smooth scroll (#40)
-
fix: snapPoints onRelease position (#40)
-
allow snapping to first snap point (#40)
-
fix: prevent drawer from exceeding boundaries of last snap point while dragging (#40)
- fix: dragging scrollable content on touch devices (#38)
- feat: added
backgroundColor
prop to<Drawer.Root />
that can be used to customize the body's background color when the drawer is open andshouldScaleBackground
istrue
(#34)
- fix:
closeOnOutsideClick
&onOutsideClick
behavior (#27)
- fix: close asChild behavior (#22)
- fix: closing and focus restoration issues (#18)
- fix: issue with scroll prevention (#12)
- fix: dismissible prop (#8)
- initial release (#6)