Skip to content

Releases: collab-project/videojs-wavesurfer

3.0.4

16 May 13:46
Compare
Choose a tag to compare
  • Add compatibility for video.js 7.7.6 and newer

3.0.3

13 May 13:46
debe25e
Compare
Choose a tag to compare
  • Fix multiple players on single page (#101)

3.0.2

12 May 20:28
1d46017
Compare
Choose a tag to compare
  • Fix hiding bigPlayButton

3.0.1

12 May 19:58
149f7fb
Compare
Choose a tag to compare
  • Fix microphone play button

3.0.0

12 May 15:09
2d58eec
Compare
Choose a tag to compare
  • 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: use player.src() instead (#91)
  • Removed src: 'live' option: enable the wavesurfer.js microphone plugin using the config instead

2.11.0

11 Oct 17:43
Compare
Choose a tag to compare
  • Fix loading peaks data from JSON files (#90)
  • Add style and sass entries to package.json
  • Specify non-minified videojs-wavesurfer in main entry of package.json

2.10.0

30 Sep 19:12
Compare
Choose a tag to compare
  • New abort event; triggeredd when wavesurfer.js fetch call is cancelled (#87)
  • Bump required wavesurfer.js version to 3.1.0

2.9.0

14 Jul 18:34
6fa6553
Compare
Choose a tag to compare
  • Replace usage of WaveSurfer.util.ajax() with WaveSurfer.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
    for canvas in the Picture-In-Picture browser API

2.8.0

18 Mar 15:00
bb342c1
Compare
Choose a tag to compare
  • Move event types to separate class
  • Bump required wavesurfer.js version to 2.2.1
  • Display video element in video example (#8)

2.7.0

08 Feb 15:17
f7cb8fc
Compare
Choose a tag to compare
  • Fix hiding playToggle control
  • Fix ES export syntax for Wavesurfer