Skip to content

Releases: collab-project/videojs-wavesurfer

3.10.0

14 Feb 15:34
Compare
Choose a tag to compare
  • Fix deprecation warnings for video.js v8.x
  • Limit wavesurfer.js version; v7.x or newer is not supported

Full changelog: 3.9.0...3.10.0

3.9.0

03 Oct 19:38
Compare
Choose a tag to compare

Bump required wavesurfer.js version to 6.3.0 or newer

3.8.0

14 Jun 23:18
Compare
Choose a tag to compare
  • Bump required wavesurfer.js version to 5.0.1 or newer

3.7.0

23 Mar 13:58
986cf83
Compare
Choose a tag to compare
  • Remove unneccessary resize handler for fluid mode (#132)

3.5.0

01 Feb 18:47
cf08547
Compare
Choose a tag to compare
  • Add formatTime option and setFormatTime(impl) for replacing the default formatTime implementation (#125)
  • Build using webpack 5 (#118)

3.4.0

24 Jan 20:33
7627c10
Compare
Choose a tag to compare
  • Trigger error event if peaks file cannot be found (#124)
  • Bump required wavesurfer.js version to 4.4.0 or newer

3.3.1

29 Sep 22:40
Compare
Choose a tag to compare
  • Doc fixes and updated dependencies

3.3.0

10 Aug 21:02
Compare
Choose a tag to compare
  • 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

18 May 22:14
c64be3e
Compare
Choose a tag to compare

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

  • The exportImage method now returns an array of Blob instances

3.1.0

18 May 19:37
f6086fc
Compare
Choose a tag to compare

Backwards-incompatible changes:

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