From 1a343464056266d7dc89d02ab0b862627b3711a9 Mon Sep 17 00:00:00 2001 From: Bart Arribe Date: Mon, 2 Oct 2017 20:16:41 +0200 Subject: [PATCH] updating CHANGELOG with last changes --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b5674a..d642759a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +- [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) - [1.5.12] + Update core packages + Optionally disable the 'next' control button (thanks [@SSTPIERRE2](https://github.com/SSTPIERRE2))