Commit Graph
64 Commits
Author SHA1 Message Date
chenjiahan d42b1b43c3 docs: update component registration guide 2020-08-20 23:32:07 +08:00
chenjiahan f978642277 feat: migrate Swipe component 2020-08-17 10:12:56 +08:00
neverlandandGitHub ebb964aed8 fix(ImagePreview): fit orientationchange (#6825)
* fix(ImagePreview): fit orientationchange

* chore: remove log
2020-07-20 22:41:26 +08:00
neverlandandGitHub 9e0400260f docs(Swipe): add faq (#6688) 2020-07-03 14:22:06 +08:00
neverlandandGitHub 32b0b16cb8 fix(Swipe): incorrect width after resize if hidden (#6084) 2020-04-18 10:15:52 +08:00
chenjiahanandneverland 7f84f8a487 docs: prettier all markdown files 2020-04-11 09:17:33 +08:00
neverlandandGitHub 14299a2011 feat(Swipe): improve swipe threshold (#6003) 2020-04-07 11:25:54 +08:00
chenjiahan 2fb5cca49a chore: prettier source code 2020-04-02 15:36:02 +08:00
FyerlandGitHub cbe136ebdd feat(Swipe): 优化 loop: false 场景下的翻页逻辑 (#5953) 2020-04-01 18:02:15 +08:00
chenjiahan 80837e9a91 docs(changelog): 2.5.9-beta.0 2020-03-29 07:20:08 +08:00
neverlandandGitHub 8dd5d9aead fix(Swipe): incorrect offset after resize (#5922) 2020-03-27 15:07:04 +08:00
chenjiahan 365f2b16f7 feat(Swipe): add lazy-render prop 2020-03-22 15:39:34 +08:00
chenjiahan f701de9e58 refactor(Swipe): use flex layout 2020-03-22 07:48:16 +08:00
chenjiahan 90cc5744e2 chore(Swipe): use relation mixin 2020-03-22 07:24:43 +08:00
chenjiahan d8fa4b9495 docs: simplify $t to t 2020-03-21 14:46:02 +08:00
lmx-HexagramandGitHub f36961fe29 docs: change slot to # (#5858)
* docs(SwipeCell): change "slot" to "v-slot"

* docs(SwipeCell): change `v-slot` to`#`

* docs(cell): change `slot` to `#`

* docs(checkbox): change `slot` to `v-slot`

* docs(field): change `slot` to `v-slot`

* docs(checkbox): remove wrong comment

* docs(radio): change `slot` to `#`

* docs(search): change `slot` to `#`

* docs(slider): change `slot` to `#`

* docs(switch): change `slot` to `#`

* docs(PullRefresh): change `slot` to `#`

* docs(collapse): change `slot` to `#`

* docs(panel): change `slot` to `#`

* docs(swipe): change `slot` to `#`

* docs(navbar): change `slot` to `#`

* docs(tab): change `slot` to `#`

* docs(tabber): change `slot` to `#`

* docs(TreeSelect): change `slot` to `#`

* docs(card): change `slot` to `#`

* docs(submitBar): change `slot` to `#`

* docs(sku): change `slot` to `#` unsure

* docs(cell): delete waste blank line

* docs(panel): fix indentation

* docs(PullRefresh): change "count" to "Refresh Count"

* docs(radio): delete waste blank line

* docs(search): move props above the event

* docs(submitBar): delete waste `<span>`

* docs(swipCell): delete waste blank line

* docs(tabbar): merge `<img>` into one line
2020-03-20 14:12:00 +08:00
陈嘉涵 02afe720c6 fix(Swipe): fix wrap problems caused by decimal width in some android devices 2020-02-18 10:43:37 +08:00
陈嘉涵 a4ce9b955e fix(Swipe): incorrect width when resize in invisible state (#5678) 2020-02-18 09:18:01 +08:00
陈嘉涵 aceaa2f739 docs: improve event param typing 2020-02-09 11:12:15 +08:00
陈嘉涵 e7d3f536c7 docs: improve link spacing 2020-02-08 20:16:04 +08:00
陈嘉涵 e9f96393f9 feat(Swipe): some props can be string 2020-01-31 10:04:41 +08:00
陈嘉涵 a49d239d69 docs: add method usage link 2020-01-25 16:48:12 +08:00
陈嘉涵 57d88bd586 docs(Swipe): improve document 2020-01-20 19:43:38 +08:00
陈嘉涵 bb53c3c758 chore: sort imports 2020-01-19 19:29:30 +08:00
陈嘉涵 08c84c9c38 chore: prettier all less files 2020-01-19 17:15:54 +08:00
陈嘉涵 389d68884d chore: add trailingComma 2020-01-19 11:57:09 +08:00
陈嘉涵 cdbd67f379 docs: update markdown code block 2020-01-18 20:14:16 +08:00
陈嘉涵 9bcfddc958 docs: add import when using Toast or Notify 2020-01-18 08:25:24 +08:00
陈嘉涵 80568816e3 docs: update install guide 2020-01-16 20:58:32 +08:00
陈嘉涵 11315787ec feat(Swipe): pause autoplay when page hidden 2020-01-16 10:56:45 +08:00
陈嘉涵 26f2884fbb chore: remove unused registration in test cases 2020-01-14 17:48:40 +08:00
陈嘉涵 cb3934cdf8 chore: fix swipeTo case may fail 2020-01-14 17:22:32 +08:00
陈嘉涵 2eb680723d feat: improve cursor 2020-01-11 15:46:47 +08:00
陈嘉涵 4ed3bd4c7e feat: improve cursor of some components 2020-01-11 08:42:03 +08:00
陈嘉涵 e16239e426 docs: update version tag 2020-01-10 21:06:05 +08:00
neverlandandGitHub 2d6f633c7a feat(Swipe): add prev、next method (#5548) 2020-01-10 17:51:34 +08:00
neverlandandGitHub 6ed535c013 fix(Swipe): avoid Vue 2.6 event bubble issues (#5346) 2019-12-22 09:32:16 +08:00
neverlandandGitHub 93df00ce85 fix(ActionSheet): should not submit form (#5181) 2019-12-03 17:48:41 +08:00
neverlandandGitHub 2bc3ae2b60 docs(Swipe): add tips of fastclick (#5179) 2019-12-03 17:27:49 +08:00
neverlandandGitHub 9b01cac23f docs(Swipe): add api version tip (#5091) 2019-11-25 08:27:40 +08:00
neverlandandGitHub 3bcb4e7716 docs: add link of ref (#5072) 2019-11-21 17:32:23 +08:00
neverlandandGitHub a1a93ba11b feat(Tabs): add resize method (#5071) 2019-11-21 17:18:38 +08:00
neverlandandGitHub 659eb3eefc feat(Swipe): add resize method (#5070) 2019-11-21 17:11:56 +08:00
neverlandandGitHub f4b6b206a2 docs(Swipe): add tips of custom size in loop mode (#5057) 2019-11-20 17:18:58 +08:00
neverlandandGitHub aee1091c5c chore: adjust path of test utils (#4997) 2019-11-13 16:46:01 +08:00
neverlandandGitHub aa0dfe8808 feat(Swipe): add stop-propagation prop (#4972) 2019-11-09 21:32:04 +08:00
neverlandandGitHub 56e9b7afa0 chore: use gen instead of render (#4922) 2019-11-05 09:12:03 +08:00
neverlandandGitHub a70c0ac5f4 fix(Swipe): incorrect swipeTo animation (#4570) 2019-09-25 15:11:23 +08:00
neverlandandGitHub 76ac9f71d1 docs: update method table (#4511) 2019-09-20 10:26:54 +08:00
neverlandandGitHub 0bd3997373 feat(Rate): add touchable prop (#4361) 2019-09-04 17:28:43 +08:00