Skip to content

Commit

Permalink
v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Sep 7, 2022
1 parent 5660088 commit f3f2591
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
# Peaks.js

## 2.0.6 (2022/09/07)

* (#443) Check container element height is non-zero in `Peaks.init()`

* (#461) Fixed handling of deprecated `zoomviewWaveformColor` and
`overviewWaveformColor` options (@chrisn)

* Fixed TypeScript declarations

## 2.0.5 (2022/08/27)

* (#460) Fixed TypeScript declarations, which were causing problems
using Peaks.js in Angular apps.

## 2.0.4 (2022/08/17)

* (#454) Added captureVerticalScroll option to view.setWheelMode().
* (#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
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.5",
"version": "2.0.6",
"description": "JavaScript UI component for displaying audio waveforms",
"main": "./dist/peaks.min.js",
"module": "./dist/peaks.esm.js",
Expand Down

0 comments on commit f3f2591

Please sign in to comment.