Skip to content

Commit

Permalink
0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Apr 13, 2016
1 parent 2abb25e commit be276bf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.5.7](https://github.com/CookPete/react-player/compare/v0.5.6...v0.5.7)
> 13 April 2016
* Pass on error event [`#48`](https://github.com/CookPete/react-player/pull/48)
* Add FilePlayer support for urls with query string [`#45`](https://github.com/CookPete/react-player/pull/45)
* Add progressFrequency prop [`#50`](https://github.com/CookPete/react-player/issues/50)
* Only include played amount in onProgress when playing [`#51`](https://github.com/CookPete/react-player/issues/51)
* Pass on event including error message and code onError [`#44`](https://github.com/CookPete/react-player/issues/44)


#### [v0.5.6](https://github.com/CookPete/react-player/compare/v0.5.5...v0.5.6)
> 8 March 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.5.6",
"version": "0.5.7",
"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 be276bf

Please sign in to comment.