Skip to content

Releases: katspaugh/wavesurfer.js

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

7.6.0

28 Dec 11:18
62b26cb
Compare
Choose a tag to compare
  • 7.6.0
  • Refactor: rollup all types into a separate types.d.ts file (#3451)

7.5.7

28 Dec 08:35
e806700
Compare
Choose a tag to compare
  • 7.5.7
  • Fix: revert rollup-dts (#3450)
  • Refactor: add a utility to create DOM elements (#3445)

7.5.6

26 Dec 15:27
41e64cc
Compare
Choose a tag to compare
  • 7.5.6
  • Fix: [Regions] dragging with CSS scale (#3442)
  • Fix: [Hover] update on mousewheel (#3443)
  • Fix: [Spectrogram] handle options.labels = false (#3440)
  • Fix: [Spectrogram] check for decoded data in render (#3439)

7.5.5

25 Dec 13:29
dc126fa
Compare
Choose a tag to compare
  • 7.5.5
  • Chore: rollup types into a single d.ts
  • Docs: npm imports in examples

7.5.4

23 Dec 12:07
ee21af3
Compare
Choose a tag to compare
  • 7.5.4
  • Feat: [Regions] pass sensitivity threshold to enableDragSelection (#3437)
  • Fix: rm force-loading of audio (#3436)
  • Feat: [Regions] scroll container when dragging a region (#3424)
  • Fix: [Regions] grabbing cursor on mousedown (#3423)
  • Feat: [Region] Add region-removed event (#3422)
  • Docs: update bug-report.md
  • Docs: update README.md

7.5.3

17 Dec 12:44
85b6197
Compare
Choose a tag to compare
  • 7.5.3
  • Fix: scroll when dragging (#3417)
  • Feat: [Record] support playing recorded audio afer pause (#3406)
  • Fix: [Zoom] Performance improvements (especially w/ trackpad zoom) (#3396)