Skip to content

Releases: katspaugh/wavesurfer.js

7.7.15

18 May 07:56
d7eeb6a
Compare
Choose a tag to compare
  • Fix: read url before calling load
  • Fix: altered getHeight function to fit split channel waveforms when height is set to auto (#3705) by @htc36
  • Fix: typo in timeline-custom.js (#3704) by @jthodge
  • Chore: update dev dependencies (#3702)
  • Tests: add test cases for abort and destroy (#3643) by @wfk007
  • Fix: regions overlap delay (#3701)
  • Fix: clamp max canvas width (#3697)
  • Chore: remove comments in built files

7.7.14

10 May 07:38
95665af
Compare
Choose a tag to compare
  • 7.7.14
  • Chore: update code linting action (#3693)
  • Fix: exportPeaks accumulating a precision error (#3692) by @ajrisi

7.7.13

04 May 06:48
b967431
Compare
Choose a tag to compare

7.7.12

01 May 18:19
43adad5
Compare
Choose a tag to compare
  • 7.7.12
  • fix: when width is set to high values, the waveform now correctly makes multiple canvases (#3685) by @Johnrobmiller
  • update: expose setScroll api from render (#3660) by @leyiang

7.7.11

13 Apr 14:57
a9b08d0
Compare
Choose a tag to compare
  • 7.7.11
  • Revert "Fix: draggable touch delay (#3616)" (#3654)

7.7.10

08 Apr 08:56
c0c2576
Compare
Choose a tag to compare

7.7.9

06 Apr 08:09
3f10c5a
Compare
Choose a tag to compare
  • 7.7.9
  • Revert "Fix: timeline height (#3618)"
  • Fix: init minimap immediately (#3617)
  • feat(hover): add formattimecallback option (#3628) by @Adrii77

7.7.8

03 Apr 15:22
3c25293
Compare
Choose a tag to compare
  • 7.7.8
  • Fix: makeDraggable memory leak (#3624) by @wfk007
  • Revert "Fix: init minimap immediately (#3617)"

7.7.7

31 Mar 11:58
579da14
Compare
Choose a tag to compare
  • 7.7.7
  • Feat: splitChannels overlay (#3619)
  • Fix: timeline height (#3618)
  • Fix: init minimap immediately (#3617)
  • Fix: draggable touch delay (#3616)

7.7.6

31 Mar 09:43
5d71c4b
Compare
Choose a tag to compare
  • 7.7.6
  • Feat: add part="canvases"
  • Fix: potential memory leak (#3614) by @wfk007