Skip to content

Commit 6b03d2d

Browse files
committed
v3.1.0
1 parent 21a5979 commit 6b03d2d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Peaks.js
22

3+
## 3.1.0 (2023/09/19)
4+
5+
* Added `enablePoints` and `enableSegments` options (@chrisn)
6+
7+
* Added `axisTopMarkerHeight` and `axisBottomMarkerHeight` options (@chrisn)
8+
9+
* Fixed point and segment rendering in the overview waveform, if the audio duration
10+
is different to the waveform duration (@chrisn)
11+
312
## 3.0.0 (2023/08/28)
413

514
* Fixed point marker dragging (@chrisn)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "peaks.js",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "JavaScript UI component for displaying audio waveforms",
55
"main": "./dist/peaks.min.js",
66
"module": "./dist/peaks.esm.js",

0 commit comments

Comments
 (0)