Releases: huntabyte/vaul-svelte
Releases · huntabyte/vaul-svelte
v0.2.1
Patch Changes
- fix: forward
$$restProps
to Bits UI dialog (#42)
v0.2.0
Minor Changes
- feat: add support for directions "top", "left", "bottom", and "right" (#40)
Patch Changes
-
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)
v0.1.1
Patch Changes
- fix: dragging scrollable content on touch devices (#38)
v0.1.0
Minor Changes
- feat: added
backgroundColor
prop to <Drawer.Root />
that can be used to customize the body's background color when the drawer is open and shouldScaleBackground
is true
(#34)
v0.0.7
Patch Changes
- fix:
closeOnOutsideClick
& onOutsideClick
behavior (#27)
v0.0.6
Patch Changes
- fix: close asChild behavior (#22)
v0.0.5
Patch Changes
- fix: closing and focus restoration issues (#18)
v0.0.4
Patch Changes
- fix: issue with scroll prevention (#12)
v0.0.3
Patch Changes
- fix: dismissible prop (#8)