Skip to content

Commit

Permalink
v3.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Feb 10, 2023
1 parent 8b1a478 commit 3db7a6d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Peaks.js

## 3.0.0-beta.6 (2023/02/10)

* (#477) Added `segments.mousedown` and `segments.mouseup` events (@chrisn)

* (#478) Fixed dragging of point markers (@chrisn)

* Added `view.setSegmentMinDragWidth()` method to set the minimum segment
width to apply when dragging segment handles or when using the `compress`
drag mode (@chrisn)

## 3.0.0-beta.5 (2023/01/30)

* Allow the playhead to be dragged when within a segment (@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.5",
"version": "3.0.0-beta.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 3db7a6d

Please sign in to comment.