Skip to content

Releases: collab-project/videojs-wavesurfer

2.6.4

04 Feb 19:55
84d66c3
Compare
Choose a tag to compare
  • Bump required wavesurfer.js version to 2.1.3 for Safari browser improvement

2.6.3

03 Dec 00:21
Compare
Choose a tag to compare
  • Improve API documentation (#77)

2.6.2

19 Nov 18:58
41eef7d
Compare
Choose a tag to compare
  • Bump required wavesurfer.js version to 2.1.1 for microphone support in the Safari browser
  • Examples: add Safari browser workaround (#47)

2.6.1

07 Oct 20:59
51f9b33
Compare
Choose a tag to compare
  • Fix hiding time controls (#73)

2.6.0

03 Oct 23:06
Compare
Choose a tag to compare
  • Bump required wavesurfer.js version to 2.1.0 for microphone support in the MS Edge browser

2.5.1

07 Aug 23:22
Compare
Choose a tag to compare
  • Fix minified CSS file (#69)
  • Add example showing integration with wavesurfer.js cursor plugin (#67)

2.5.0

03 Jun 21:50
6435697
Compare
Choose a tag to compare
  • Bugfix: replace custom tech for text tracks to fix high CPU usage and issue with regular video.js players on the same page (#60, #62)

2.4.0

15 May 20:12
2fb962b
Compare
Choose a tag to compare
  • Add plugin style vjs-wavesurfer and prefix all custom plugin styles with this selector. This should prevent clashes with regular video.js players loaded on the same page. If you were using the old videojs-wavesurfer CSS class, rename any references to vjs-wavesurfer
  • Compile SCSS into CSS using webpack

2.3.2

06 May 22:08
e351611
Compare
Choose a tag to compare
  • Package library using webpack 4

2.3.1

29 Apr 23:43
c48d9fc
Compare
Choose a tag to compare
  • Make sure plugin is only registered once
  • Add isDestroyed method
  • Add more tests