Skip to content

Latest commit

 

History

History
236 lines (145 loc) · 12.8 KB

CHANGELOG.md

File metadata and controls

236 lines (145 loc) · 12.8 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Generated by auto-changelog

19 April 2016

  • Bump packages #56
  • Add footer to demo 546678c
  • Fix Youtube rendering issue with React 15 8eb2dc0

13 April 2016

  • Pass on error event #48
  • Add FilePlayer support for urls with query string #45
  • Add progressFrequency prop #50
  • Only include played amount in onProgress when playing #51
  • Pass on event including error message and code onError #44

8 March 2016

  • Fix bower support #42
  • Update readme with mobile considerations #41
  • Fix browser build 78463b2

29 February 2016

  • Add browser build #35, #38
  • Add promise and fetch polyfills to build #39
  • Update standard code style 7231c45

3 February 2016

  • Add demo deployment to travis build 60bcaf6
  • Tweak YouTube default playerVars b99e6d9
  • Add sshpass to travis 84f889e

26 January 2016

25 January 2016

21 January 2016

  • Move onDuration callback from onReady to onPlay #31
  • Destructure state in demo render method 6ed327d
  • Add simple Duration component to improve demo d42c6d3

14 January 2016

  • Add onDuration prop #28
  • Add live demo to readme 4aa8a29
  • Ensure vimeo player has duration before calling onReady 8b31a8f

11 January 2016

  • Add semicolons to class properties #27
  • Limit Travis to just basic tests #26
  • Bump packages 21f03b2

11 January 2016

9 January 2016

  • Use react-transform development setup #25
  • Add basic karma testing #22
  • Rebase on react-transform-boilerplate #8

4 January 2016

  • When seeking before player is ready, store value and seek later #19
  • Fix FilePlayer not loading on mount 00f9671
  • Nullify loadOnReady after use 5dd60c6

4 January 2016

  • Ensure volume on subsequent youtube loads 5895663

4 January 2016

  • Fix YouTube onReady bugs #21
  • Set isReady before setVolume in onReady #23
  • Handle YouTube URL change during SDK load #20

3 January 2016

2 January 2016

  • Stronger guards for YouTube player methods f18792a

2 January 2016

  • Use explicit isReady property to guard player methods #18
  • Remove propTypes and defaultProps from players 796edd1
  • Add onProgress propType 3f22681

27 December 2015

  • Use displayNames for players #17
  • Fix changelog link f82b351

24 December 2015

  • Prime players to enable autoplay when out of focus #13
  • Enable multiple YouTube players #15
  • Prime Youtube and Vimeo players with a blank video #7

13 November 2015

  • Remove autoplay and only play if props.playing is true when ready #10
  • Be a bit more const-friendly a15700a
  • Better npm publish cleanup scripts 821be95

6 November 2015

  • Configuration #4
  • Abort SoundCloud streaming if url changes during requests #6
  • pass configuration options to players via props f1395d1

19 October 2015

  • Add FilePlayer for HTML5 media files 66482d5
  • Add very basic shallow rendering tests 7beccbe
  • Update readme and package description 237c51a

20 September 2015

  • Use findDOMNode #3
  • Add basic unit tests for static canPlay method f1cde2c
  • Improve SoundCloud URL regex 3c4c5fa

10 September 2015

  • Set correct initial state in ReactPlayer f912f13
  • Stop soundcloud track before playing another 61bc61e
  • Guard against no iframe contentWindow in Vimeo player da15b0a

31 August 2015

  • Use shouldComponentUpdate to prevent unnecessary rendering b7ca5a6
  • Fix onProgress bug 1bf018e

27 August 2015

27 August 2015

  • Add Array.find() polyfill #1
  • Add fetch polyfill libraries to package.json #1

26 August 2015

v0.0.2

24 August 2015

  • First commit a4deecf
  • Move react package to dev and peer dependencies f42ea0c