Skip to content

Releases: u-wave/react-youtube

v1.0.0-alpha.4

03 May 10:49
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release
  • 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

01 May 15:52
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release
  • Fix unmount order.
  • Start player synchronously if the SDK is already loaded.

v1.0.0-alpha.2

01 May 13:44
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release
  • Expose all functionality as a useYouTube hook.
  • Remove props no longer supported by YouTube: showInfo, suggestedQuality.

v0.7.4

23 Apr 07:08
Compare
Choose a tag to compare
  • Fix a warning about workspaces when installing with yarn.

v1.0.0-alpha.1

20 Apr 07:03
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release
  • Improve typings.
  • Remove duplicate defaultProps.

v0.7.3

06 Apr 09:30
Compare
Choose a tag to compare
  • Allow React 18 in peerDependency range.
  • Test with React 16, 17, and 18 on CI.

v1.0.0-alpha.0

20 Apr 07:03
Compare
Choose a tag to compare
v1.0.0-alpha.0 Pre-release
Pre-release
  • 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

21 Oct 12:25
7c6e0a1
Compare
Choose a tag to compare
  • Allow React 17 in peerDependency range.
  • Test with React 16 and React 17 on CI.

v0.7.1

01 Apr 07:34
68755c3
Compare
Choose a tag to compare
  • 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

12 Jun 17:26
e915d5d
Compare
Choose a tag to compare
  • Add typescript definitions.