Skip to content

Commit

Permalink
Merge pull request #560 from leecade/bumpVersion
Browse files Browse the repository at this point in the history
Bump version 1.5.12 and update CHANGELOG.md
  • Loading branch information
Bart Arribe committed Sep 11, 2017
2 parents ead66e5 + d6b1909 commit 86692f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 86692f1

Please sign in to comment.