File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ 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.0 - 2021-12-01
8
+ * Use hooks internally.
9
+ * Drop support for React 16. This version requires React 17 or 18.
10
+ * Target evergreen browsers. If you need to support older browsers, you need to transpile this dependency.
11
+
7
12
## 0.7.2 - 2020-10-21
8
13
* Allow React 17 in peerDependency range.
9
14
* Test with React 16 and React 17 on CI.
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" : " 0.7.2 " ,
4
+ "version" : " 1.0.0-alpha.0 " ,
5
5
"author" :
" Renée Kooi <[email protected] >" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/u-wave/react-youtube/issues"
55
55
},
56
56
"types" : " index.d.ts" ,
57
57
"peerDependencies" : {
58
- "react" : " ^17.0.0"
58
+ "react" : " ^17.0.0 || ^18.0.0-0 "
59
59
},
60
60
"repository" : {
61
61
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments