Skip to content

Commit

Permalink
release 4.1.0 (katspaugh#2065)
Browse files Browse the repository at this point in the history
* bump version: 4.1.0

* Retrigger build

Co-authored-by: katspaugh <katspaugh@gmail.com>
  • Loading branch information
thijstriemstra and katspaugh committed Sep 17, 2020
1 parent b33bf0e commit 31fd9bc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
17 changes: 9 additions & 8 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
wavesurfer.js changelog
=======================

Next (unreleased)
-----------------
4.1.0 (16.09.2020)
------------------

- Don't call HTMLMediaElement#load when given peaks and preload == 'none'.
Prevents browsers from pre-fetching audio (#1969, #1990)
- `seekTo` bugfix inc. basic unit tests (#2047)
- Fix unhandled `AbortError` thrown during `cancelAjax` (#2063)
- Remove `util.extend`: deprecated since v3.3.0 (#1995)
- Remove `util.ajax`: deprecated since v3.0.0 (#2033)
- Regions plugin:
- Removed 'col-resize' cursor when resize is disabled (#1985)
- Removed `col-resize` cursor when resize is disabled (#1985)
- Improved and unified loop playback logic (#1868)
- Check `minLength` before resizing region (#2001)
- Dragging and resizing will continue outside canvas (#2006)
- `regionsMinLength` parameter to assign a min length to those regions for which the `minLength` is not specified (#2009)
- Revert PR #1926 click propagation on regions. Use event parameter passed in `region-click` if you need stopPropagation. (#2024)
- `regionsMinLength` parameter to assign a min length to those regions for which the `minLength` is not specified (#2009)
- Revert PR #1926 click propagation on regions. Use event parameter passed
in `region-click` if you need `stopPropagation`. (#2024)
- Edgescroll works for both edges (#2011)
- Microphone plugin: move to separate directory (#1997)
- Minimap plugin: move plugin to separate directory (#1999)
Expand All @@ -22,9 +26,6 @@ Next (unreleased)
- Spectrogram plugin: move to separate directory (#1996)
- Mediasession plugin: move to separate directory (#2020)
- Timeline plugin: move to separate directory (#2018)
- Remove `util.ajax`: deprecated since v3.0.0 (#2033)
- seekTo bugfix inc. basic unit tests (#2047)
- Fix unhandled AbortError thrown during cancelAjax (#2063)

4.0.1 (23.06.2020)
------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ See a [tutorial](https://wavesurfer-js.org/docs) and [examples](https://wavesurf
## Browser support
wavesurfer.js works only in [modern browsers supporting Web Audio](http://caniuse.com/audio-api).

It will fallback to Audio Element in other browsers (without graphics). You can also try [wavesurfer.swf](https://github.com/laurentvd/wavesurfer.swf) which is a Flash-based fallback.
It will fallback to Audio Element without graphics in other browsers (IE 11 and lower). You can also try [wavesurfer.swf](https://github.com/laurentvd/wavesurfer.swf) which is a Flash-based fallback.

## FAQ
### Can the audio start playing before the waveform is drawn?
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavesurfer.js",
"version": "4.0.1",
"version": "4.1.0",
"homepage": "https://wavesurfer-js.org",
"authors": [
"katspaugh <katspaugh@gmail.com>"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavesurfer.js",
"version": "4.0.1",
"version": "4.1.0",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.js",
"directories": {
Expand Down Expand Up @@ -84,10 +84,10 @@
"karma-jasmine-matchers": "4.0.2",
"karma-verbose-reporter": "0.0.6",
"karma-webpack": "^4.0.2",
"lint-staged": "^10.3.0",
"lint-staged": "^10.4.0",
"load-script": "^1.0.0",
"pre-commit": "^1.2.2",
"terser-webpack-plugin": "^4.2.0",
"terser-webpack-plugin": "^4.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
Expand Down

0 comments on commit 31fd9bc

Please sign in to comment.