Commit Graph

18 Commits

Author SHA1 Message Date
Shawn Xu 5694d7f18f
feat(scroll-view): add method getOffsets (#595)
* feat(scroll-view): add method getOffsets

* fix(scroll-view): add autoReflow watching for ScrollView display toggle

* doc(scroll-view): add additional notes
2019-10-18 16:56:49 +08:00
xuxiaoyan ce27913e77 doc(scroll-view): update readme 2019-08-13 11:00:14 +08:00
xuxiaoyan c95c951d0b doc(scroll-view): fix end-reached event name 2019-07-06 20:57:16 +08:00
Shawn Xu 8cef3d4a1b
feat(scroll-view): add prop is-prevent (#468)
* feat(scroll-view): add prop is-prevent

* doc(scroll-view): update readme

* example(scroll-view): update horizontal scrolling

* code-style(scroll-view): add variable in touchmove

* fix(scroll-view): fix error with event.cancelable is false, event.preventDefault can not prevent
2019-06-13 16:16:15 +08:00
xuxiaoyan d164f40f81 doc(scroll-view): update readme 2019-04-15 15:22:36 +08:00
xuxiaoyan 8d046eacf6 feat(scroll-view-refresh): add prop roller-color
#399
2019-04-10 11:44:48 +08:00
xuxiaoyan 6ca678623f Update docs 2019-03-16 22:21:49 +08:00
Shawn Xu 6cc6141cb5 feat(scroll-view): add prop touch-angle (#326)
limit the angle at which triggers scroll events to reduce scroll sensitivity
2019-02-22 14:31:14 +08:00
xuxiaoyan 6910e83057 feat(scrollview): add prop immediateCheckEndReaching
trigger endReaching event when the content is less than one screen
2019-02-15 13:10:47 +08:00
xuxiaoyan 6998a6cf80 doc: update preview links 2019-01-29 16:31:24 +08:00
xuxiaoyan 5a38b1b60a doc(scroll-view): update
fix #287
2019-01-21 19:25:35 +08:00
xuxiaoyan 697c1ec5bc doc: update readme & migration 2018-12-26 16:10:20 +08:00
xuxiaoyan cdd58a97e6 doc: update readme example link 2018-12-18 16:06:20 +08:00
xuxiaoyan 3ac53e7ff7 doc: update 2018-12-10 15:41:29 +08:00
xuxiaoyan d1f7e51901 doc: update readme 2018-11-19 18:59:56 +08:00
xuxiaoyan 06bee576ea feat(scroll-view): add header/footer slot[#188] 2018-08-28 11:23:44 +08:00
Shawn Xu 0ded969c34 feat(scroll-view): add autoReflow (#170) 2018-08-01 10:58:34 +08:00
xuxiaoyan 976a9dfa4e feature(scroll-view):complete scroll-view readme & test 2018-07-12 17:44:42 +08:00