Skip to content

Releases: staskobzar/vue-audio-visual

v2.1.0

31 Aug 12:47
e904f75
Compare
Choose a tag to compare
  • new feature in AvMedia to draw circular media visualization from @alectrocute
  • updates to package.json, audit packages fixes

v2.0.3

19 Jun 13:45
e408b6a
Compare
Choose a tag to compare
  • Fix spelling mistake in "connect-destination" from #41 reported by @pasloc
  • Set connect-destination default to false

v2.0.2

22 May 13:15
Compare
Choose a tag to compare
  • Patch from @jamesjieye - Add connect-distination property to AvMedia so that the audio visualizer can be used with existing audio media source without causing echo.
  • Upgrade npm packages

v2.0.1

18 Apr 14:50
Compare
Choose a tag to compare

v2.0.0

22 Feb 23:48
Compare
Choose a tag to compare
  • Improved animation and bug fix
  • Deprecated multiple visualization components per audio element due to Web audio API limitations
  • Upgrade to use with vue cli service test and build
  • New Media component
  • Demo page

v1.4.1

06 Oct 21:05
Compare
Choose a tag to compare
  • Fix audio context handle [#22]
  • Component destroy handling [#21]
  • Using jest-canvas-mock for unit tests

v1.3.1

19 Aug 22:19
Compare
Choose a tag to compare

Fix vulnerable dependency

v1.3.0

14 Oct 20:19
Compare
Choose a tag to compare
  • Waveform visualization.

v1.2.0

19 May 17:30
Compare
Choose a tag to compare
  • npm packages updated.
  • Close audio context with component method beforeDestroy to allow switch between multiple elements (thanks to @SohrabZ for the idea).
  • Using Vue "ref" attribute to connect parent <audio> element and allow multiple "vue-audio-visual" plugins connect to the same <audio> element.

v1.1.0

16 Jan 00:10
Compare
Choose a tag to compare