Releases: katspaugh/wavesurfer.js
Releases · katspaugh/wavesurfer.js
7.10.1
- 7.10.1
- fix(Envelope): guard update for hidden containers (#4167)
- fix(player): handle play promise AbortError (#4166)
- fix(regions): avoid listeners after removal (#4165)
- fix(Renderer): fix cursor jump at end of playback (#4160) by @Tsuk1ko
- fix(timeline): remove notch listeners on redraw (#4163)
- fix(player): ensure WebAudio supports removeAttribute (#4162)
- Fix(Regions): region virtualisation listen to zoom (#4148) by @clinton-encord
- fix(Hover plugin): listen to zoom/hover instead of wheel (#4142) by @clinton-encord
- Feat(Spectrogram): add getFrequenciesData() (#4157) by @enkatsu
- Docs: Update agents guide reference (#4154) by @emmanuel-ferdman
7.10.0
7.9.9
7.9.8
7.9.7
- 7.9.7
- Fix(timer): revert breaking change (#4120)
- fix(Spectrogram): clear cached frequencies (#4118)
- test(Renderer): add comprehensive unit tests (#4117)
- docs(overview): add concise guide for AI agents (#4116)
- test(WaveSurfer): add unit tests for public API (#4115)
- Feat(hover): implement option to keep the label to the left of the cursor (#4089) by @dpeukert
- fix(WaveSurfer): release plugin references on destroy (#4114)
- Chore: add a newline before badge
7.9.6
- 7.9.6
- fix(Record): clear media element source when no URL is provided (#4113) by @matemolnar8
- fix(renderer): Prevent rendering if the canvas length is 0 after bar calculation (#4108) by @s-montigny-desautels
- Tests: add Jest and unit tests (#4105)
- Docs: add project AGENTS guidelines (#4104)
- fix: children rendering in DOM util (#4102)
- fix: renderer bar width clamp (#4103)
- fix(Hover plugin): wheel listener removal (#4101)
- Update question.md
- Chore: add npm badge in release notes
7.9.5
7.9.4
- 7.9.4
- Fix(Timeline): fix iteration over fractional time intervals (#4073) by @vitalyster
7.9.3
7.9.2
- 7.9.2
- Fix: play(start, stop) with WebAudio backend not worked (#4066) by @OwLu0905
- Tests: change the redrawcomplete event to redraw (#4061) by @shahil-yadav
- Docs: fix Regions docs link