diff --git a/CHANGELOG.md b/CHANGELOG.md index d642759a..baf805ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ + +- [1.5.14] + + fixes #582 (Android not setting this onLayout first?) #789 (thanks [@fungilation](https://github.com/fungilation)) + + Add onScrollBegin and onTouchEnd for Android #684 (thanks [@kostyaVyrodov](https://github.com/kostyaVyrodov)) - [1.5.13] - + Workaround for react-native 0.4.8 contentOffset regression #572 (thanks @nixoz) - + Fix wrong calculation of width and height after device rotation #581 (thanks @kostyaVyrodov) - + Calculated width & height on layout, used later on re-rendering. Possibility to change ScrollView styles #548 (thanks @germanst) + + Workaround for react-native 0.4.8 contentOffset regression #572 (thanks [@nixoz](https://github.com/nixoz)) + + Fix wrong calculation of width and height after device rotation #581 (thanks [@kostyaVyrodov](https://github.com/kostyaVyrodov)) + + Calculated width & height on layout, used later on re-rendering. Possibility to change ScrollView styles #548 (thanks [@germanst](https://github.com/germanst)) - [1.5.12] + Update core packages + Optionally disable the 'next' control button (thanks [@SSTPIERRE2](https://github.com/SSTPIERRE2)) diff --git a/package.json b/package.json index 1f5fe08a..7c35cacc 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "react-native", "ios" ], - "version": "1.5.13", + "version": "1.5.14", "description": "Swiper component for React Native.", "main": "index.js", "scripts": {