Skip to content

Releases: katspaugh/wavesurfer.js

7.7.4

09 Mar 11:11
4a92a2d
Compare
Choose a tag to compare
  • 7.7.4
  • Refactor: re-throw error on load (#3586)
  • Feat: add error event (#3532) by @zachkrall
  • Fix: allow "playing" WebAudioPlayer w/o a URL (#3585)
  • Feat: dragstart and dragend events for drag to seek (#3562) by @brian-byassee

7.7.3

14 Feb 21:25
cfd7f3d
Compare
Choose a tag to compare

7.7.2

05 Feb 17:06
fdf0db3
Compare
Choose a tag to compare
  • 7.7.2
  • Chore: Update plugin exports in package.json (#3533) by @corysimmons
  • Fix: playback rate with Web Audio (#3529)
  • Fix: check play state in web audio player
  • Docs: update the FAQ

7.7.1

26 Jan 13:38
d9e509f
Compare
Choose a tag to compare

7.7.0

24 Jan 08:16
affe115
Compare
Choose a tag to compare
  • 7.7.0
  • Feat: support seeking with no audio loaded (#3512)
  • Fix: [Regions] check if element exists in toggleCursor (#3509) by @brian-byassee

7.6.5

19 Jan 12:01
f7292ec
Compare
Choose a tag to compare

7.6.4

11 Jan 16:47
ac41841
Compare
Choose a tag to compare
  • 7.6.4
  • Feat: [Minimap] add a part selector to minimap overlay
  • Feat: add redrawcomplete event (#3480) by @brian-byassee

7.6.3

09 Jan 20:06
565657c
Compare
Choose a tag to compare
  • 7.6.3
  • Feat: record-progress event and getDuration method (#3472) by @aantusahaa
  • Fix: draggable pointerout only on document (#3477)

7.6.2

08 Jan 07:25
c23f07b
Compare
Choose a tag to compare
  • 7.6.2
  • Fix: don't use a blob URL for unknown MIME types (#3471)
  • Fix: fetcher error catching improvement (#3470) by @mulhoon

7.6.1

04 Jan 20:48
22e39e9
Compare
Choose a tag to compare
  • 7.6.1
  • Fix: limit resize observer to width (#3467)
  • Feat: [Regions] contenteditable content (#3453)
  • Docs: update README.md
  • Docs: update React example
  • Feat: add init event (#3454)
  • Fix: handle empty src in the web audio player