Skip to content

Releases: staskobzar/vue-audio-visual

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 )

v2.4.1

07 Feb 21:59
ed4dbc7
Compare
Choose a tag to compare
  • fix webpack warnings by @nbrady-techempower

v2.4.0

10 Dec 17:53
7cb91a7
Compare
Choose a tag to compare

New option for frequency drawing direction for AvMedia element. Many thanks to @sethcarlton for the contribution