-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
|
||
### Unreleased | ||
|
||
* Add [player configuration props](https://github.com/CookPete/react-player/pull/4) (thanks [Fauntleroy](https://github.com/Fauntleroy)) | ||
* Fix [Soundcloud player bug](https://github.com/CookPete/react-player/issues/6) | ||
* Add basic support for Travis | ||
* Add a change log | ||
* [Full commit list](https://github.com/CookPete/react-player/compare/v0.1.0...master) | ||
|
||
|
||
### 0.1.0 | ||
|
||
* Released on **19 October 2015** | ||
* Upgrade to use React `0.14` | ||
* Add support for media files | ||
* Add shallow rendering tests | ||
* Minor improvements to Vimeo player | ||
* [Full commit list](https://github.com/CookPete/react-player/compare/v0.0.8...v0.1.0) | ||
|
||
|
||
### 0.0.8 | ||
|
||
* Released on **20 September 2015** | ||
* Add basic unit tests | ||
* Minor improvements to Soundcloud player | ||
* [Full commit list](https://github.com/CookPete/react-player/compare/v0.0.7...v0.0.8) | ||
|
||
|
||
### 0.0.7 | ||
|
||
* Released on **10 September 2015** | ||
* Bug fixes | ||
* [Full commit list](https://github.com/CookPete/react-player/compare/v0.0.6...v0.0.7) | ||
|
||
|
||
### 0.0.6 | ||
|
||
* Released on **31 August 2015** | ||
* Bug fixes and improvements | ||
* [Full commit list](https://github.com/CookPete/react-player/compare/v0.0.5...v0.0.6) | ||
|
||
|
||
### 0.0.5 | ||
|
||
* Released on **27 August 2015** | ||
* Add `onError` support and separate file for `propTypes` | ||
* [Full commit list](https://github.com/CookPete/react-player/compare/v0.0.4...v0.0.5) | ||
|
||
|
||
### 0.0.4 | ||
|
||
* Released on **27 August 2015** | ||
* Add `fetch` polyfill | ||
* [Full commit list](https://github.com/CookPete/react-player/compare/v0.0.3...v0.0.4) | ||
|
||
|
||
### 0.0.3 | ||
|
||
* Released on **26 August 2015** | ||
* Proper `npm` support | ||
* [Full commit list](https://github.com/CookPete/react-player/compare/v0.0.2...v0.0.3) | ||
|
||
|
||
### 0.0.2 | ||
|
||
* Released on **24 August 2015** | ||
* Initial release | ||
|
||
|