From ea3b4504544fe76b0f4828740318c7dfd7ac5f51 Mon Sep 17 00:00:00 2001 From: tasiyo7333 Date: Tue, 19 Jul 2016 12:57:59 +0900 Subject: [PATCH] v1.4.7 --- README.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 723c1ad1..1e296cb8 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,12 @@ The best Swiper component for React Native. ## Changelogs +- **[1.4.7]** + + Don't attempt to mutate this.props + + Fixes examples links + + Adds drag end handling to always reset state.isScrolling + + Fixes float calculation error + - **[1.4.6]** + refactors examples + prevents mutation of `this.props` diff --git a/package.json b/package.json index 6adb381f..3e06273a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "react-native", "ios" ], - "version": "1.4.6", + "version": "1.4.7", "description": "Swiper component for React Native.", "main": "dist/index.js", "scripts": {