File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## 1.0.0-alpha.3 - 2022-05-01
8
+ * Fix unmount order.
9
+ * Start player synchronously if the SDK is already loaded.
10
+
7
11
## 1.0.0-alpha.2 - 2022-05-01
8
12
* Expose all functionality as a ` useYouTube ` hook.
9
13
* Remove props no longer supported by YouTube: ` showInfo ` , ` suggestedQuality ` .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @u-wave/react-youtube" ,
3
3
"description" : " YouTube player component for React." ,
4
- "version" : " 1.0.0-alpha.2 " ,
4
+ "version" : " 1.0.0-alpha.3 " ,
5
5
"author" :
" Renée Kooi <[email protected] >" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/u-wave/react-youtube/issues"
You can’t perform that action at this time.
0 commit comments