We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ff679 commit cd0613cCopy full SHA for cd0613c
changes.md
@@ -1,5 +1,9 @@
1
## Changes
2
3
+### 1.11.1
4
+
5
+- Fixes `PureComponent` typing
6
7
### 1.11.0
8
9
- Added proper React feature flags system using `-D react_ver=major.minor` (default to latest)
haxelib.json
@@ -7,7 +7,7 @@
"massive","elsassph"
],
"releasenote": "See https://github.com/massiveinteractive/haxe-react/blob/master/readme.md",
10
- "version": "1.11.0",
+ "version": "1.11.1",
11
"url": "https://github.com/massiveinteractive/haxe-react",
12
"classPath": "src/lib",
13
"dependencies":
mdk/info.json
@@ -1,4 +1,4 @@
{
"name": "api-react",
- "version": "1.11.0"
+ "version": "1.11.1"
}
0 commit comments