Skip to content

v1.0.0

Compare
Choose a tag to compare
@tkloht tkloht released this 07 Jul 11:43
· 178 commits to master since this release

Breaking Changes

  • getResizeNotifier has been renamed to onFallbackDidMount (a427647)
  • if the fallback is used, styles are now applied to the container-div instead of the video (0672580)

Features

  • it is now possible to override styles for width and height (b77e85b)
  • added onFallbackWillUnmount prop (a427647)
  • support className prop (659eda1)

Also added documentation for props, a bunch of tests and more examples.