Skip to content

Commit e4dbde6

Browse files
author
Bart Arribe
authored
Merge pull request #897 from leecade/release1.5.14
Release 1.5.14
2 parents 6333668 + cb8c080 commit e4dbde6

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
2+
- [1.5.14]
3+
+ fixes #582 (Android not setting this onLayout first?) #789 (thanks [@fungilation](https://github.com/fungilation))
4+
+ Add onScrollBegin and onTouchEnd for Android #684 (thanks [@kostyaVyrodov](https://github.com/kostyaVyrodov))
15
- [1.5.13]
2-
+ Workaround for react-native 0.4.8 contentOffset regression #572 (thanks @nixoz)
3-
+ Fix wrong calculation of width and height after device rotation #581 (thanks @kostyaVyrodov)
4-
+ Calculated width & height on layout, used later on re-rendering. Possibility to change ScrollView styles #548 (thanks @germanst)
6+
+ Workaround for react-native 0.4.8 contentOffset regression #572 (thanks [@nixoz](https://github.com/nixoz))
7+
+ Fix wrong calculation of width and height after device rotation #581 (thanks [@kostyaVyrodov](https://github.com/kostyaVyrodov))
8+
+ Calculated width & height on layout, used later on re-rendering. Possibility to change ScrollView styles #548 (thanks [@germanst](https://github.com/germanst))
59
- [1.5.12]
610
+ Update core packages
711
+ Optionally disable the 'next' control button (thanks [@SSTPIERRE2](https://github.com/SSTPIERRE2))

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.13",
8+
"version": "1.5.14",
99
"description": "Swiper component for React Native.",
1010
"main": "index.js",
1111
"scripts": {

0 commit comments

Comments
 (0)