Skip to content

Releases: u-wave/react-vimeo

v0.9.0

24 Jun 17:11
b0b6d7f
Compare
Choose a tag to compare
  • Add typescript typings. (#103)

v0.8.3

31 Mar 17:26
df2d633
Compare
Choose a tag to compare
  • Set sideEffects: false in package.json.
  • Add style pass-through property to set CSS properties on the container element. (@Authchirion in #100)

v0.8.2

29 Feb 10:48
8cd786b
Compare
Choose a tag to compare
  • Call onError() prop if initial load fails (#96).
  • Call setCurrentTime() after a new video has loaded. (#95)

v0.8.1

10 Jul 09:25
4da6b39
Compare
Choose a tag to compare
  • Add color string example to docs. (@ivoilic in #82)
  • Fix documentation for union prop types.

v0.8.0

28 Jun 12:41
295a813
Compare
Choose a tag to compare
  • Add controls prop, set to controls={false} to disable UI on videos uploaded by pro accounts. (@ljmsouza in #81)

v0.7.0

25 Jun 09:40
19b8d14
Compare
Choose a tag to compare
  • Add responsive prop that automatically fills the parent element. (@deJong in #80)

v0.6.0

29 Nov 11:33
bfe8963
Compare
Choose a tag to compare
  • Add working onReady callback. You can use it to get access to the raw @vimeo/player instance.

v0.5.0

19 Apr 09:22
51cced2
Compare
Choose a tag to compare
  • Clean up the @vimeo/player instance when unmounting.

v0.4.0

29 Mar 20:40
6b7acd3
Compare
Choose a tag to compare
  • Add muted and background props from new Vimeo player. (@pgib in #5)

v0.3.1

01 Feb 09:06
b497737
Compare
Choose a tag to compare
  • Add a start property to start playing a video at some time in seconds.