Releases: jimmycallin/react-hook-videojs
Releases · jimmycallin/react-hook-videojs
v3.0.2
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
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
- Support React 18 including strict mode by @jimmycallin in https://github.com/jimmycallin/react-hook-videojs/pull/155159/pull/160
- Use TypeScript; include types in package by @narthur in #148
- Ability to pass in themes via classnames by @logemann in #22 and #25
- Add support for children and props by @LongLiveCHIEF in #26
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
- @logemann made their first contribution in #22
- @LongLiveCHIEF made their first contribution in #26
- @narthur made their first contribution in #148
Full Changelog: v2.0.1...v3.0.0
v2.0.1
This release is mainly an internal cleanup of the build and test process, and shouldn't introduce any behavioral changes.
2.0.0
Setting up react-hook-videojs