Releases: BKWLD/vue-visual
Releases · BKWLD/vue-visual
v2.7.0
What's Changed
- Bump url-parse from 1.5.7 to 1.5.10 by @dependabot in #62
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #63
- Bump eventsource from 1.1.0 to 1.1.1 by @dependabot in #65
- Bump parse-url from 6.0.0 to 6.0.2 by @dependabot in #66
- Bump terser from 4.8.0 to 4.8.1 by @dependabot in #67
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #68
- Bump express from 4.17.1 to 4.17.3 by @dependabot in #69
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #70
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in #72
- Bump @babel/traverse from 7.15.4 to 7.23.2 by @dependabot in #73
- Bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #75
- add support to image preload by @lemoswilson in #76
New Contributors
- @lemoswilson made their first contribution in #76
Full Changelog: v2.6.0...v2.7.0
Dropped `key` on asset elements
Complete rewrite with emphasis on modern browser features
2.0 has less JS computational overhead by using the following browser features:
Intersection Observer
Object Fit
img
srcset
andsizes
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
Switching to IntersectionObserver via latest in-viewport-mixin for visible tests.
Updating build tools
- Updating to Webpack 4 and latest Vue Loader as well as related updates
- Adding Storybook-based examples
- Fixing some video playback issues