Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Jan 11, 2016
1 parent 1cebd28 commit bfa1bf1
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,28 @@ 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.4.1](https://github.com/CookPete/react-player/compare/v0.4.0...v0.4.1)
> 11 January 2016
* Add more files to .npmignore [`1cd8052`](https://github.com/CookPete/react-player/commit/1cd80526d32a5b060208b3d1e7883adcfcd7cfe6)
* Fix npm badge link [`f6a146b`](https://github.com/CookPete/react-player/commit/f6a146b3904934dcd10287100400e54aeeb50541)
* Update auto-changelog [`1cebd28`](https://github.com/CookPete/react-player/commit/1cebd28b25d66713204b5920052c8979d84c234d)


#### [v0.4.0](https://github.com/CookPete/react-player/compare/v0.3.7...v0.4.0)
> 9 January 2016
* Use react-transform development setup [`#25`](https://github.com/CookPete/react-player/pull/25)
* Add basic karma testing [`#22`](https://github.com/CookPete/react-player/issues/22)
* Rebase on react-transform-boilerplate [`#8`](https://github.com/CookPete/react-player/issues/8)


#### [v0.3.7](https://github.com/CookPete/react-player/compare/v0.3.6...v0.3.7)
> 4 January 2016
* When seeking before player is ready, store value and seek later [`#19`](https://github.com/CookPete/react-player/issues/19)
* Fix FilePlayer not loading on mount [`00f9671`](https://github.com/CookPete/react-player/commit/00f9671a12bf09d0160653391a680165d6098adf)
* Nullify loadOnReady after use [`5dd60c6`](https://github.com/CookPete/react-player/commit/5dd60c6215d994b8efbf2ea5c46434166a382357)


#### [v0.3.6](https://github.com/CookPete/react-player/compare/v0.3.5...v0.3.6)
Expand All @@ -28,6 +39,7 @@ Generated by [auto-changelog](https://github.com/CookPete/auto-changelog)
* Fix YouTube onReady bugs [`#21`](https://github.com/CookPete/react-player/pull/21)
* Set isReady before setVolume in onReady [`#23`](https://github.com/CookPete/react-player/issues/23)
* Handle YouTube URL change during SDK load [`#20`](https://github.com/CookPete/react-player/issues/20)


#### [v0.3.4](https://github.com/CookPete/react-player/compare/v0.3.3...v0.3.4)
Expand All @@ -47,32 +59,39 @@ Generated by [auto-changelog](https://github.com/CookPete/auto-changelog)
> 2 January 2016
* Use explicit isReady property to guard player methods [`#18`](https://github.com/CookPete/react-player/issues/18)
* Remove propTypes and defaultProps from players [`796edd1`](https://github.com/CookPete/react-player/commit/796edd129a6aaea148dcd72ea897321e66cae0c1)
* Add onProgress propType [`3f22681`](https://github.com/CookPete/react-player/commit/3f22681bcba3ad5c10ed1516abdcfb3bf6b8bad8)


#### [v0.3.1](https://github.com/CookPete/react-player/compare/v0.3.0...v0.3.1)
> 27 December 2015
* Use displayNames for players [`#17`](https://github.com/CookPete/react-player/issues/17)
* Fix changelog link [`f82b351`](https://github.com/CookPete/react-player/commit/f82b351aa6008d2cbb2e3bd95859d8a90a8e49d9)


#### [v0.3.0](https://github.com/CookPete/react-player/compare/v0.2.1...v0.3.0)
> 24 December 2015
* Prime players to enable autoplay when out of focus [`#13`](https://github.com/CookPete/react-player/pull/13)
* Enable multiple YouTube players [`#15`](https://github.com/CookPete/react-player/issues/15)
* Prime Youtube and Vimeo players with a blank video [`#7`](https://github.com/CookPete/react-player/issues/7)


#### [v0.2.1](https://github.com/CookPete/react-player/compare/v0.2.0...v0.2.1)
> 13 November 2015
* Remove autoplay and only play if props.playing is true when ready [`#10`](https://github.com/CookPete/react-player/issues/10)
* Be a bit more const-friendly [`a15700a`](https://github.com/CookPete/react-player/commit/a15700ac95349037ea6f4d9f52fddeff9530bbf5)
* Better npm publish cleanup scripts [`821be95`](https://github.com/CookPete/react-player/commit/821be95265fb774e904c24ff553997b94b7b2e42)


#### [v0.2.0](https://github.com/CookPete/react-player/compare/v0.1.0...v0.2.0)
> 6 November 2015
* Configuration [`#4`](https://github.com/CookPete/react-player/pull/4)
* Abort SoundCloud streaming if url changes during requests [`#6`](https://github.com/CookPete/react-player/issues/6)
* pass configuration options to players via props [`f1395d1`](https://github.com/CookPete/react-player/commit/f1395d134a05b36db1736179e0b58ac9bc6bd76c)


#### [v0.1.0](https://github.com/CookPete/react-player/compare/v0.0.8...v0.1.0)
Expand All @@ -87,6 +106,8 @@ Generated by [auto-changelog](https://github.com/CookPete/auto-changelog)
> 20 September 2015
* Use findDOMNode [`#3`](https://github.com/CookPete/react-player/issues/3)
* Add basic unit tests for static canPlay method [`f1cde2c`](https://github.com/CookPete/react-player/commit/f1cde2c4fd6a939e944e82621908c26814a4b88b)
* Improve SoundCloud URL regex [`3c4c5fa`](https://github.com/CookPete/react-player/commit/3c4c5fabc4f7440cd9931bd984174baf0f62dcce)


#### [v0.0.7](https://github.com/CookPete/react-player/compare/v0.0.6...v0.0.7)
Expand Down Expand Up @@ -116,6 +137,7 @@ Generated by [auto-changelog](https://github.com/CookPete/auto-changelog)
> 27 August 2015
* Add Array.find() polyfill [`#1`](https://github.com/CookPete/react-player/issues/1)
* Add fetch polyfill libraries to package.json [`#1`](https://github.com/CookPete/react-player/issues/1)


#### [v0.0.3](https://github.com/CookPete/react-player/compare/v0.0.2...v0.0.3)
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.0",
"version": "0.4.1",
"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 bfa1bf1

Please sign in to comment.