Skip to content

Releases: jimmycallin/react-hook-videojs

v3.0.2

11 Aug 12:52
Compare
Choose a tag to compare

Reduce required node engine in package.json from => 18 to => 16

Full Changelog: v3.0.1...v3.0.2

v3.0.0 - React 18 support, Typescript rewrite, and support for video children and props

20 Jul 13:09
Compare
Choose a tag to compare

What's Changed

This is a total rewrite of react-hook-videojs to support React 18, including strict mode! Many thanks to all the contributors.

Highlights

Breaking changes

We had to add an additional wrapping div around the videojs container, so beware if you rely on a certain DOM structure output. Except for this, no breaking changes are expected.

New Contributors

Full Changelog: v2.0.1...v3.0.0

v2.0.1

20 Jul 00:43
Compare
Choose a tag to compare

This release is mainly an internal cleanup of the build and test process, and shouldn't introduce any behavioral changes.

2.0.0

05 Oct 20:07
Compare
Choose a tag to compare
Setting up react-hook-videojs