Skip to content

Commit

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

## 3.0.0-beta.12 (2023/06/27)

* (#498) The custom marker `timeUpdated()` method has been removed, and
replaced by a more general purpose `update()` method, which is called
when any of the point or segment attributes have been updated
(including when markers are dragged). Refer to doc/migration-guide.md
for details of how to update your application (@chrisn)

* (#497) Added zoomview `autoScroll` and `autoScrollOffset` options
(@chrisn)

* (#88) Added `enablePoints` and `enableSegment` options, to allow you
to control whether points and segments are shown in the zoomview and
overview waveforms (@chrisn)

## 3.0.0-beta.11 (2023/06/07)

* (#490) Added `preventViewEvent()` method for point and segment events.
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.11",
"version": "3.0.0-beta.12",
"description": "JavaScript UI component for displaying audio waveforms",
"main": "./dist/peaks.min.js",
"module": "./dist/peaks.esm.js",
Expand Down

0 comments on commit c864ef7

Please sign in to comment.