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 530e2cb commit 7b49b5cCopy full SHA for 7b49b5c
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 7.0.13 Release
4
+
5
+**Summary:** TS type fix. Should fix [#158](https://github.com/react-spring/react-use-gesture/issues/158).
6
7
+### Fixed
8
9
+1. Fixes types for `UserHandlersPartial`.
10
11
## 7.0.12 Release
12
13
**Summary:** TS `onDragEnd` and `onDragStart` definition fix.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-use-gesture",
- "version": "7.0.12",
+ "version": "7.0.13",
"description": "React hook for receiving gestures https://use-gesture.netlify.app",
"main": "dist/index.js",
"module": "dist/react-use-gesture.esm.js",
0 commit comments