Skip to content

Releases: BKWLD/vue-visual

v2.7.0

15 Nov 03:59
bf64286

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.0...v2.7.0

Dropped `key` on asset elements

21 Feb 06:14
5814639

Choose a tag to compare

Complete rewrite with emphasis on modern browser features

09 Apr 18:18

Choose a tag to compare

2.0 has less JS computational overhead by using the following browser features:

  • Intersection Observer
  • Object Fit
  • img srcset and sizes

It's API has changed slightly and the internal DOM elements that are used have changed, thus a new major version was required.

v1.0.0

16 May 03:50

Choose a tag to compare

Switching to IntersectionObserver via latest in-viewport-mixin for visible tests.

Updating build tools

04 Apr 15:26

Choose a tag to compare

  • Updating to Webpack 4 and latest Vue Loader as well as related updates
  • Adding Storybook-based examples
  • Fixing some video playback issues

v0.6.0

22 Mar 02:34

Choose a tag to compare

  • Fix for SSR
  • Adding mutate asset features

v0.5.1

31 May 17:27

Choose a tag to compare

  • Fixes an issue with v-in-viewport-directive in some cases

v0.5.0

30 May 23:11

Choose a tag to compare

  • Adding playsinline by default