Commit Graph

357 Commits

Author SHA1 Message Date
Liam Doran
9e50938a92 Pass State Types to Swiper Component (#1076)
* Pass State Types to Swiper Component

* refactor: rename SwiperStates -> SwiperState
2019-10-03 22:26:19 +08:00
Tobias Cornille
72c6430393 Add missing scrollTo TypeScript definition (#1036) 2019-08-13 16:14:28 +08:00
Yidong Li
f00abfb859
feat(vertical): partical support vertical scrolling (#1017) 2019-07-16 21:44:46 +08:00
Yidong Li
2cda5bda31
fix(children): fix the crash when only one children (#1016) 2019-07-15 15:25:00 +08:00
greenkeeper[bot]
44cbed20bd chore(package): update standard to version 13.0.1 (#1014) 2019-07-12 11:50:55 +08:00
Yidong Li
9b527b22ab
fix(types): allow the style to be array (#1013)
fix #543
2019-07-10 22:11:18 +08:00
Yidong Li
988e2c010c
docs(nightly): add nightly version updates (#1012) 2019-07-10 21:01:55 +08:00
Yidong Li
f8d66f30c2
feat(pages): support optionally render page (#1009)
* feat(pages): support optionally render page

re #1004

* fix(ScrollView): android ScrollView will not scrollTo certain offset when props change
2019-07-09 16:12:04 +08:00
斯人
655eb204e1
Merge pull request #1006 from leecade/dependabot/npm_and_yarn/examples/handlebars-4.1.2
Bump handlebars from 4.0.10 to 4.1.2 in /examples
2019-07-05 02:43:05 +08:00
dependabot[bot]
05bb025469
Bump handlebars from 4.0.10 to 4.1.2 in /examples
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.10 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.10...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-04 15:45:18 +00:00
dependabot[bot]
0676c84401 Bump stringstream from 0.0.5 to 0.0.6 in /examples (#994)
Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/mhart/StringStream/releases)
- [Commits](https://github.com/mhart/StringStream/compare/v0.0.5...v0.0.6)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-27 16:56:36 +08:00
Jong Eun Lee
7ebd74d4bd add array to dotStyles propTypes (#598) 2019-06-27 16:35:49 +08:00
dependabot[bot]
7ee508a291 Bump diff from 3.3.0 to 3.5.0 in /examples (#990)
Bumps [diff](https://github.com/kpdecker/jsdiff) from 3.3.0 to 3.5.0.
- [Release notes](https://github.com/kpdecker/jsdiff/releases)
- [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
- [Commits](https://github.com/kpdecker/jsdiff/compare/v3.3.0...v3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-27 16:17:44 +08:00
greenkeeper[bot]
9a6200bd20 chore(package): update snazzy to version 7.1.0 (#736) 2019-06-27 16:07:43 +08:00
greenkeeper[bot]
057032940c chore(package): update standard to version 11.0.0 (#733) 2019-06-27 16:04:51 +08:00
Cesar Salazar
fa52596712 Added prop to disable the PrevButton (#749) 2019-06-27 15:31:22 +08:00
Yidong Li
0e850fbf6d
Merge pull request #1002 from leecade/develop
fix(autoplay): replay when autoplay is setted to true
2019-06-27 13:49:00 +08:00
李宜东
a4c06c5cdc fix(autoplay): replay when autoplay is setted to true 2019-06-27 13:42:39 +08:00
Yidong Li
c90de7b40f
Merge pull request #717 from guodf/master
fix #623
2019-06-26 21:21:53 +08:00
Yidong Li
c99f80a3d9
Merge pull request #939 from deepakaggarwal7/master
Update index.js
2019-06-26 20:31:29 +08:00
Yidong Li
aa1e9df982
Merge branch 'master' into master 2019-06-26 20:28:51 +08:00
Yidong Li
e2f8d9e309
Merge pull request #737 from MaffooBristol/patch-1
Rename component in README example code
2019-06-26 17:13:19 +08:00
Yidong Li
4a13acfb03
Merge branch 'master' into patch-1 2019-06-26 17:12:26 +08:00
Yidong Li
5e4c9852a5
Merge pull request #916 from nialexsan/patch-1
fixed flow typing
2019-06-26 16:51:27 +08:00
Yidong Li
ee6c352444
Merge pull request #831 from alattanzio/master
added scrollTo
2019-06-26 16:31:27 +08:00
Yidong Li
cff749e7c6
Remove Arial font style 2019-06-26 16:30:04 +08:00
Yidong Li
5a6a9f59ce
Merge pull request #931 from danielholmes/patch-1
Add missing scrollBy TypeScript definition
2019-06-26 16:16:38 +08:00
Yidong Li
4d4b26e06a
Merge branch 'master' into patch-1 2019-06-26 16:14:02 +08:00
Yidong Li
6503b1cfb6
Merge pull request #1000 from leecade/develop
fix(types): correct the wrong types
2019-06-26 14:01:52 +08:00
李宜东
3fc6449780 fix(types): correct the wrong types
re #912
2019-06-26 13:57:40 +08:00
Yidong Li
846e13f58c
Merge pull request #958 from chr22/patch-1
Update index.d.ts
2019-06-26 13:28:46 +08:00
Yidong Li
b71ac8dbb6
Merge branch 'master' into patch-1 2019-06-26 13:27:08 +08:00
斯人
288ce99397
docs(readme): remove ad 2019-06-26 12:25:58 +08:00
Yidong Li
7f51a00bba
Merge pull request #997 from leecade/develop
build(ViewPagerAndroid): from react-native => @react-native-community/viewpager
2019-06-26 12:15:17 +08:00
李宜东
bba003f23f docs(v1.6.0-dev): update changelog and installation guide 2019-06-26 11:55:56 +08:00
李宜东
a808eed809 build(ViewPagerAndroid): from react-native => @react-native-community/viewpager 2019-06-26 11:55:29 +08:00
Yidong Li
515257506b
Merge pull request #995 from leecade/develop
feat(types): add missed containerStyle prop
2019-06-24 01:05:08 +08:00
ArrayZoneYour
27b51f9de9 feat(types): add missed containerStyle prop
fix #974, fix #878, close #900
2019-06-24 00:52:32 +08:00
ArrayZoneYour
28294b7dfc style(prettier): add .prettierrc file 2019-06-24 00:27:51 +08:00
ArrayZoneYour
f6f656b3a0 build(yarn): remove the lock file 2019-06-23 23:39:26 +08:00
Christian Svejstrup
f81e260915
Update index.d.ts
loadMinimalSize should be a number not a boolean, so that you can set the amount of pages to render.
2019-03-22 17:21:04 +01:00
deepakaggarwal7
facd667a58
Update index.js
Solves the issue of state messing up when parent component calls setState [ref https://github.com/leecade/react-native-swiper/issues/569]
2019-02-23 19:18:10 +05:30
Daniel Holmes
4e8fbc54b6
Add missing scrollBy TypeScript definition
As outlined [in the README](https://github.com/leecade/react-native-swiper#methods)
2019-02-07 08:00:27 +11:00
Alex
70d1218b11
fixed flow typing 2019-01-03 10:22:39 -05:00
Bart Arribe
e4dbde6657
Merge pull request #897 from leecade/release1.5.14
Release 1.5.14
2018-11-26 11:30:44 +01:00
Bart Arribe
cb8c080a8f Release 1.5.14 2018-11-26 11:07:33 +01:00
Bart Arribe
6333668c36
Merge pull request #789 from fungilation/master
fixes #582 (Android not setting this onLayout first?)
2018-11-26 11:02:18 +01:00
Gary Fung
658923f707 resolve styling conflict 2018-11-23 08:56:38 +07:00
Gary Fung
23d62e09e4 fixed styling (indent) 2018-11-21 22:40:43 +08:00
Bart Arribe
1ca92e5afe
Merge pull request #684 from tezqa/master
Add onScrollBegin and onTouchEnd for Android
2018-11-21 10:52:44 +01:00