Releases: avidofood/vue-responsive-video-background-player
Releases · avidofood/vue-responsive-video-background-player
Removed Webpack for ViteJS
Release for Vue 3.x.x :)
2.0.0 Update README.md
Updated Packages
Working towards Vue 3.0
Added playbackRate
Small fix for #4
1.0.7 Updated Demo+Dist for Small fix
Small fix for playsWhen
1.0.6 1.0.6
Added prop: playsWhen
This is important for slow internet connection. The default setting is canplay
. That means it plays the video when it can play it. However with canplaythrough
the video player waits until everything is buffered so the video can be played through.
Fixed iOS
Fix in spread
1.0.2 Added spread operator