Skip to content

Commit ae7bca9

Browse files
committed
1.0.0-alpha.3
1 parent 968ed15 commit ae7bca9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 1.0.0-alpha.3 - 2022-05-01
8+
* Fix unmount order.
9+
* Start player synchronously if the SDK is already loaded.
10+
711
## 1.0.0-alpha.2 - 2022-05-01
812
* Expose all functionality as a `useYouTube` hook.
913
* Remove props no longer supported by YouTube: `showInfo`, `suggestedQuality`.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@u-wave/react-youtube",
33
"description": "YouTube player component for React.",
4-
"version": "1.0.0-alpha.2",
4+
"version": "1.0.0-alpha.3",
55
"author": "Renée Kooi <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/u-wave/react-youtube/issues"

0 commit comments

Comments
 (0)