Skip to content

Commit

Permalink
v3.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Mar 11, 2023
1 parent 8d27f35 commit 13a6e62
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Peaks.js

## 3.0.0-beta.7 (2023/03/11)

* (#433) Prevent resizing the waveform canvas to zero width (@chrisn)

* (#479) Reduced the width of the hit region for resizing overlay segments
(@chrisn)

* (#480) Adjacent segments can now have the same start or end time when
dragging a segment start or end marker over an adjacent segment in
`no-overlap` mode (@chrisn)

* Fixed

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

* (#477) Added `segments.mousedown` and `segments.mouseup` events (@chrisn)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1763,4 +1763,4 @@ Thank you to all our [contributors](https://github.com/bbc/peaks.js/graphs/contr
# Copyright
Copyright 2022 British Broadcasting Corporation
Copyright 2023 British Broadcasting Corporation
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.6",
"version": "3.0.0-beta.7",
"description": "JavaScript UI component for displaying audio waveforms",
"main": "./dist/peaks.min.js",
"module": "./dist/peaks.esm.js",
Expand Down

0 comments on commit 13a6e62

Please sign in to comment.