Skip to content

Releases: staskobzar/vue-audio-visual

v3.0.9

23 Nov 16:29
f86ec70
Compare
Choose a tag to compare
  • expose the typescript type-definitions properly (patch #166 from @dutch-arrow)
  • fix some packages problem found by npm audit command

v3.0.8

18 Jun 10:42
44a365d
Compare
Choose a tag to compare
  • update dependencies vulnerabilities from github depbot

v3.0.7

10 Dec 17:53
ed74af9
Compare
Choose a tag to compare
  • improve README doc
  • fix npm license

v3.0.6

10 Nov 21:59
86f19e5
Compare
Choose a tag to compare
  • security updates from npm audit

v3.0.5

09 May 01:00
ded14bb
Compare
Choose a tag to compare

v3.0.4

11 Apr 00:12
bde8904
Compare
Choose a tag to compare

v3.0.3

27 Dec 20:50
7a32f1f
Compare
Choose a tag to compare
  • issue #123 fix. Make sure MediaStream works with nuxt projects
  • issue #124 : using createFetch fuction from useFetch for waveform module to provide more fetch options

v3.0.2

16 Nov 02:34
5421443
Compare
Choose a tag to compare
  • add types to build

v3.0.1

11 Nov 20:34
7e3c27d
Compare
Choose a tag to compare
  • re-write plugin with Vue3 composition API
  • vue2 support is deprecated
  • provides install plugin interface, components and composition API use functions

v2.5.0

20 Jun 12:09
b8199c0
Compare
Choose a tag to compare
  • new prop "audio-sink-id" that sets the ID of the audio device to use for output (credits to @mheers )
  • component events "playing", "paused" and "ended" emitted on playing state change (credits to @mheers )