Skip to content

Releases: BKWLD/vue-in-viewport-mixin

v3.1.0

19 Dec 18:57
9e279fd
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @seuck made their first contribution in #52

Full Changelog: v2.1.0...v3.1.0

v2.1.0

19 Dec 18:57
0ec4fa6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.1.0

v3.0.0

02 Sep 15:04
6863567
Compare
Choose a tag to compare

What's Changed

  • Minimum changes to make mixin logic working properly with Vue 3 by @seuck in #52

New Contributors

  • @seuck made their first contribution in #52

Full Changelog: v2.0.3...v3.0.0

Switch to IntersectionObserver

12 Apr 21:38
Compare
Choose a tag to compare
  • Uses IntersectionObserver instead of scrollMonitor
  • Added Storybook demo
  • New Cypress based tests