File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.3.5] - 2022-05-23
8
+
9
+ ### Fixed
10
+
11
+ * Fix support for React 18
12
+ * Fix ` tslib ` ` importHelpers: true ` not being set
13
+
7
14
## [ 0.3.4] - 2021-10-28
8
15
9
16
### Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-with-forwarded-ref" ,
3
- "version" : " 0.3.4 " ,
3
+ "version" : " 0.3.5 " ,
4
4
"description" : " React higher-order component (HOC) for ref forwarding" ,
5
5
"main" : " dist/cjs/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
74
74
"typescript" : " ^4.4.4"
75
75
},
76
76
"peerDependencies" : {
77
- "react" : " ^16.3.0 || ^17.0.0"
77
+ "react" : " ^16.3.0 || ^17.0.0 || ^18.0.0 "
78
78
},
79
79
"dependencies" : {
80
80
"tslib" : " ^2.0.3"
Original file line number Diff line number Diff line change 4
4
"allowSyntheticDefaultImports" : true ,
5
5
"declaration" : true ,
6
6
"esModuleInterop" : true ,
7
+ "importHelpers" : true ,
7
8
"jsx" : " react" ,
8
9
"lib" : [" es2020" , " dom" ],
9
10
"module" : " es6" ,
You can’t perform that action at this time.
0 commit comments