From ae7bca944ba7f192c4e9814abf3543cbece43db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sun, 1 May 2022 17:26:50 +0200 Subject: [PATCH] 1.0.0-alpha.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca7b9a9..1b05374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.3 - 2022-05-01 + * Fix unmount order. + * Start player synchronously if the SDK is already loaded. + ## 1.0.0-alpha.2 - 2022-05-01 * Expose all functionality as a `useYouTube` hook. * Remove props no longer supported by YouTube: `showInfo`, `suggestedQuality`. diff --git a/package.json b/package.json index af6b157..214207d 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.2", + "version": "1.0.0-alpha.3", "author": "Renée Kooi ", "bugs": { "url": "https://github.com/u-wave/react-youtube/issues"