Videojs Wavesurfer Versions Save

video.js plugin that adds a navigable waveform for audio and video files

3.0.4

4 years ago
  • Add compatibility for video.js 7.7.6 and newer

3.0.3

4 years ago
  • Fix multiple players on single page (#101)

3.0.2

4 years ago
  • Fix hiding bigPlayButton

3.0.1

4 years ago
  • Fix microphone play button

3.0.0

4 years ago
  • 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

4 years ago
  • 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

4 years ago
  • New abort event; triggeredd when wavesurfer.js fetch call is cancelled (#87)
  • Bump required wavesurfer.js version to 3.1.0

2.9.0

4 years ago
  • 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

5 years ago
  • 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

5 years ago
  • Fix hiding playToggle control
  • Fix ES export syntax for Wavesurfer