Skip to content

Commit

Permalink
v3.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Dec 16, 2022
1 parent dc98a1c commit baae9bc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Peaks.js

## 3.0.0-beta.2 (2022/12/16)

* (#341) Check media element source during initialisation

* (#360) Fixed `setSource()` where the media element has `preload="none"`

* (#451) Disable use of Worker when using the `webAudio.audioBuffer` option
in `Peaks.init()` or `instance.setSource()`

* Removed deprecated options:

* `containers` - use `zoomview.container` and `overview.container`
* `overviewWaveformColor` - `use overview.waveformColor`
* `overviewHighlightOffset` - `use overview.highlightOffset`
* `overviewHighlightColor` - `use overview.highlightColor`
* `zoomWaveformColor` - `use zoomview.waveformColor`

* Segment dragging improvements:

* Increased overlay segment handle size, to make resizing segments easier
* The segment being dragged is now moved to the top of the z-order,
so that it remains on top of any other segments that the handle is dragged
over (@chrisn)

## 3.0.0-beta.1 (2022/11/05)

* Fixed dragging of custom point and segment markers (@chrisn)
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": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "JavaScript UI component for displaying audio waveforms",
"main": "./dist/peaks.min.js",
"module": "./dist/peaks.esm.js",
Expand Down

0 comments on commit baae9bc

Please sign in to comment.