Skip to content

Releases: u-wave/react-youtube

v0.7.0

12 Jun 17:26
e915d5d
Compare
Choose a tag to compare
  • Add typescript definitions.

v0.6.0

11 Jun 19:51
31a695c
Compare
Choose a tag to compare
  • Cue instead of load video when autoplay is disabled, see #24.
  • Fix event passthrough, see #26.

v0.5.0

24 May 09:47
ae38442
Compare
Choose a tag to compare
  • Update demo URL.
  • Change the build paths from lib/rollup.js to dist/react-youtube.js, for consistency with other modules under the u-wave org.

v0.4.1

27 Sep 09:01
73eb4c7
Compare
Choose a tag to compare
  • Support React 16

v0.4.0

31 May 14:01
0701dec
Compare
Choose a tag to compare
  • Stop the video when the video prop becomes null. (e9a169f)

v0.3.1

27 May 11:34
017e0b9
Compare
Choose a tag to compare
  • Fix start/endSeconds with a changing "video" prop. (d06e424)

v0.3.0

13 May 13:19
1d81fe0
Compare
Choose a tag to compare
  • Implement onCued/onBuffering/onPause/onPlaying/onEnd events. (286fda6)

v0.2.0

13 May 13:18
3fdd099
Compare
Choose a tag to compare

v0.1.2

17 Apr 09:03
2f9a1af
Compare
Choose a tag to compare

Fix unmounting the component before the player has fully loaded.

v0.1.1

17 Apr 09:03
7e6cd27
Compare
Choose a tag to compare

Use prop-types module instead of React.PropTypes.