Skip to content

Commit

Permalink
v1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tasiyo7333 committed Jul 19, 2016
1 parent 75f0de2 commit ea3b450
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit ea3b450

Please sign in to comment.