Skip to content

Releases: katspaugh/wavesurfer.js

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)

7.5.2

12 Dec 14:21
04efb91
Compare
Choose a tag to compare
  • 7.5.2
  • Fix: splitChannels height (#3402)
  • Feat: [Timeline] Add timeline-notch-{mode} to part (#3401)
  • Feat: [Timeline] option to specify secondary label opacity (#3392)
  • Fix: covertColorValues vertical color gradient is misaligned when devicePixelRatio is not 1 (#3391)

7.5.1

08 Dec 19:13
ba5e1b4
Compare
Choose a tag to compare
  • 7.5.1
  • Zoom plugin improvements (#3388)
  • Type minimap container as optional (#3387)
  • Docs: update README.md

7.5.0

03 Dec 12:51
d3b8257
Compare
Choose a tag to compare
  • 7.5.0
  • Feat: restore exportImage (#3376)
  • Fix: [Record] restore interact and cursor width on destoy (#3375)
  • Fix: [Regions] region-in/out event for markers (#3374)
  • Fix: [Regions] improve overlapping content (#3373)
  • Reorder examples
  • Fix: don't reset scroll on setOptions (#3372)
  • Docs: webaudio shim example + update readme

7.4.13

03 Dec 08:06
00adf23
Compare
Choose a tag to compare
  • 7.4.13
  • Fix: [Regions] drag selection on the wrapper element to avoid clip-path (#3371)
  • Chore: update dev dependencies
  • Ensure compatability between TimelinePlugin and RegionsPlugin (#3363)
  • Fix typo in README.md