From 06389ad847359ad00a5fbf87751342c6b05d526b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Tue, 3 May 2022 12:49:37 +0200 Subject: [PATCH] 1.0.0-alpha.4 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b05374..80a7d0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.0-alpha.4 - 2022-05-03 + * Add docs for the `useYouTube` hook. + * Add props for `origin` / `host` settings. + * Pass-through `muted` to the player initially, so `` works as expected. + ## 1.0.0-alpha.3 - 2022-05-01 * Fix unmount order. * Start player synchronously if the SDK is already loaded. diff --git a/package.json b/package.json index 281ddfb..81424d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@u-wave/react-youtube", "description": "YouTube player component for React.", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "author": "Renée Kooi ", "bugs": { "url": "https://github.com/u-wave/react-youtube/issues"