Releases: u-wave/react-youtube
Releases · u-wave/react-youtube
v1.0.0-alpha.4
- Add docs for the
useYouTube
hook. - Add props for
origin
/host
settings. - Pass-through
muted
to the player initially, so<YouTube autoplay muted />
works as expected.
v1.0.0-alpha.3
- Fix unmount order.
- Start player synchronously if the SDK is already loaded.
v1.0.0-alpha.2
- Expose all functionality as a
useYouTube
hook. - Remove props no longer supported by YouTube:
showInfo
,suggestedQuality
.
v0.7.4
v1.0.0-alpha.1
- Improve typings.
- Remove duplicate
defaultProps
.
v0.7.3
- Allow React 18 in peerDependency range.
- Test with React 16, 17, and 18 on CI.
v1.0.0-alpha.0
- Use hooks internally.
- Drop support for React 16. This version requires React 17 or 18.
- Target evergreen browsers. If you need to support older browsers, you need to transpile this dependency.
v0.7.2
- Allow React 17 in peerDependency range.
- Test with React 16 and React 17 on CI.
v0.7.1
- Set
sideEffects: false
in package.json. - Add
style
pass-through property to set CSS properties on the container element. (@Authchirion in #90) - Document that the
showInfo
prop is deprecated.
v0.7.0
- Add typescript definitions.