Skip to content

Commit 86692f1

Browse files
author
Bart Arribe
authored
Merge pull request #560 from leecade/bumpVersion
Bump version 1.5.12 and update CHANGELOG.md
2 parents ead66e5 + d6b1909 commit 86692f1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
- [1.5.11]
29
+ Typescript Definition
310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"react-native",
66
"ios"
77
],
8-
"version": "1.5.11",
8+
"version": "1.5.12",
99
"description": "Swiper component for React Native.",
1010
"main": "index.js",
1111
"scripts": {

0 commit comments

Comments
 (0)