File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ # v6.1.0
2+ * Add new event handler prop ` onSwipeStart `
3+ * called only once per swipe at the start and before the first ` onSwiping ` callback
4+ * The ` first ` property of the ` SwipeEventData ` will be ` true `
5+ * [ PR #226 ] ( https://github.com/formidablelabs/react-swipeable/pull/226 )
6+ * Thank you [ @feketegy ] ( https://github.com/feketegy ) for the idea!
7+
8+ * ** typescript** updated to ` v4.1.3 ` and associated deps bumped to be compatible
9+ * [ PR #228 ] ( https://github.com/formidablelabs/react-swipeable/pull/228 )
10+ * Thank you [ @cwise89 ] ( https://github.com/cwise89 ) !
11+
112# v6.0.1
213* Fix issue with ` first ` property on ` SwipeEventData ` always being ` true ` .
314 * ` first ` is now only ` true ` for the first event, then ` false ` for subsequent events
You can’t perform that action at this time.
0 commit comments