Bart Arribe
|
1a34346405
|
updating CHANGELOG with last changes
|
2017-10-02 20:16:41 +02:00 |
|
Bart Arribe
|
bada1db503
|
1.5.13
|
2017-10-02 20:10:31 +02:00 |
|
Bart Arribe
|
f963df0c99
|
updating RN to 0.48
|
2017-10-02 20:10:13 +02:00 |
|
Bart Arribe
|
b3c6264d97
|
Merge pull request #548 from germanst/master
Calculated width & height on layout, used later on re-rendering. Possibility to change ScrollView styles
|
2017-09-28 22:58:39 +02:00 |
|
Bart Arribe
|
0dbe73bd58
|
Merge pull request #581 from kostyaVyrodov/master
Fix wrong calculation of width and height after device rotation
|
2017-09-28 22:46:44 +02:00 |
|
Bart Arribe
|
1732e766a1
|
Merge pull request #592 from leecade/greenkeeper/babel-eslint-8.0.1
chore(package): update babel-eslint to version 8.0.1
|
2017-09-28 21:43:48 +02:00 |
|
Bart Arribe
|
c1fa5842d7
|
Merge pull request #572 from nixoz/master
Workaround for react-native 0.4.8 contentOffset regression
|
2017-09-28 21:39:23 +02:00 |
|
greenkeeper[bot]
|
bf70a93d11
|
chore(package): update babel-eslint to version 8.0.1
Closes #563
|
2017-09-27 02:03:35 +00:00 |
|
Germán Stuarts
|
fb68bbf3c8
|
Merge branch 'master' into master
|
2017-09-22 10:07:06 -03:00 |
|
Constantine Vyrodov
|
ed1976d8ba
|
Fix wrong calculation of width and height after device rotation
|
2017-09-21 13:16:52 +03:00 |
|
Sergey
|
e6978073f0
|
When loop={false} index may be set, and should be handled properly
|
2017-09-15 14:58:07 +09:00 |
|
Sergey
|
a28357ce69
|
Workaround for react-native 0.4.8 contentOffset regression
|
2017-09-15 13:29:42 +09:00 |
|
Bart Arribe
|
86692f11be
|
Merge pull request #560 from leecade/bumpVersion
Bump version 1.5.12 and update CHANGELOG.md
|
2017-09-11 21:19:59 +02:00 |
|
Bart Arribe
|
d6b190928d
|
update CHANGELOG.md
|
2017-09-11 21:18:50 +02:00 |
|
Bart Arribe
|
63493b9e86
|
1.5.12
|
2017-09-11 21:03:30 +02:00 |
|
Bart Arribe
|
ead66e58d1
|
Merge pull request #539 from flyskywhy/patch-1
Fix `Uncaught TypeError: _this.refs.scrollView.scrollTo is not a function`
|
2017-09-11 21:00:00 +02:00 |
|
Bart Arribe
|
9facd28f00
|
Merge pull request #556 from leecade/greenkeeper/updtr-2.0.0
chore(package): update updtr to version 2.0.0
|
2017-09-08 18:22:19 +02:00 |
|
Bart Arribe
|
98ef3a2f89
|
Merge branch 'master' into greenkeeper/updtr-2.0.0
|
2017-09-08 18:19:58 +02:00 |
|
Bart Arribe
|
a568f6a8a0
|
Merge pull request #352 from leecade/greenkeeper/standard-9.0.0
Update standard to the latest version 🚀
|
2017-09-08 18:18:51 +02:00 |
|
Bart Arribe
|
4cfdd9451d
|
Merge branch 'master' into greenkeeper/standard-9.0.0
|
2017-09-08 18:06:08 +02:00 |
|
Bart Arribe
|
10d2d9c5c2
|
Merge pull request #324 from leecade/greenkeeper/snazzy-6.0.0
Update snazzy to the latest version 🚀
|
2017-09-08 18:03:33 +02:00 |
|
Bart Arribe
|
a25f426472
|
Merge pull request #346 from knopt/dot-style-proptypes
Allow dotStyle and activeDotStyle PropTypes to accept StyleSheet
|
2017-09-08 17:40:01 +02:00 |
|
Bart Arribe
|
8daa616476
|
Merge pull request #531 from SSTPIERRE2/sstpierre2/disableNextButton
Optionally disable the 'next' control button
|
2017-09-08 17:23:37 +02:00 |
|
Bart Arribe
|
a8e052ce20
|
Merge pull request #541 from kjkta/master
Calculate the offset in the initial state instead of `onLayout`.
|
2017-09-06 23:42:18 +02:00 |
|
Bart Arribe
|
00e40501e1
|
Merge pull request #551 from BBS-APPs/master
NPM Version
|
2017-09-06 22:05:00 +02:00 |
|
Willian Ribeiro Angelo
|
99c0a88f4f
|
NPM Version
Please, merge this commit for update npm version
|
2017-09-04 13:37:54 -03:00 |
|
Li Zheng
|
adee8595d3
|
Actually fix Uncaught TypeError: _this.refs.scrollView.scrollTo is not a function when using https://github.com/flyskywhy/react-web
|
2017-09-04 15:46:54 +08:00 |
|
Li Zheng
|
aca1dbe718
|
typo
|
2017-09-04 14:33:25 +08:00 |
|
German Stuarts
|
dfa500ebac
|
allow setting style for ScrollView on iOS
|
2017-08-31 12:33:54 -03:00 |
|
German Stuarts
|
b885a41a47
|
initState width and height assign changed because on mount either width and height are calculated, but if you left the view and then come back, those width and height previously calculated are not used and it uses width and height of window instead
|
2017-08-31 12:21:58 -03:00 |
|
Vijay Sapkota
|
8b29dec017
|
Merge pull request #546 from BBS-APPs/master
Fix typescript definition file
|
2017-08-30 22:25:40 +02:00 |
|
Willian Ribeiro Angelo
|
1f983dc505
|
Supported ScrollResponder added
|
2017-08-30 13:44:38 -03:00 |
|
Willian Ribeiro Angelo
|
097f9d6d49
|
Fix typescript definition file
|
2017-08-29 21:14:20 -03:00 |
|
Kyle Thomson
|
1fb7ff24cf
|
Calcuate the offset in the initial state.
Enables the inital index to be rendered first, avoiding a render of uncalculated offset.
|
2017-08-27 17:22:44 +02:00 |
|
Li Zheng
|
7752e1bbfb
|
Fix Uncaught TypeError: _this.refs.scrollView.scrollTo is not a function when using https://github.com/flyskywhy/react-web
|
2017-08-25 14:55:08 +08:00 |
|
Steve
|
6e72f19640
|
Added a prop to optionally disable the nexButton
|
2017-08-23 11:27:03 -04:00 |
|
Vijay Sapkota
|
653f98bfb9
|
Merge pull request #522 from kesha-antonov/update_index
update index when new index passed through props
|
2017-08-22 15:15:31 +02:00 |
|
Kesha Antonov
|
60172d573b
|
update index when new index passed through props
|
2017-08-16 16:41:46 +03:00 |
|
Bart Arribe
|
6fd0c3d314
|
Merge pull request #516 from AtticusFetch/master
Fix iOS initial index issue && Bump version
|
2017-08-14 14:15:56 +02:00 |
|
Bart Arribe
|
ac524291ee
|
Merge pull request #509 from leecade/updateGithubTemplate
update issue template to get more info
|
2017-08-14 11:51:59 +02:00 |
|
Ivan Iankovskyi
|
97e4551fc7
|
Fix initial index for ios
|
2017-08-13 18:47:12 +03:00 |
|
Bart Arribe
|
2a5f3f8a46
|
Merge pull request #514 from AtticusFetch/master
Fix android issue with dynamically added children
|
2017-08-11 17:25:36 +02:00 |
|
Ivan Iankovskyi
|
39a24a3d6e
|
Fix android issue with dynamically added children
|
2017-08-11 18:17:03 +03:00 |
|
Vijay Sapkota
|
b46f3b88ab
|
bump version 1.5.9
|
2017-08-11 11:15:40 +02:00 |
|
Bart Arribe
|
de6e96dc99
|
update issue template to get more info
|
2017-08-10 11:31:57 +02:00 |
|
Bart Arribe
|
6fcdea9d0e
|
Merge pull request #508 from leecade/bugFix
Remove newInternals var
|
2017-08-10 10:23:21 +02:00 |
|
Bart Arribe
|
d1364f5f39
|
Remove newInternals var
|
2017-08-10 10:20:59 +02:00 |
|
Vijay Sapkota
|
feac1487aa
|
Merge pull request #500 from leecade/updateExample
Update examples
|
2017-08-09 21:55:46 +02:00 |
|
Vijay Sapkota
|
473533efe8
|
bump version 1.5.8
|
2017-08-09 21:49:21 +02:00 |
|
Bart Arribe
|
161b59f7aa
|
Merge pull request #497 from leecade/addNewGithubTemplates
Add new templates for github
|
2017-08-09 18:25:40 +02:00 |
|