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 f4d19af commit 174de68Copy full SHA for 174de68
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# v6.0.1
2
+* Fix issue with `first` property on `SwipeEventData` always being `true`.
3
+ * `first` is now only `true` for the first event, then `false` for subsequent events
4
+ * [issue #221](https://github.com/formidablelabs/react-swipeable/issues/221) and [PR #223](https://github.com/formidablelabs/react-swipeable/pull/223)
5
+ * Thank you [@feketegy](https://github.com/feketegy)!
6
+
7
# v6.0.0
8
**New Features:**
9
- include passive event listener option, by default, to internal uses of `addEventListener`
0 commit comments