You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,9 @@
3
3
***Major Change**`preventDefaultTouchmoveEvent` defaults to `false` now [#69](https://github.com/dogfessional/react-swipeable/issue/69)
4
4
* This change is in part due to a [Chrome56+ change](https://github.com/dogfessional/react-swipeable#chrome-56-and-later-warning-with-preventdefault)
5
5
***Major Change** drop support for React 12 & 13, `peerDependencies` updated [#64](https://github.com/dogfessional/react-swipeable/pull/64)
6
-
***Major Change**`trackMouse` now 'tracks' the swipe outside of the swipeable component, thanks for example [@TanaseHagi](https://github.com/TanaseHagi)[#67](https://github.com/dogfessional/react-swipeable/pull/67)
7
-
*`prop-types` added as `dependencies`[#64](https://github.com/dogfessional/react-swipeable/pull/64)
6
+
*`prop-types` added to `dependencies`[#64](https://github.com/dogfessional/react-swipeable/pull/64)
7
+
***Major Change**`trackMouse` now 'tracks' the swipe outside of the swipeable component, [#67](https://github.com/dogfessional/react-swipeable/pull/67).
8
+
* Thanks for example [@TanaseHagi](https://github.com/TanaseHagi)
0 commit comments