We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5e2cd commit b3c4214Copy full SHA for b3c4214
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# react-viewport-hooks Changelog
2
3
+## 1.2.2 (2020-02-23)
4
+#### Bug Fix
5
+- fixed `WrappedComponent` type
6
+
7
+#### Repository Changes
8
+- added tests
9
10
## 1.2.0 beta 2 / 1.2.0 beta 3 / 1.2.0 / 1.2.1 (2020-02-11)
11
#### Bug Fix
12
- added missing `options` prop to HOC
package.json
@@ -1,6 +1,6 @@
{
"name": "react-viewport-hooks",
- "version": "1.2.1",
+ "version": "1.2.2",
"description": "Get real viewport width & height",
"author": "Jakub Biesiada",
"license": "MIT",
0 commit comments