diff --git a/CHANGELOG.md b/CHANGELOG.md index b9569afe..07dfb1ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Peaks.js +## 2.0.4 (2022/08/17) + +* (#454) Added captureVerticalScroll option to view.setWheelMode(). + This option makes the zoomview respond to all mousewheel / touchpad + events. It means that the user no longer has to press Shift to + scroll the waveform, but it also means that using the mousewheel + while the pointer is over the waveform will no longer scroll the + page (@chrisn) + ## 2.0.3 (2022/07/31) * (#457) Improve horizontal scrolling on trackpad on Mac OS (@jdelStrother) diff --git a/package-lock.json b/package-lock.json index 2fc8fd3c..885096bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "peaks.js", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index bc9fbbf9..22f48648 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peaks.js", - "version": "2.0.3", + "version": "2.0.4", "description": "JavaScript UI component for displaying audio waveforms", "main": "./dist/peaks.min.js", "module": "./dist/peaks.esm.js",