Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Aug 17, 2022
1 parent ccb9a82 commit 524e5f7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 524e5f7

Please sign in to comment.