Releases: BKWLD/vue-in-viewport-mixin
Releases · BKWLD/vue-in-viewport-mixin
v3.1.0
What's Changed
- Minimum changes to make mixin logic working properly with Vue 3 by @seuck in #52
- Bump eventsource from 1.0.7 to 1.1.1 by @dependabot in #50
- Bump parse-url from 3.0.2 to 6.0.5 by @dependabot in #53
- Bump loader-utils from 1.2.3 to 1.4.1 by @dependabot in #55
- Bump loader-utils from 1.4.1 to 1.4.2 by @dependabot in #56
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #57
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #58
- Bump qs from 6.5.2 to 6.5.3 by @dependabot in #59
New Contributors
Full Changelog: v2.1.0...v3.1.0
v2.1.0
What's Changed
- fix: Undefined object error in
updateInViewport()
by @BenjaminNolan in #48
New Contributors
- @BenjaminNolan made their first contribution in #48
Full Changelog: v2.0.3...v2.1.0
v3.0.0
Switch to IntersectionObserver
- Uses IntersectionObserver instead of scrollMonitor
- Added Storybook demo
- New Cypress based tests