56 Commits

Author SHA1 Message Date
chenjiahan
1e7e7086d6 chore: rename rootRef to root 2020-09-15 19:32:45 +08:00
chenjiahan
c8d573cbe7 chore(touch): add isVertical/isHorizontal 2020-09-14 20:56:28 +08:00
chenjiahan
195f3ffea1 feat(use): add useClickAway 2020-09-12 21:29:08 +08:00
chenjiahan
b17c67ab53 refactor(SwipeCell): refactor with composition api 2020-09-08 17:30:18 +08:00
chenjiahan
d61df0649f breaking change(SwipeCell): adjust before-close usage 2020-09-06 10:40:00 +08:00
chenjiahan
f19386fe1f Merge branch 'dev' into next 2020-09-05 07:17:49 +08:00
neverland
d0eb103cba
docs: remove earlier version tags (#7109) 2020-09-05 07:13:47 +08:00
chenjiahan
d42b1b43c3 docs: update component registration guide 2020-08-20 23:32:07 +08:00
chenjiahan
a7836a30e6 fix(SwipeCell): missing emits config 2020-08-17 11:54:33 +08:00
chenjiahan
13912c02a5 refactor(SwipeCell): rename open event params 2020-08-09 20:54:17 +08:00
chenjiahan
8031c690dd refactor(SwipeCell): remove deprecated on-close 2020-08-09 20:52:55 +08:00
chenjiahan
17c64b24e7 Merge branch 'dev' into next 2020-08-07 06:33:04 +08:00
neverland
378009fefa
style(Image): update loading icon and error icon (#6890) 2020-07-29 09:36:15 +08:00
chenjiahan
0304fcb6fa chore: merge src and src-next 2020-07-15 20:02:00 +08:00
neverland
bb65c62b1e
fix(Button): text not align center in legacy safari (#6325) 2020-05-20 19:22:14 +08:00
chenjiahan
7f84f8a487 docs: prettier all markdown files 2020-04-11 09:17:33 +08:00
chenjiahan
2fb5cca49a chore: prettier source code 2020-04-02 15:36:02 +08:00
chenjiahan
d8fa4b9495 docs: simplify $t to t 2020-03-21 14:46:02 +08:00
lmx-Hexagram
d758978e17
docs(SwipeCell): change "slot" to "v-slot" (#5840) 2020-03-18 15:49:03 +08:00
陈嘉涵
e7d3f536c7 docs: improve link spacing 2020-02-08 20:16:04 +08:00
陈嘉涵
526202cc40 feat(SwipeCell): left-width、right-width can be string 2020-01-31 10:07:04 +08:00
陈嘉涵
c6f424baa7 docs: update numeric type 2020-01-29 10:11:09 +08:00
陈嘉涵
a49d239d69 docs: add method usage link 2020-01-25 16:48:12 +08:00
陈嘉涵
2af7d1b209 docs(SwipeCell): add custom content demo 2020-01-24 11:17:03 +08:00
陈嘉涵
e766d5d574 feat(Card): change thumb fit mode to cover 2020-01-24 10:45:06 +08:00
陈嘉涵
bb53c3c758 chore: sort imports 2020-01-19 19:29:30 +08:00
陈嘉涵
82208c42b8 chore: prettier all demos 2020-01-19 15:39:00 +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
陈嘉涵
2eb680723d feat: improve cursor 2020-01-11 15:46:47 +08:00
陈嘉涵
e16239e426 docs: update version tag 2020-01-10 21:06:05 +08:00
neverland
e037082feb
fix(SwipeCell): avoid Vue 2.6 event bubble issues (#5348) 2019-12-22 09:47:40 +08:00
neverland
c0b1460c80
feat(SwipeCell): add open event (#5324) 2019-12-20 10:20:18 +08:00
neverland
ac00d78a46
feat(SwipeCell): add before-close prop (#5320) 2019-12-19 21:02:46 +08:00
neverland
b889ab09e8
fix(SwipeCell): compatible with desktop scenario (#5077) 2019-11-22 10:32:17 +08:00
neverland
aba9e3f009
feat(SwipeCell): optimize code (#5076) 2019-11-22 10:10:28 +08:00
neverland
3bcb4e7716
docs: add link of ref (#5072) 2019-11-21 17:32:23 +08:00
neverland
aee1091c5c
chore: adjust path of test utils (#4997) 2019-11-13 16:46:01 +08:00
neverland
9d21b53731
feat(SwipeCell): add open event (#4986) 2019-11-12 21:03:48 +08:00
neverland
7c052f4c0c
docs: add more tips of desktop usage (#4840) 2019-10-25 17:50:11 +08:00
neverland
76ac9f71d1
docs: update method table (#4511) 2019-09-20 10:26:54 +08:00
neverland
b4371a52d4
perf: add transition-property (#4389) 2019-09-06 19:50:12 +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
15046888d9
[bugfix] SwipeCell: should not prevent touchmove when opened (#3982) 2019-07-27 10:24:51 +08:00
neverland
3a77666e49
[improvement] update lint rules (#3970) 2019-07-26 11:47:17 +08:00
neverland
04616b8a5f
[new feature] SwipeCell: add stop-propagation prop (#3952) 2019-07-24 20:27:56 +08:00
neverland
0d68c628ca
[improvement] SwipeCell: should stop event propagation (#3898) 2019-07-19 10:15:23 +08:00
陈嘉涵
019c75506a [Doc] use ts-style type 2019-07-11 20:35:41 +08:00