Tiny/Drawer

Releases

Changelog

Published package history for tiny-drawer and tiny-drawer-react, including the 1.2.0 scroll-full configuration update.

tiny-drawerv1.2.02026-06-16latest
Added object-based onScrollFull configuration with backDrop, drawer, and scrollTarget
Added DrawerScrollFullOptions export for typed scroll-full configuration
Added td-backdrop--scroll-full state support while scroll-full is active
Moved scrollTarget configuration fully inside onScrollFull
Updated scroll-full behavior so backDrop and drawer control which area can trigger fullscreen expansion
Disabled drag automatically whenever scroll-full mode is enabled for the instance
Improved internal scroll and wheel listener handling for cleaner parent, body, and custom-target behavior
Reduced redundant DOM updates during drawer sizing and element creation for safer runtime performance
Fixed cases where drawer scrolling could still trigger fullscreen when drawer: false
Fixed cases where parent/background scrolling did not correctly respect backDrop and drawer combinations
Fixed build noise from unused runtime fields introduced during scroll-full handling updates
tiny-drawerv1.1.02026-06-15
Added parentContainer, themePrefix, lastDragLocation, outSideClickClose, onScrollFull, fullScreenGap, and scrollTarget
Updated the default mounting flow to stay on document.body unless a custom parentContainer is provided
Improved SSR safety, first-open animation timing, embedded sizing, and drag-size behavior
tiny-drawerv1.0.02026-06-14
Initial vanilla package release
Added four-edge drawer placement, draggable resize, and lifecycle methods
Shipped ESM, CJS, UMD, CSS outputs, and optional tiny-engine-core adapter support