Skip to content

Latest commit

 

History

History
109 lines (55 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

109 lines (55 loc) · 2.7 KB

vaul-svelte

0.3.2

Patch Changes

  • chore: add svelte 5 to peer deps (#84)

0.3.1

Patch Changes

  • chore: update bits (#79)

  • chore: update bits-ui dependency to version 0.21.7 (#78)

0.3.0

Minor Changes

  • feat: add non-draggable drawer functionality (#64)

0.2.4

Patch Changes

  • fix: reset background color on close (#57)

0.2.3

Patch Changes

  • fix: controlled animation issues (#49)

0.2.2

Patch Changes

  • fix bug preventing drawer from dragging on Safari (#46)

0.2.1

Patch Changes

  • fix: forward $restProps to Bits UI dialog (#42)

0.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)

0.1.1

Patch Changes

  • fix: dragging scrollable content on touch devices (#38)

0.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)

0.0.7

Patch Changes

  • fix: closeOnOutsideClick & onOutsideClick behavior (#27)

0.0.6

Patch Changes

  • fix: close asChild behavior (#22)

0.0.5

Patch Changes

  • fix: closing and focus restoration issues (#18)

0.0.4

Patch Changes

  • fix: issue with scroll prevention (#12)

0.0.3

Patch Changes

  • fix: dismissible prop (#8)

0.0.2

Patch Changes

  • initial release (#6)