Skip to content

Commit 4d251bf

Browse files
committed
v4.0.0
1 parent 9e0e0e2 commit 4d251bf

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 4.0.0 - 2020-09-23
2+
3+
- Added: Support `xhr` (#96)
4+
5+
## Breaking Changes
6+
7+
- Removed: Support `xhrWithCredentials` - now requiring Howler version >= `2.2.0` (#96)
8+
19
# 3.8.0 - 2020-09-01
210

311
- Added: Support `xhrWithCredentials` (#77)

Diff for: package-lock.json

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

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-howler",
3-
"version": "3.8.0",
3+
"version": "4.0.0",
44
"description": "A React.js wrapper for howler.js (audio player)",
55
"main": "lib/index.js",
66
"scripts": {
@@ -43,7 +43,7 @@
4343
},
4444
"homepage": "https://github.com/thangngoc89/react-howler#readme",
4545
"dependencies": {
46-
"howler": "^2.1.1",
46+
"howler": "^2.2.0",
4747
"prop-types": "^15.5.6"
4848
},
4949
"devDependencies": {

Diff for: yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,7 @@ home-or-tmp@^2.0.0:
18221822
os-homedir "^1.0.0"
18231823
os-tmpdir "^1.0.1"
18241824

1825-
howler@^2.1.1:
1825+
howler@^2.2.0:
18261826
version "2.2.0"
18271827
resolved "https://registry.yarnpkg.com/howler/-/howler-2.2.0.tgz#0e2c780997ae65ab9a1a186333031beac1c63c6b"
18281828
integrity sha512-sGPkrAQy7jh5mNDbkRNG0F82R2HFDYNsQXBcX4smXQT0y0F4UMsa/+jXaGwWvcrajWr2tDB7JUkH7G5qSnuIyQ==

0 commit comments

Comments
 (0)