diff --git a/README.md b/README.md index 6491e4d..ec86cd0 100644 --- a/README.md +++ b/README.md @@ -1,69 +1,34 @@ # react-native-swiper -[](http://standardjs.com/) -[](https://npmjs.org/package/react-native-swiper "View this project on npm") -[](https://npmjs.org/package/react-native-swiper "View this project on npm") -[](https://github.com/leecade/react-native-swiper/pulls?q=is%3Apr+is%3Aclosed) -[](https://github.com/leecade/react-native-swiper/issues?q=is%3Aissue+is%3Aclosed) -[](https://gitter.im/leecade/react-native-swiper?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +
+
+
+ The best Swiper component for React Native. +
-The best Swiper component for React Native. + ## Roadmap -### V2 - -- [ ] Improve performance - -- [ ] Landscape mode - -> Please track in [milestones:v2](https://github.com/leecade/react-native-swiper/milestones/v2) - -> Contribute code to [branch:Android](https://github.com/leecade/react-native-swiper/tree/android) and [branch:V2](https://github.com/leecade/react-native-swiper/tree/v2) - -> Provide creative in [issues](https://github.com/leecade/react-native-swiper/issues) - ------ - -### V1 - -- [x] **Support for Android** - -- [ ] More switch effects - -- [ ] Unit tests - -- [ ] Check typo - -- [ ] Fix bugs - -- [x] Improve performance - -- [x] Infinite loop - -- [x] Direction control - -- [x] Complete custom style - -- [x] Allow title display & custom - -- [x] Multiple instances - -- [x] Custom container size - -- [x] Control buttons - -- [x] Autoplay - -- [x] Custom pagination style - -- [x] State inject +> see: [CHANGELOG.md](CHANGELOG.md) ## Changelogs -- **[1.5.1]** +- **[1.5.2]** + + Add yarn lock + + Fix jitter when quickly swiping back and forth between pages (iOS) (thanks [@nemophrost](https://github.com/nemophrost)) + + The first webview always reloaded when injecting the rest of the children (thanks [@eosterberg](https://github.com/eosterberg)) + +- [1.5.1] + Allow scroll without animate, ref: [scrollBy(index, animated)](#scrollbyindex-animated) + Remove [#254](https://github.com/leecade/react-native-swiper/pull/254) which break the scroll direction in loop mode diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000..d690c79 --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,47 @@ +### V2 + +- [ ] Improve performance + +- [ ] Landscape mode + +> Please track in [milestones:v2](https://github.com/leecade/react-native-swiper/milestones/v2) + +> Contribute code to [branch:Android](https://github.com/leecade/react-native-swiper/tree/android) and [branch:V2](https://github.com/leecade/react-native-swiper/tree/v2) + +> Provide creative in [issues](https://github.com/leecade/react-native-swiper/issues) + +----- + +### V1 + +- [x] **Support for Android** + +- [ ] More switch effects + +- [ ] Unit tests + +- [ ] Check typo + +- [ ] Fix bugs + +- [x] Improve performance + +- [x] Infinite loop + +- [x] Direction control + +- [x] Complete custom style + +- [x] Allow title display & custom + +- [x] Multiple instances + +- [x] Custom container size + +- [x] Control buttons + +- [x] Autoplay + +- [x] Custom pagination style + +- [x] State inject diff --git a/package.json b/package.json index ad4f7bb..54036fb 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "react-native", "ios" ], - "version": "1.5.1", + "version": "1.5.2", "description": "Swiper component for React Native.", "main": "index.js", "scripts": {