Releases: collab-project/videojs-wavesurfer
Releases · collab-project/videojs-wavesurfer
1.0.4
Fixed wrong video.js module require for browserify.
1.0.3
- fix missing amd/node/global browser dependency for wavesurfer
1.0.2
Bugfixes:
- make sure controlBar is always showing (if
controls: true
) - fix module Node/AMD/browser globals
1.0.1
Bugfix: use flex for controlBar so other plugins, like videojs-record, can add more controls to it.
1.0.0
Support for video.js 5!
With this release the plugin is compatible with video.js 5.0 and newer. If you want to use this plugin with an older video.js 4.x version, check the archived releases for a 0.9.x release or older.
0.9.9
- use new
microphone.pause
andmicrophone.play
duringlive
mode - bump minimum version for wavesurfer.js to 1.0.44 (for microphone plugin updates)
0.9.8
0.9.7
0.9.6
- also remove the microphone plugin (if enabled) in
destroy
0.9.5
- compatibility fix for video.js 4.12