Skip to content

Releases: tkloht/react-video-cover

1.2.0

02 Apr 20:31
Compare
Choose a tag to compare

Features

  • allow react 16 as peer-dependency
  • enable server-side-rendering, thanks to @JonnyBurger (#176)

1.1.0

19 Jun 13:59
Compare
Choose a tag to compare

Improvements

-support react 15.5 or newer

v1.0.1

13 Aug 00:42
Compare
Choose a tag to compare

Bugfixes

  • allow calling the function passed in onFallbackDidMount with a parameter (just to clarify: no parameter is needed, but with 1.0.0 it did only work without a parameter)

v1.0.0

07 Jul 11:43
Compare
Choose a tag to compare

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.