Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Oct 17, 2022
1 parent b2738b0 commit 135fe62
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Peaks.js

## 2.1.0 (2022/10/17)

* (#467) Added new config options to style the overview waveform
highlight region: `highlightStrokeColor`, `highlightOpacity`,
and `highlightCornerRadius` (@jakiestfu)

* Fixed zoomview mouse drag handler (@chrisn)

## 2.0.6 (2022/09/07)

* (#443) Check container element height is non-zero in `Peaks.init()`
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.6",
"version": "2.1.0",
"description": "JavaScript UI component for displaying audio waveforms",
"main": "./dist/peaks.min.js",
"module": "./dist/peaks.esm.js",
Expand Down

0 comments on commit 135fe62

Please sign in to comment.