Releases: collab-project/videojs-wavesurfer
Releases · collab-project/videojs-wavesurfer
3.0.4
- Add compatibility for video.js 7.7.6 and newer
3.0.3
3.0.2
- Fix hiding
bigPlayButton
3.0.1
- Fix microphone play button
3.0.0
- Support for video.js progress control (#93)
- Move documentation into docsify website (#100)
- Bump required video.js version to 7.0.5 or newer
- Bump required wavesurfer.js version to 3.3.3 or newer
Backwards-incompatible changes (when upgrading from a previous version):
- Removed
src
option: useplayer.src()
instead (#91) - Removed
src: 'live'
option: enable the wavesurfer.js microphone plugin using the config instead
2.11.0
2.10.0
2.9.0
- Replace usage of
WaveSurfer.util.ajax()
withWaveSurfer.util.fetchFile()
- Bump required wavesurfer.js version to 3.0.0
- Disable Picture-In-Picture toggle introduced in video.js 7.6.0 until there is support
forcanvas
in the Picture-In-Picture browser API
2.8.0
2.7.0
- Fix hiding
playToggle
control - Fix ES export syntax for
Wavesurfer