Releases: collab-project/videojs-wavesurfer
Releases · collab-project/videojs-wavesurfer
2.6.4
- Bump required wavesurfer.js version to 2.1.3 for Safari browser improvement
2.6.3
2.6.2
2.6.1
2.6.0
- Bump required wavesurfer.js version to 2.1.0 for microphone support in the MS Edge browser
2.5.1
2.5.0
2.4.0
- Add plugin style
vjs-wavesurfer
and prefix all custom plugin styles with this selector. This should prevent clashes with regular video.js players loaded on the same page. If you were using the oldvideojs-wavesurfer
CSS class, rename any references tovjs-wavesurfer
- Compile SCSS into CSS using webpack
2.3.2
- Package library using webpack 4
2.3.1
- Make sure plugin is only registered once
- Add
isDestroyed
method - Add more tests