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 386417f commit e8ad297Copy full SHA for e8ad297
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 4.3.0
2
+* Add `rotationAngle` prop. [#103](https://github.com/dogfessional/react-swipeable/pull/103)
3
+ * will allow to set a rotation angle, e.g. for a four-player game on a tablet, where each player has a 90° turned view.
4
+ * Thank you [@Narquadah](https://github.com/Narquadah) and [@LarsKumbier](https://github.com/LarsKumbier)!
5
+
6
# 4.2.2
7
* fixed bug that happened when if either `onSwiping` or `onSwiped` were set we were not calling `e.preventDefault()` appropriately
8
0 commit comments