All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Add typescript typings. (#103)
- Set
sideEffects: false
in package.json. - Add
style
pass-through property to set CSS properties on the container element. (@Authchirion in #100)
- Call
onError()
prop if initial load fails (#96). - Call
setCurrentTime()
after a new video has loaded. (#95)
- Add color string example to docs. (@ivoilic in #82)
- Fix documentation for union prop types.
- Add
controls
prop, set tocontrols={false}
to disable UI on videos uploaded by pro accounts. (@ljmsouza in #81)
- Add
responsive
prop that automatically fills the parent element. (@deJong in #80)
- Add working
onReady
callback. You can use it to get access to the raw @vimeo/player instance.
- Clean up the
@vimeo/player
instance when unmounting.
- Add
muted
andbackground
props from new Vimeo player. (@pgib in #5)