Skip to content

Commit

Permalink
2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Mar 7, 2023
1 parent 105290e commit 662082a
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 27 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v2.12.0](https://github.com/cookpete/react-player/compare/v2.11.2...v2.12.0)

- Added Vimeo Muteability [`#1588`](https://github.com/cookpete/react-player/pull/1588)
- Add forceSafariHLS option for FilePlayer [`#1560`](https://github.com/cookpete/react-player/pull/1560)
- fix: standalone has side effects [`#1586`](https://github.com/cookpete/react-player/pull/1586)
- Update DASH example [`#1589`](https://github.com/cookpete/react-player/issues/1589)
- Support live youtube URLs [`#1580`](https://github.com/cookpete/react-player/issues/1580)

#### [v2.11.2](https://github.com/cookpete/react-player/compare/v2.11.1...v2.11.2)

> 10 February 2023
- Remove module property from package.json [`#1574`](https://github.com/cookpete/react-player/issues/1574)

#### [v2.11.1](https://github.com/cookpete/react-player/compare/v2.11.0...v2.11.1)
Expand Down
2 changes: 1 addition & 1 deletion dist/ReactPlayer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ReactPlayer.js.map

Large diffs are not rendered by default.

21 changes: 10 additions & 11 deletions dist/ReactPlayer.standalone.es6.js

Large diffs are not rendered by default.

21 changes: 10 additions & 11 deletions dist/ReactPlayer.standalone.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ReactPlayer.standalone.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-player",
"version": "2.11.2",
"version": "2.12.0",
"description": "A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -156,4 +156,4 @@
"sideEffects": [
"./src/standalone.js"
]
}
}

0 comments on commit 662082a

Please sign in to comment.