We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ead66e5 + d6b1909 commit 86692f1Copy full SHA for 86692f1
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+- [1.5.12]
2
+ + Update core packages
3
+ + Optionally disable the 'next' control button (thanks [@SSTPIERRE2](https://github.com/SSTPIERRE2))
4
+ + Fix `Uncaught TypeError: _this.refs.scrollView.scrollTo is not a function` (thanks [@flyskywhy](https://github.com/flyskywhy))
5
+ + Allow dotStyle and activeDotStyle PropTypes to accept Stylesheet (thanks [@knopt](https://github.com/knopt))
6
+ + Calculate the offset in the initial state instead of `onLayout` (thanks [@kjkta](https://github.com/kjkta))
7
+
8
- [1.5.11]
9
+ Typescript Definition
10
package.json
@@ -5,7 +5,7 @@
"react-native",
"ios"
],
- "version": "1.5.11",
+ "version": "1.5.12",
"description": "Swiper component for React Native.",
"main": "index.js",
11
"scripts": {
0 commit comments