Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webmiraclepro committed Jan 23, 2019
1 parent b420cec commit dce7500
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.

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

#### [v1.9.0](https://github.com/CookPete/react-player/compare/v1.8.0...v1.9.0)
> 24 January 2019
- Allows wrapper proptype to be a ForwardRef component [`#556`](https://github.com/CookPete/react-player/pull/556)
- playsinline for Android wechat [`#544`](https://github.com/CookPete/react-player/pull/544)
- Fix broken URL for standalone script [`#546`](https://github.com/CookPete/react-player/pull/546)
- Accept youtube.com/playlist?list= URLs [`#541`](https://github.com/CookPete/react-player/pull/541)
- Add youtube embedOptions config option [`#557`](https://github.com/CookPete/react-player/pull/557) [`#272`](https://github.com/CookPete/react-player/issues/272)
- Bump deepmerge [`7722679`](https://github.com/CookPete/react-player/commit/77226796f9542a59bde28be6bfbd74f24f994d16)
- Youtube playlist fixes [`04bf181`](https://github.com/CookPete/react-player/commit/04bf181a3d27856a86ef81b8c141b7bf68947198)

#### [v1.8.0](https://github.com/CookPete/react-player/compare/v1.7.1...v1.8.0)
> 19 December 2018
- Add light prop [`#448`](https://github.com/CookPete/react-player/issues/448)
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.

2 changes: 1 addition & 1 deletion 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": "1.8.0",
"version": "1.9.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/ReactPlayer.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit dce7500

Please sign in to comment.