Skip to content

Releases: megaarmos/vue-spring-bottom-sheet

v2.0.4

11 Apr 15:24
Compare
Choose a tag to compare

Full Changelog: 2.0.3...2.0.4

v2.0.3

10 Apr 23:20
Compare
Choose a tag to compare

Full Changelog: 2.0.2...2.0.3

v2.0.2

06 Apr 18:47
Compare
Choose a tag to compare

Full Changelog: 2.0.1...2.0.2

v2.0.1

29 Mar 04:44
Compare
Choose a tag to compare

Full Changelog: 2.0.0...2.0.1

v2.0.0

29 Mar 04:25
Compare
Choose a tag to compare

Breaking Changes

  • Replaced @vueuse/motion and @vueuse/gesture with motion-v
  • Renamed canOverlayClose prop to canBackdropClose 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 to instinctHeight 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

15 Mar 00:34
Compare
Choose a tag to compare

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

Full Changelog: 1.2.6...1.2.7

v1.0.0

13 Mar 04:44
Compare
Choose a tag to compare

v1.2.6

13 Mar 04:52
Compare
Choose a tag to compare

Full Changelog: 1.2.5...1.2.6

v1.2.5

13 Mar 04:52
Compare
Choose a tag to compare

What's Changed

  • Fix vue-tsc errors on production build by @N1cE-me in #7

New Contributors

Full Changelog: 1.2.3...1.2.5

v1.2.3

13 Mar 04:51
Compare
Choose a tag to compare

Full Changelog: 1.2.2...1.2.3