Skip to content

Releases: bartdominiak/vue-snap

0.7.0

08 Feb 13:34
Compare
Choose a tag to compare

Removed

  • maxPages and its calculation (#55)

Updated

  • Replace changeSlide with simpler goToSlide, for consistent behavior with exposed go-to-page API + removal of dependent method that is not in use anymore (#55)
  • Split getting current page index from setting it, supporting passing the index from outside, for example goToSlide method, so in some cases the index will change, even if there was no scroll event. (#55)

Fixed

  • Fix support for calculating a proper current slide index, when there is nothing left to scroll (#55)

Thanks to @Igloczek 🥇

1.0.0-alpha.3

24 Sep 12:30
Compare
Choose a tag to compare
1.0.0-alpha.3 Pre-release
Pre-release

Update

  • Migrated features from vue-snap@0.6.1 into vue-snap@1.0.0-alpha.3

0.6.1

24 Sep 12:28
Compare
Choose a tag to compare

Updated

  • Yarn lock file

0.6.0

24 Sep 12:27
Compare
Choose a tag to compare

Removed

  • Removed maximum node version range (#41)
  • Node version max range (#41)

Added

  • Added dynamic tag support (#41)
  • Added i18n support with proper validation (#41)
  • Reset list-style CSS (#41)

1.0.0-alpha.2

21 Sep 13:16
Compare
Choose a tag to compare
1.0.0-alpha.2 Pre-release
Pre-release

Deleted

  • package-lock.json (due the size - around 1MB)

1.0.0-alpha.1

20 Sep 05:09
Compare
Choose a tag to compare
1.0.0-alpha.1 Pre-release
Pre-release

Added

  • 🎉 vue@3 Support. (You can read about it here)

0.5.1

21 Sep 13:17
Compare
Choose a tag to compare

Updated

  • Docs

0.5.0

17 Sep 18:47
Compare
Choose a tag to compare

Added

  • Emit page and bound events (#35)
  • Slot/Props/Event descriptions

Updated

  • seamless-scroll-polyfill (1.1.0 => 1.2.1)
  • Stories markups

0.4.0

15 Sep 16:51
Compare
Choose a tag to compare

Added

  • Ability to disable arrows and arrowsOnBound (#30)

Fixed

  • Created onResizefn/onScrollFn variables to avoid memory leaks (#28)
  • Improve bound calculation precision (#28)
  • Avoiding undefined ref (#28)
  • Decrease MutationObserver scope only to vsWrapper

Updated

  • Renamed Navigation slot to Arrows (#30)
  • Ranamed Navigation classes to Arrows (#30)

0.3.4

15 Sep 16:50
Compare
Choose a tag to compare

Fixed

  • seamless-scroll-polyfill(^1.1.0 => 1.1.0)