Skip to content

Commit ed6eb6d

Browse files
committed
bump version 1.5.3
1 parent 62630a5 commit ed6eb6d

File tree

4 files changed

+79
-71
lines changed

4 files changed

+79
-71
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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)).
14+
115
- [1.4.11]
216
+ Adds loadMinimalSize property
317

README.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,16 @@
2323
2424
## Changelogs
2525

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]
2732
+ Add yarn lock
2833
+ Fix jitter when quickly swiping back and forth between pages (iOS) (thanks [@nemophrost](https://github.com/nemophrost))
2934
+ The first webview always reloaded when injecting the rest of the children (thanks [@eosterberg](https://github.com/eosterberg))
3035

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)).
44-
4536
> see more: [CHANGELOG.md](CHANGELOG.md)
4637
4738
## Show Cases

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"react-native",
66
"ios"
77
],
8-
"version": "1.5.2",
8+
"version": "1.5.3",
99
"description": "Swiper component for React Native.",
1010
"main": "index.js",
1111
"scripts": {
@@ -55,7 +55,7 @@
5555
"babel-eslint": "^7.1.0",
5656
"rimraf": "^2.5.4",
5757
"snazzy": "^5.0.0",
58-
"standard": "^8.4.0",
58+
"standard": "^8.5.0",
5959
"updtr": "^0.2.1"
6060
},
6161
"dependencies": {}

yarn.lock

Lines changed: 57 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ ajv-keywords@^1.0.0:
1919
resolved "http://registry.npm.taobao.org/ajv-keywords/download/ajv-keywords-1.1.1.tgz#02550bc605a3e576041565628af972e06c549d50"
2020

2121
ajv@^4.7.0:
22-
version "4.8.0"
23-
resolved "http://registry.npm.taobao.org/ajv/download/ajv-4.8.0.tgz#011df5c4a08edb29574a477269afb15a6f97abe5"
22+
version "4.8.2"
23+
resolved "http://registry.npm.taobao.org/ajv/download/ajv-4.8.2.tgz#65486936ca36fea39a1504332a78bebd5d447bdc"
2424
dependencies:
2525
co "^4.6.0"
2626
json-stable-stringify "^1.0.1"
@@ -69,9 +69,9 @@ babel-code-frame@^6.16.0:
6969
esutils "^2.0.2"
7070
js-tokens "^2.0.0"
7171

72-
babel-eslint@^7.0.0:
73-
version "7.0.0"
74-
resolved "http://registry.npm.taobao.org/babel-eslint/download/babel-eslint-7.0.0.tgz#54e51b4033f54ac81326ecea4c646a779935196d"
72+
babel-eslint@^7.1.0:
73+
version "7.1.0"
74+
resolved "http://registry.npm.taobao.org/babel-eslint/download/babel-eslint-7.1.0.tgz#d506a5174ba224e25a2d17e128e2ba8987139ddc"
7575
dependencies:
7676
babel-traverse "^6.15.0"
7777
babel-types "^6.15.0"
@@ -85,38 +85,38 @@ babel-messages@^6.8.0:
8585
babel-runtime "^6.0.0"
8686

8787
babel-runtime@^6.0.0, babel-runtime@^6.9.0, babel-runtime@^6.9.1:
88-
version "6.11.6"
89-
resolved "http://registry.npm.taobao.org/babel-runtime/download/babel-runtime-6.11.6.tgz#6db707fef2d49c49bfa3cb64efdb436b518b8222"
88+
version "6.18.0"
89+
resolved "http://registry.npm.taobao.org/babel-runtime/download/babel-runtime-6.18.0.tgz#0f4177ffd98492ef13b9f823e9994a02584c9078"
9090
dependencies:
9191
core-js "^2.4.0"
9292
regenerator-runtime "^0.9.5"
9393

9494
babel-traverse@^6.15.0:
95-
version "6.16.0"
96-
resolved "http://registry.npm.taobao.org/babel-traverse/download/babel-traverse-6.16.0.tgz#fba85ae1fd4d107de9ce003149cc57f53bef0c4f"
95+
version "6.18.0"
96+
resolved "http://registry.npm.taobao.org/babel-traverse/download/babel-traverse-6.18.0.tgz#5aeaa980baed2a07c8c47329cd90c3b90c80f05e"
9797
dependencies:
9898
babel-code-frame "^6.16.0"
9999
babel-messages "^6.8.0"
100100
babel-runtime "^6.9.0"
101-
babel-types "^6.16.0"
101+
babel-types "^6.18.0"
102102
babylon "^6.11.0"
103103
debug "^2.2.0"
104-
globals "^8.3.0"
104+
globals "^9.0.0"
105105
invariant "^2.2.0"
106106
lodash "^4.2.0"
107107

108-
babel-types@^6.15.0, babel-types@^6.16.0:
109-
version "6.16.0"
110-
resolved "http://registry.npm.taobao.org/babel-types/download/babel-types-6.16.0.tgz#71cca1dbe5337766225c5c193071e8ebcbcffcfe"
108+
babel-types@^6.15.0, babel-types@^6.18.0:
109+
version "6.18.0"
110+
resolved "http://registry.npm.taobao.org/babel-types/download/babel-types-6.18.0.tgz#1f7d5a73474c59eb9151b2417bbff4e4fce7c3f8"
111111
dependencies:
112112
babel-runtime "^6.9.1"
113113
esutils "^2.0.2"
114114
lodash "^4.2.0"
115115
to-fast-properties "^1.0.1"
116116

117117
babylon@^6.11.0, babylon@^6.11.2:
118-
version "6.12.0"
119-
resolved "http://registry.npm.taobao.org/babylon/download/babylon-6.12.0.tgz#953e6202e58062f7f5041fc8037e4bd4e17140a9"
118+
version "6.13.1"
119+
resolved "http://registry.npm.taobao.org/babylon/download/babylon-6.13.1.tgz#adca350e088f0467647157652bafead6ddb8dfdb"
120120

121121
balanced-match@^0.4.1:
122122
version "0.4.2"
@@ -330,13 +330,13 @@ [email protected]:
330330
version "3.2.0"
331331
resolved "http://registry.npm.taobao.org/eslint-config-standard-jsx/download/eslint-config-standard-jsx-3.2.0.tgz#c240e26ed919a11a42aa4de8059472b38268d620"
332332

333-
334-
version "6.2.0"
335-
resolved "http://registry.npm.taobao.org/eslint-config-standard/download/eslint-config-standard-6.2.0.tgz#1d2384ee074de6f6b6c0f2bbe976863032565aee"
333+
334+
version "6.2.1"
335+
resolved "http://registry.npm.taobao.org/eslint-config-standard/download/eslint-config-standard-6.2.1.tgz#d3a68aafc7191639e7ee441e7348739026354292"
336336

337-
eslint-plugin-promise@~3.0.0:
338-
version "3.0.0"
339-
resolved "http://registry.npm.taobao.org/eslint-plugin-promise/download/eslint-plugin-promise-3.0.0.tgz#1528635d0160f3484e425cce2169cb74cec0186a"
337+
eslint-plugin-promise@~3.3.0:
338+
version "3.3.0"
339+
resolved "http://registry.npm.taobao.org/eslint-plugin-promise/download/eslint-plugin-promise-3.3.0.tgz#20a1ef58b4243ffdaef82ee9360a02353a7cca89"
340340

341341
eslint-plugin-react@~6.4.1:
342342
version "6.4.1"
@@ -349,9 +349,9 @@ eslint-plugin-standard@~2.0.1:
349349
version "2.0.1"
350350
resolved "http://registry.npm.taobao.org/eslint-plugin-standard/download/eslint-plugin-standard-2.0.1.tgz#3589699ff9c917f2c25f76a916687f641c369ff3"
351351

352-
eslint@~3.7.1:
353-
version "3.7.1"
354-
resolved "http://registry.npm.taobao.org/eslint/download/eslint-3.7.1.tgz#7faa84599e0fea422f04bc32db49054051a3f11a"
352+
eslint@~3.8.1:
353+
version "3.8.1"
354+
resolved "http://registry.npm.taobao.org/eslint/download/eslint-3.8.1.tgz#7d02db44cd5aaf4fa7aa489e1f083baa454342ba"
355355
dependencies:
356356
chalk "^1.1.3"
357357
concat-stream "^1.4.6"
@@ -375,7 +375,7 @@ eslint@~3.7.1:
375375
lodash "^4.0.0"
376376
mkdirp "^0.5.0"
377377
natural-compare "^1.4.0"
378-
optionator "^0.8.1"
378+
optionator "^0.8.2"
379379
path-is-inside "^1.0.1"
380380
pluralize "^1.2.1"
381381
progress "^1.1.8"
@@ -488,11 +488,7 @@ glob@^7.0.3, glob@^7.0.5:
488488
once "^1.3.0"
489489
path-is-absolute "^1.0.0"
490490

491-
globals@^8.3.0:
492-
version "8.18.0"
493-
resolved "http://registry.npm.taobao.org/globals/download/globals-8.18.0.tgz#93d4a62bdcac38cfafafc47d6b034768cb0ffcb4"
494-
495-
globals@^9.2.0:
491+
globals@^9.0.0, globals@^9.2.0:
496492
version "9.12.0"
497493
resolved "http://registry.npm.taobao.org/globals/download/globals-9.12.0.tgz#992ce90828c3a55fa8f16fada177adb64664cf9d"
498494

@@ -577,6 +573,10 @@ is-fullwidth-code-point@^1.0.0:
577573
dependencies:
578574
number-is-nan "^1.0.0"
579575

576+
is-fullwidth-code-point@^2.0.0:
577+
version "2.0.0"
578+
resolved "http://registry.npm.taobao.org/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
579+
580580
is-my-json-valid@^2.10.0:
581581
version "2.15.0"
582582
resolved "http://registry.npm.taobao.org/is-my-json-valid/download/is-my-json-valid-2.15.0.tgz#936edda3ca3c211fd98f3b2d3e08da43f7b2915b"
@@ -616,10 +616,6 @@ isarray@^1.0.0, isarray@~1.0.0:
616616
version "1.0.0"
617617
resolved "http://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
618618

619-
js-tokens@^1.0.1:
620-
version "1.0.3"
621-
resolved "http://registry.npm.taobao.org/js-tokens/download/js-tokens-1.0.3.tgz#14e56eb68c8f1a92c43d59f5014ec29dc20f2ae1"
622-
623619
js-tokens@^2.0.0:
624620
version "2.0.0"
625621
resolved "http://registry.npm.taobao.org/js-tokens/download/js-tokens-2.0.0.tgz#79903f5563ee778cc1162e6dcf1a0027c97f9cb5"
@@ -646,8 +642,8 @@ jsonpointer@^4.0.0:
646642
resolved "http://registry.npm.taobao.org/jsonpointer/download/jsonpointer-4.0.0.tgz#6661e161d2fc445f19f98430231343722e1fcbd5"
647643

648644
jsx-ast-utils@^1.3.1:
649-
version "1.3.2"
650-
resolved "http://registry.npm.taobao.org/jsx-ast-utils/download/jsx-ast-utils-1.3.2.tgz#dff658782705352111f9865d40471bc4a955961e"
645+
version "1.3.3"
646+
resolved "http://registry.npm.taobao.org/jsx-ast-utils/download/jsx-ast-utils-1.3.3.tgz#ccfdbe0320ba03f7a1fc4e67ceaf7e2cc0169721"
651647
dependencies:
652648
acorn-jsx "^3.0.1"
653649
object-assign "^4.1.0"
@@ -664,14 +660,14 @@ lodash.pickby@^4.6.0:
664660
resolved "http://registry.npm.taobao.org/lodash.pickby/download/lodash.pickby-4.6.0.tgz#7dea21d8c18d7703a27c704c15d3b84a67e33aff"
665661

666662
lodash@^4.0.0, lodash@^4.2.0, lodash@^4.3.0:
667-
version "4.16.4"
668-
resolved "http://registry.npm.taobao.org/lodash/download/lodash-4.16.4.tgz#01ce306b9bad1319f2a5528674f88297aeb70127"
663+
version "4.16.6"
664+
resolved "http://registry.npm.taobao.org/lodash/download/lodash-4.16.6.tgz#d22c9ac660288f3843e16ba7d2b5d06cca27d777"
669665

670666
loose-envify@^1.0.0:
671-
version "1.2.0"
672-
resolved "http://registry.npm.taobao.org/loose-envify/download/loose-envify-1.2.0.tgz#69a65aad3de542cf4ee0f4fe74e8e33c709ccb0f"
667+
version "1.3.0"
668+
resolved "http://registry.npm.taobao.org/loose-envify/download/loose-envify-1.3.0.tgz#6b26248c42f6d4fa4b0d8542f78edfcde35642a8"
673669
dependencies:
674-
js-tokens "^1.0.1"
670+
js-tokens "^2.0.0"
675671

676672
minimatch@^3.0.2:
677673
version "3.0.3"
@@ -723,7 +719,7 @@ onetime@^1.0.0:
723719
version "1.1.0"
724720
resolved "http://registry.npm.taobao.org/onetime/download/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789"
725721

726-
optionator@^0.8.1:
722+
optionator@^0.8.2:
727723
version "0.8.2"
728724
resolved "http://registry.npm.taobao.org/optionator/download/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64"
729725
dependencies:
@@ -906,14 +902,14 @@ standard-json@^1.0.0:
906902
dependencies:
907903
concat-stream "^1.5.0"
908904

909-
standard@*, standard@^8.4.0:
910-
version "8.4.0"
911-
resolved "http://registry.npm.taobao.org/standard/download/standard-8.4.0.tgz#483352e43faeb35a26e8ec163994e5138c31b650"
905+
standard@*, standard@^8.5.0:
906+
version "8.5.0"
907+
resolved "http://registry.npm.taobao.org/standard/download/standard-8.5.0.tgz#df78a505da59382287b92a86b55ae02df3b54a31"
912908
dependencies:
913-
eslint "~3.7.1"
914-
eslint-config-standard "6.2.0"
909+
eslint "~3.8.1"
910+
eslint-config-standard "6.2.1"
915911
eslint-config-standard-jsx "3.2.0"
916-
eslint-plugin-promise "~3.0.0"
912+
eslint-plugin-promise "~3.3.0"
917913
eslint-plugin-react "~6.4.1"
918914
eslint-plugin-standard "~2.0.1"
919915
standard-engine "~5.1.0"
@@ -930,6 +926,13 @@ string-width@^1.0.1:
930926
is-fullwidth-code-point "^1.0.0"
931927
strip-ansi "^3.0.0"
932928

929+
string-width@^2.0.0:
930+
version "2.0.0"
931+
resolved "http://registry.npm.taobao.org/string-width/download/string-width-2.0.0.tgz#635c5436cc72a6e0c387ceca278d4e2eec52687e"
932+
dependencies:
933+
is-fullwidth-code-point "^2.0.0"
934+
strip-ansi "^3.0.0"
935+
933936
strip-ansi@^3.0.0:
934937
version "3.0.1"
935938
resolved "http://registry.npm.taobao.org/strip-ansi/download/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
@@ -949,15 +952,15 @@ supports-color@^2.0.0:
949952
resolved "http://registry.npm.taobao.org/supports-color/download/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
950953

951954
table@^3.7.8:
952-
version "3.8.0"
953-
resolved "http://registry.npm.taobao.org/table/download/table-3.8.0.tgz#252166c7f3286684a9d561b0f3a8929caf3a997b"
955+
version "3.8.3"
956+
resolved "http://registry.npm.taobao.org/table/download/table-3.8.3.tgz#2bbc542f0fda9861a755d3947fefd8b3f513855f"
954957
dependencies:
955958
ajv "^4.7.0"
956959
ajv-keywords "^1.0.0"
957960
chalk "^1.1.1"
958961
lodash "^4.0.0"
959962
slice-ansi "0.0.4"
960-
string-width "^1.0.1"
963+
string-width "^2.0.0"
961964

962965
text-table@^0.2.0, text-table@~0.2.0:
963966
version "0.2.0"
@@ -972,8 +975,8 @@ to-fast-properties@^1.0.1:
972975
resolved "http://registry.npm.taobao.org/to-fast-properties/download/to-fast-properties-1.0.2.tgz#f3f5c0c3ba7299a7ef99427e44633257ade43320"
973976

974977
tryit@^1.0.1:
975-
version "1.0.2"
976-
resolved "http://registry.npm.taobao.org/tryit/download/tryit-1.0.2.tgz#c196b0073e6b1c595d93c9c830855b7acc32a453"
978+
version "1.0.3"
979+
resolved "http://registry.npm.taobao.org/tryit/download/tryit-1.0.3.tgz#393be730a9446fd1ead6da59a014308f36c289cb"
977980

978981
type-check@~0.3.2:
979982
version "0.3.2"

0 commit comments

Comments
 (0)