Releases: megaarmos/vue-spring-bottom-sheet
Releases Β· megaarmos/vue-spring-bottom-sheet
v2.0.4
Full Changelog: 2.0.3...2.0.4
v2.0.3
Full Changelog: 2.0.2...2.0.3
v2.0.2
Full Changelog: 2.0.1...2.0.2
v2.0.1
Full Changelog: 2.0.0...2.0.1
v2.0.0
Breaking Changes
- Replaced
@vueuse/motion
and@vueuse/gesture
withmotion-v
- Renamed
canOverlayClose
prop tocanBackdropClose
for clarity and consistency - Removed
max-height
event since percentage-based snap points now provide this functionality (use "50%" instead of maxHeight/2) - Renamed
min-height
event toinstinctHeight
for better semantic meaning - Removed
@ready
event, instead use@vue:mounted
- Modified snapToPoint method to only accept index of snapPoint (no longer accepts height values)
New Features
- Added support for percentage-based snap points (e.g., "80%") relative to window size
Improvements
- Implemented conditional DOM rendering
- Enhanced touch handling for smoother interactions
- Optimized scrolling behavior when dragging content
Bug Fixes
- Fixed issues with sheet height calculations on
instinctHeight
(minHeight
) - Corrected scroll behavior when at the top of content
- Fixed shadow-related performance issues in non-blocking mode
- Fixed issue where drag gestures weren't properly detected after scrolling content to the top
Other Changes
- Updated documentation
- Updated playground
- Added performance optimizations for smoother animations
v1.2.7
What's Changed
- docs: update README with slots example by @wickedest in #8
- fix: ensure numeric sorting for snapPoints by @liuhbin in #10
New Contributors
- @wickedest made their first contribution in #8
- @liuhbin made their first contribution in #10
Full Changelog: 1.2.6...1.2.7
v1.0.0
What's Changed
- Spring by @megaarmos in #1
Full Changelog: https://github.com/megaarmos/vue-spring-bottom-sheet/commits/1.0.0
v1.2.6
Full Changelog: 1.2.5...1.2.6
v1.2.5
v1.2.3
Full Changelog: 1.2.2...1.2.3