Releases: katspaugh/wavesurfer.js
Releases · katspaugh/wavesurfer.js
7.6.0
- 7.6.0
- Refactor: rollup all types into a separate types.d.ts file (#3451)
7.5.7
- 7.5.7
- Fix: revert rollup-dts (#3450)
- Refactor: add a utility to create DOM elements (#3445)
7.5.6
- 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
- 7.5.5
- Chore: rollup types into a single d.ts
- Docs: npm imports in examples
7.5.4
- 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
- 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
- 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
- 7.5.1
- Zoom plugin improvements (#3388)
- Type minimap container as optional (#3387)
- Docs: update README.md
7.5.0
- 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
- 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