Skip to content

Commit 15724eb

Browse files
authoredMay 14, 2022
Add eventOptions to each gesture's config among other things (#490)
1 parent f822fa7 commit 15724eb

File tree

58 files changed

+473
-1102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+473
-1102
lines changed
 

‎.changeset/curvy-roses-yell.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@use-gesture/vanilla': patch
3+
---
4+
5+
- Add `setConfig(config)` setter for gestures
6+
- Add `createGesture` to exports

‎.changeset/red-crabs-cheat.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@use-gesture/core': patch
3+
---
4+
5+
- Have `delta` increment on first keydown for drag
6+
- Fix `config.bounds` type for drag gestures
7+
- Add `eventOptions` option for each gesture

0 commit comments

Comments
 (0)
Please sign in to comment.