Videojs Wavesurfer Versions Save

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

3.10.0

3 months ago
  • Fix deprecation warnings for video.js v8.x
  • Limit wavesurfer.js version; v7.x or newer is not supported

Full changelog: https://github.com/collab-project/videojs-wavesurfer/compare/3.9.0...3.10.0

3.9.0

1 year ago

Bump required wavesurfer.js version to 6.3.0 or newer

3.8.0

2 years ago
  • Bump required wavesurfer.js version to 5.0.1 or newer

3.7.0

3 years ago
  • Remove unneccessary resize handler for fluid mode (#132)

3.5.0

3 years ago
  • Add formatTime option and setFormatTime(impl) for replacing the default formatTime implementation (#125)
  • Build using webpack 5 (#118)

3.4.0

3 years ago
  • Trigger error event if peaks file cannot be found (#124)
  • Bump required wavesurfer.js version to 4.4.0 or newer

3.3.1

3 years ago
  • Doc fixes and updated dependencies

3.3.0

3 years ago
  • Fixed webpack externals configuration: it's no longer needed to use additional webpack configuration in React/Angular projects (#109)
  • Bump required wavesurfer.js version to 4.0.1 or newer

3.2.0

3 years ago

Backwards-incompatible changes (when upgrading from a previous version):

  • The exportImage method now returns an array of Blob instances

3.1.0

4 years ago

Backwards-incompatible changes:

  • Removed msDisplayMax option: use displayMilliseconds option instead to include milliseconds in the time displays of the player (#91)