Skip to content

Releases: bartdominiak/vue-snap

1.1.0

18 Jun 22:33
0b99c1a
Compare
Choose a tag to compare

Updated

  • Refactored core logic into a custom useCarousel hook (#89)
  • Removed unnecessary logic (e.g. resize events, lodash/debounce) (#89)
  • Simplified and optimized carousel calculations (#89)
  • Minified entire carousel bundle to just 4KB (#89)

1.0.0

15 Jun 14:18
Compare
Choose a tag to compare

[1.0.0] - 2025-06-15

Added

  • Vitepress docs

Fixed

  • Github Workflow Pipeline

Removed

  • Rollup configs
  • Storybook

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

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