Skip to content

Releases: u-wave/react-vimeo

v0.9.10

18 Oct 11:20
Compare
Choose a tag to compare
  • Fix npm package keywords. (bb944df)

v0.9.9

17 Oct 10:02
Compare
Choose a tag to compare
  • Bump minimum @vimeo/player version. (@k-p-jones in #191)
  • Document controls as pro-account-only. (fd61877)
  • Add onPlaying event, fix documentation for onPlay. (@Aliath in #212)
  • Add playbackRate prop. (@chidimi in #220)
  • Support changing the quality prop during playback. (941b68b)
  • Add support for passing a URL to the video prop, eg. for embedding private videos. (e7128b6)

v0.9.8

20 Apr 05:47
Compare
Choose a tag to compare
  • Fix a warning about workspaces when installing with yarn. (#190)

v0.9.7

19 Apr 10:34
Compare
Choose a tag to compare
  • Add React 18 to supported peerDependencies range. (@dockwarder in #189)
  • Accept typings from React 17 and 18 … hopefully npm picks the correct version for you :)

v0.9.6

06 Apr 09:30
Compare
Choose a tag to compare
  • Add React 18 to supported peerDependencies range.
  • Add textTrack, playsInline, pip, keyboard, quality props. (@thanhsonng in #178)

v0.9.5

05 Jul 12:17
Compare
Choose a tag to compare
  • Add the dnt prop to the typescript definitions. (@k-p-jones in #140)

v0.9.4

24 Mar 21:28
ef8c779
Compare
Choose a tag to compare
  • Add prop for the speed player option. (@warrenmcquinn in #128)

    This option enables speed controls so the user can select speeds in the Vimeo frame UI,
    it does not itself control the playback rate.

v0.9.3

18 Feb 16:21
4c6d2c6
Compare
Choose a tag to compare

v0.9.2

14 Dec 09:35
8145fdf
Compare
Choose a tag to compare
  • Add prop for the onPlaybackRateChange event. (@houmark in #120)

v0.9.1

22 Oct 09:42
994e741
Compare
Choose a tag to compare
  • Add React 17 to allowed peerDependency range. (#114)