Skip to content

Commit

Permalink
v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed May 22, 2021
1 parent 784d17a commit 62e64cf
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Peaks.js

## 0.26.0 (2021/05/22)

* Removed the `container` and `template` options. Please use the `containers`
options instead (@chrisn)

* Removed the `height` option, as waveforms are automatically sized to fit
the container element (@chrisn)

* Removed `containers.zoom` as alternative for the `containers.zoomview`
option (@chrisn)

* (#356) Use integer values for mouse positions and waveform frame offset
(@chrisn)

* Updated waveform-data.js to v4.1.0 (@chrisn)

## 0.25.0 (2021/04/18)

* (#353) Fixed setWaveformColor() to allow switching between fixed and gradient
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": "0.25.0",
"version": "0.26.0",
"description": "JavaScript UI component for displaying audio waveforms",
"main": "./peaks.js",
"types": "./peaks.js.d.ts",
Expand Down

0 comments on commit 62e64cf

Please sign in to comment.