Releases: staskobzar/vue-audio-visual
Releases · staskobzar/vue-audio-visual
v2.1.0
- new feature in AvMedia to draw circular media visualization from @alectrocute
- updates to package.json, audit packages fixes
v2.0.3
v2.0.2
- 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
- Patch from @andreipopovici to fix macOS Safari bug #25
v2.0.0
- 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
v1.3.1
Fix vulnerable dependency
v1.3.0
- Waveform visualization.
v1.2.0
- 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
- Refactoring.
- Lint fixes
- Added playtime-color to circles (Henrik Hüttemann)