Skip to content

Commit

Permalink
v3.0.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed May 6, 2023
1 parent 946b23a commit c0195f1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Peaks.js

## 3.0.0-beta.9 (2023/05/06)

* (#484) Validate container elements after loading the waveform (@chrisn)

* (#484) Calling `peaksInstance.destroy()` will now abort an in-progress
HTTP request to fetch audio or waveform data (@chrisn)

* (#483) Enable point and segment marker updates while dragging (@chrisn)

* (#481) Improved point/segment attribute validation to prevent
overwriting internal Point or Segment properties (@chrisn)

* Added FAQ documentation, see [doc/faq.md](doc/faq.md) (@chrisn)

## 3.0.0-beta.8 (2023/03/24)

* (#481) Fixed TypeScript declarations (@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.8",
"version": "3.0.0-beta.9",
"description": "JavaScript UI component for displaying audio waveforms",
"main": "./dist/peaks.min.js",
"module": "./dist/peaks.esm.js",
Expand Down

0 comments on commit c0195f1

Please sign in to comment.