Skip to content

Commit d84685f

Browse files
committed
v3.2.0
1 parent ec5d802 commit d84685f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 3.2.0 (2023/10/19)
4+
5+
* Added `playheadBackgroundColor` and `playheadPadding` options (@amber-huo)
6+
7+
* Fixed zoomview mouse drag handler (@chrisn)
8+
39
## 3.1.0 (2023/09/19)
410

511
* Added `enablePoints` and `enableSegments` options (@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.1.0",
3+
"version": "3.2.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)