Skip to content

Commit

Permalink
2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Sep 5, 2023
1 parent 90237f5 commit 3d47152
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 14 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,26 @@ 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.13.0](https://github.com/cookpete/react-player/compare/v2.12.0...v2.13.0)

- Fix #1604 - FilePlayer does not work if I passed an array of urls [`#1612`](https://github.com/cookpete/react-player/pull/1612)
- fix: `src` sttribute become "undefinded" if `url` is an array [`#1648`](https://github.com/cookpete/react-player/pull/1648)
- Adding keepPlaying to other player types [`#1639`](https://github.com/cookpete/react-player/pull/1639)
- CI [`#1654`](https://github.com/cookpete/react-player/pull/1654)
- Swap out broken youtube URL [`#1659`](https://github.com/cookpete/react-player/pull/1659)
- Add keepPlaying to seekTo [`#1620`](https://github.com/cookpete/react-player/pull/1620)
- Added forceDisableHls option for FilePlayer [`#1625`](https://github.com/cookpete/react-player/pull/1625)
- added onPlaybackQualityChange prop [`#1636`](https://github.com/cookpete/react-player/pull/1636)
- Update the list of supported YouTube domains [`#1599`](https://github.com/cookpete/react-player/pull/1599)
- Fix #1604 - FilePlayer does not work if I passed an array of urls (#1612) [`#1604`](https://github.com/cookpete/react-player/issues/1604)
- Support Wisita URLs with query params [`#1591`](https://github.com/cookpete/react-player/issues/1591)
- Support vimeo manage links [`#1593`](https://github.com/cookpete/react-player/issues/1593)
- Update readme [`90237f5`](https://github.com/cookpete/react-player/commit/90237f51d43fc63870b0e6d0c86f4497f97ca586)

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

> 7 March 2023
- 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)
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.

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

Large diffs are not rendered by default.

10 changes: 5 additions & 5 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-player",
"version": "2.12.0",
"version": "2.13.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

0 comments on commit 3d47152

Please sign in to comment.