Skip to content

Commit

Permalink
0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Jul 27, 2016
1 parent 180039b commit 21f1dad
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. This projec
Generated by [auto-changelog](https://github.com/CookPete/auto-changelog)


#### [v0.7.5](https://github.com/CookPete/react-player/compare/v0.7.4...v0.7.5)
> 27 July 2016
* Always send both played and loaded values in progress events [`#79`](https://github.com/CookPete/react-player/issues/79)
* Add RTSP stream support to FilePlayer [`#83`](https://github.com/CookPete/react-player/issues/83)
* Move initial setVolume to onStart [`#82`](https://github.com/CookPete/react-player/issues/82)
* Update player when width or height changes [`#84`](https://github.com/CookPete/react-player/issues/84)


#### [v0.7.4](https://github.com/CookPete/react-player/compare/v0.7.3...v0.7.4)
> 23 June 2016
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-player",
"version": "0.7.4",
"version": "0.7.5",
"description": "A react component for playing a variety of URLs, including file paths, YouTube, SoundCloud and Vimeo",
"main": "lib/ReactPlayer.js",
"scripts": {
Expand Down

0 comments on commit 21f1dad

Please sign in to comment.