You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
-[1.5.1]
2
+
+ Allow scroll without animate, ref: [scrollBy(index, animated)](#scrollbyindex-animated)
3
+
+ Remove [#254](https://github.com/leecade/react-native-swiper/pull/254) which break the scroll direction in loop mode
4
+
5
+
-[1.5.0]
6
+
+ Improve develop [workflow](#development) for support watch & use real pkg name in examples
7
+
+ Update examples for support `React-native 0.33` + `Xcode8` + `ios10` + `iphone7`
8
+
+ Switch to [standard](https://github.com/feross/standard) code style
9
+
+ Rewrite source code with ES6 syntex
10
+
+ Cancel transform the source code when publish
11
+
+ Add a [demo](examples/components/LoadMinimal) for `loadMinimal` + `lazyload`
12
+
+ Add a [demo](examples/components/PhotoView) for multi-images viewer
13
+
+[#254](https://github.com/leecade/react-native-swiper/pull/254) Fix jitter when quickly swiping back and forth between pages (iOS) (@thanks[@nemophrost](https://github.com/nemophrost)).
Copy file name to clipboardExpand all lines: README.md
+6-15Lines changed: 6 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,25 +23,16 @@
23
23
24
24
## Changelogs
25
25
26
-
-**[1.5.2]**
26
+
-**[1.5.3]**
27
+
+ Add loadMinimalLoader prop to customize <ActivityIndicator /> (thanks [@Exilz](https://github.com/Exilz))
28
+
+ Disable autoplay timer when prop changes to false (thanks [@dizlexik](https://github.com/dizlexik))
29
+
+ Special thanks to [@hypatiah](https://github.com/dizlexik) for fixed some grammatical errors in README
30
+
31
+
-[1.5.2]
27
32
+ Add yarn lock
28
33
+ Fix jitter when quickly swiping back and forth between pages (iOS) (thanks [@nemophrost](https://github.com/nemophrost))
29
34
+ The first webview always reloaded when injecting the rest of the children (thanks [@eosterberg](https://github.com/eosterberg))
30
35
31
-
-[1.5.1]
32
-
+ Allow scroll without animate, ref: [scrollBy(index, animated)](#scrollbyindex-animated)
33
-
+ Remove [#254](https://github.com/leecade/react-native-swiper/pull/254) which break the scroll direction in loop mode
34
-
35
-
-[1.5.0]
36
-
+ Improve develop [workflow](#development) for support watch & use real pkg name in examples
37
-
+ Update examples for support `React-native 0.33` + `Xcode8` + `ios10` + `iphone7`
38
-
+ Switch to [standard](https://github.com/feross/standard) code style
39
-
+ Rewrite source code with ES6 syntex
40
-
+ Cancel transform the source code when publish
41
-
+ Add a [demo](examples/components/LoadMinimal) for `loadMinimal` + `lazyload`
42
-
+ Add a [demo](examples/components/PhotoView) for multi-images viewer
43
-
+[#254](https://github.com/leecade/react-native-swiper/pull/254) Fix jitter when quickly swiping back and forth between pages (iOS) (@thanks[@nemophrost](https://github.com/nemophrost)).
0 commit comments