diff --git a/CHANGELOG.md b/CHANGELOG.md index 89c64a0c..50b5674a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +- [1.5.12] + + Update core packages + + Optionally disable the 'next' control button (thanks [@SSTPIERRE2](https://github.com/SSTPIERRE2)) + + Fix `Uncaught TypeError: _this.refs.scrollView.scrollTo is not a function` (thanks [@flyskywhy](https://github.com/flyskywhy)) + + Allow dotStyle and activeDotStyle PropTypes to accept Stylesheet (thanks [@knopt](https://github.com/knopt)) + + Calculate the offset in the initial state instead of `onLayout` (thanks [@kjkta](https://github.com/kjkta)) + - [1.5.11] + Typescript Definition diff --git a/package.json b/package.json index 95f799a2..62298fdc 100644 --- a/package.json +++ b/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", "scripts": {