release 1.2.1

This commit is contained in:
yuji
2015-05-02 14:15:39 +08:00
parent 890c0ce64e
commit 503c43d1d9
2 changed files with 5 additions and 2 deletions

View File

@@ -34,7 +34,10 @@ The best Swiper component for React Native.
## Changelogs
- **[v1.2.0]**
- **[v1.2.1]**
+ [890c0ce](https://github.com/leecade/react-native-swiper/commit/890c0ce64e2192c2ca7830e6699f67b88171e74b) ensure `onMomentumScrollEnd` synchronous update `index`.
- [v1.2.0]
+ [838b24c](https://github.com/leecade/react-native-swiper/commit/838b24cbeaf49b9ca1dabb4eed8305e314503fb1) Re-design a loop model for avoid img flickering.
+ [9cb91c5](https://github.com/leecade/react-native-swiper/commit/9cb91c58c84034b0b8b874dbfc2a44da982686a8) fixes [#7](https://github.com/leecade/react-native-swiper/issues/6) `onMomentumScrollEnd` lost `event` param. (thanks [@smothers](https://github.com/smothers))

View File

@@ -5,7 +5,7 @@
"react-native",
"ios"
],
"version": "1.2.0",
"version": "1.2.1",
"description": "Swiper component for React Native.",
"main": "dist/index.js",
"scripts": {