Skip to content

Commit

Permalink
2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Aug 21, 2020
1 parent c05cf93 commit 85c2ee8
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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.6.1](https://github.com/CookPete/react-player/compare/v2.6.0...v2.6.1)

> 21 August 2020
- Fixes youtube player playsinline variable type [`#989`](https://github.com/CookPete/react-player/pull/989)
- Add descriptive text to Controls section [`#982`](https://github.com/CookPete/react-player/pull/982)
- added missing type for 'getSecondsLoaded' [`#977`](https://github.com/CookPete/react-player/pull/977)
- Fix single player import logic [`#993`](https://github.com/CookPete/react-player/issues/993)
- Remove gitads banner [`cea0c38`](https://github.com/CookPete/react-player/commit/cea0c3813455d686fea41a820e0e2a13b91b13d4)
- Tweak vimeo controls readme wording [`c05cf93`](https://github.com/CookPete/react-player/commit/c05cf932cbfd431196fed0c6dba9ce5d11c43840)
- Tweak gitads copy [`e252438`](https://github.com/CookPete/react-player/commit/e252438052e4ef1452a1e73c9b776e5a403fe691)

#### [v2.6.0](https://github.com/CookPete/react-player/compare/v2.5.0...v2.6.0)

> 23 July 2020
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": "2.6.0",
"version": "2.6.1",
"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": "index.d.ts",
Expand Down

0 comments on commit 85c2ee8

Please sign in to comment.