Skip to content

v1.1.1

Choose a tag to compare

@harshmandan harshmandan released this 17 Jul 03:53
· 36 commits to main since this release

Fixes

  • Swipe-to-close now works from scrollable content. A scrollable full-screen drawer couldn't be flicked closed even when scrolled to the top (regression vs vaul). The browser fires pointercancel the moment it claims a touch gesture for native scrolling, which was aborting the drag. The drawer now ignores pointercancel for touch input and finishes the gesture through a touchmove/touchend fallback.
  • Default scrollLockTimeout raised 100ms → 250ms so the drawer is less eager to re-drag immediately after a scroll.

Demo

  • New Full-screen scrollable drawer example on the homepage.