Skip to content

Commit 3f12805

Browse files
author
Emil Hartz
committed
add 6.1.0 to changelog
1 parent 3a0163b commit 3f12805

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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

0 commit comments

Comments
 (0)