8.0.0-beta.5Pre-release
Added 1
- Auto-scroll while dragging, resizing, or creating a region in the regions plugin
Fixed 2
- Region event race, mobile double-tap, and device-loss handling in regions and record plugins
- Add default mediaRecorderTimeslice to fire record-data-available continuously in Record plugin
From wavesurfer.js
- 8.0.0-beta.5
- feat(regions): auto-scroll while dragging, resizing, or creating a region (v8 rework of #4181) (#4358)
- fix(regions, record): region event race, mobile double-tap, device-loss handling (#4359)
- docs(examples): update examples for the v8 API (#4357)
- ci: skip already-published versions and tag prereleases correctly on npm (#4356)
- fix(Record): add default mediaRecorderTimeslice to fire record-data-available continuously (#4349) by @Copilot