Skip to content

Releases: katspaugh/wavesurfer.js

7.8.1

03 Jul 07:37
08c854d
Compare
Choose a tag to compare
  • 7.8.1
  • Fix: handle devicePixelRatio < 1 (#3774)
  • Docs: add golden sponsor
  • Chore: update dist exports (#3763)
  • Fix: async duration to allow ready event subscriptions (#3762)

7.8.0

23 Jun 07:07
1a88cd4
Compare
Choose a tag to compare
  • 7.8.0
  • Feat (Record): add timeslice option (#3760) by @nizar
  • Make yarn build command cross-platform (#3747) by @alexanderleecii
  • Refactor: optimize Timeline virtual rendering (#3748)
  • Fix: prevent gaps in zoomed in waveform (#3745)
  • TimelinePlugin: try to retrieve wrapper scrollWidth value from wavesurfer wrapper when computing pxPerSec in initTimeline() (#3743) by @alexanderleecii
  • Fix: add try-catch for src setting (#3737)
  • Fix: check if ResizeObserver is defined (Safari 12) (#3736)
  • Fix: empty url with loadBlob (#3719)
  • Refactor: [Regions] virtualize DOM elements (#3712)

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)"