Skip to content

Commit

Permalink
release: v5.2.0 (#2332)
Browse files Browse the repository at this point in the history
* update changelog

* bump version: 5.2.0

* disable globalObject due to build issue

* update dev dependencies
  • Loading branch information
thijstriemstra committed Aug 16, 2021
1 parent acdad67 commit d27b75e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
9 changes: 5 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
wavesurfer.js changelog
=======================

5.2.0 (unreleased)
5.2.0 (16.08.2021)
------------------
- Add `ignoreSilenceMode` option to ignore iOS hardware silence switch when using the
`WebAudio` backend (#1864)
- Fixed unhandled `Failed to execute 'stop' on 'AudioScheduledSourceNode'` error (#1473)
- Fixed unhandled `Cannot read property 'decodeArrayBuffer' of null` error (#2279)
- Timeline plugin: fixed unhandled `null is not an object (evaluating context.canvas)` error
in Safari v14 (#2333)
- Regions plugin: Add `direction` and `action` fields to the region-updated event params (#2339)
- Timeline plugin: fixed unhandled `null is not an object (evaluating context.canvas)`
error in Safari v14 (#2333)
- Regions plugin: add `direction` and `action` fields to the `region-updated` event
params (#2339)

5.1.0 (20.06.2021)
------------------
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": "5.1.0",
"version": "5.2.0",
"homepage": "https://wavesurfer-js.org",
"authors": [
"katspaugh <katspaugh@gmail.com>"
Expand Down
3 changes: 1 addition & 2 deletions build-config/fragments/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ module.exports = {
mode: 'development',
output: {
libraryTarget: 'umd',
umdNamedDefine: true,
globalObject: 'this'
umdNamedDefine: true
},
performance: {
hints: false
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavesurfer.js",
"version": "5.1.0",
"version": "5.2.0",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.js",
"directories": {
Expand Down Expand Up @@ -55,9 +55,9 @@
"visualization"
],
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.9",
"@babel/register": "^7.14.5",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/register": "^7.15.3",
"@chiragrupani/karma-chromium-edge-launcher": "^2.1.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
Expand Down Expand Up @@ -86,12 +86,12 @@
"karma-jasmine-matchers": "4.0.2",
"karma-verbose-reporter": "0.0.6",
"karma-webpack": "^5.0.0",
"lint-staged": "^11.1.1",
"lint-staged": "^11.1.2",
"load-script": "^1.0.0",
"pre-commit": "^1.2.2",
"webpack": "^5.48.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.0.0-beta.3",
"webpack": "^5.50.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0-rc.0",
"webpack-merge": "^5.8.0"
},
"homepage": "https://wavesurfer-js.org",
Expand Down

0 comments on commit d27b75e

Please sign in to comment.