160 Commits

Author SHA1 Message Date
neverland
32b0b16cb8
fix(Swipe): incorrect width after resize if hidden (#6084) 2020-04-18 10:15:52 +08:00
chenjiahan
7f84f8a487 docs: prettier all markdown files 2020-04-11 09:17:33 +08:00
neverland
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
Fyerl
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
neverland
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-Hexagram
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
neverland
2d6f633c7a
feat(Swipe): add prev、next method (#5548) 2020-01-10 17:51:34 +08:00
neverland
6ed535c013
fix(Swipe): avoid Vue 2.6 event bubble issues (#5346) 2019-12-22 09:32:16 +08:00
neverland
93df00ce85
fix(ActionSheet): should not submit form (#5181) 2019-12-03 17:48:41 +08:00
neverland
2bc3ae2b60
docs(Swipe): add tips of fastclick (#5179) 2019-12-03 17:27:49 +08:00
neverland
9b01cac23f
docs(Swipe): add api version tip (#5091) 2019-11-25 08:27:40 +08:00
neverland
3bcb4e7716
docs: add link of ref (#5072) 2019-11-21 17:32:23 +08:00
neverland
a1a93ba11b
feat(Tabs): add resize method (#5071) 2019-11-21 17:18:38 +08:00
neverland
659eb3eefc
feat(Swipe): add resize method (#5070) 2019-11-21 17:11:56 +08:00
neverland
f4b6b206a2
docs(Swipe): add tips of custom size in loop mode (#5057) 2019-11-20 17:18:58 +08:00
neverland
aee1091c5c
chore: adjust path of test utils (#4997) 2019-11-13 16:46:01 +08:00
neverland
aa0dfe8808
feat(Swipe): add stop-propagation prop (#4972) 2019-11-09 21:32:04 +08:00
neverland
56e9b7afa0
chore: use gen instead of render (#4922) 2019-11-05 09:12:03 +08:00
neverland
a70c0ac5f4
fix(Swipe): incorrect swipeTo animation (#4570) 2019-09-25 15:11:23 +08:00
neverland
76ac9f71d1
docs: update method table (#4511) 2019-09-20 10:26:54 +08:00
neverland
0bd3997373
feat(Rate): add touchable prop (#4361) 2019-09-04 17:28:43 +08:00
neverland
ecbdc2bede
docs: type highlight (#4264) 2019-08-27 22:09:21 +08:00
neverland
959efb0ce6
docs: add version tip in en docs (#4262) 2019-08-27 19:56:30 +08:00
neverland
cf92bb122a
[Doc] update install guide (#4083) 2019-08-10 11:11:10 +08:00
neverland
4cba618792
[improvement] List: unify text font-size (#4077) 2019-08-09 14:03:19 +08:00