63 Commits

Author SHA1 Message Date
neverland
89c80e818c
[improvement] Remove create & i18 mixin (#2670) 2019-02-02 10:08:21 +08:00
neverland
b8ec2ffc5d
[improvement] Tabbar: jsx (#2663) 2019-02-01 17:10:31 +08:00
neverland
9183849e6a
[improvement] SwitchCell: jsx (#2656) 2019-01-31 14:37:24 +08:00
neverland
f397f18a38
[improvement] extract checkbox mixin (#2653) 2019-01-31 10:05:00 +08:00
neverland
466bb3ce1e
[new feature] Popup: add open/close event (#2649) 2019-01-30 19:39:29 +08:00
neverland
ccdfc7124a
[improvement] SwipeCell: jsx (#2632) 2019-01-27 08:50:20 +08:00
neverland
72c57663de
[improvement] bem utils (#2443) 2019-01-05 21:07:19 +08:00
neverland
16e4889a92
[improvement] update eslint config (#2288) 2018-12-14 14:24:23 +08:00
neverland
d2751ffdfa
[improvement] optimize instance assign (#2284) 2018-12-13 16:05:11 +08:00
neverland
abee937da9
[improvement] Checkbox: update disabled label color (#2260) 2018-12-10 20:25:13 +08:00
neverland
89ff50944c
[improvement] move overlay component (#2192) 2018-11-30 16:40:50 +08:00
neverland
996c67b4fc
[improvement] add Picker prop mixin (#2191) 2018-11-30 16:05:03 +08:00
neverland
d8ff9f3d34
[improvement] add Cell props mixin (#2189) 2018-11-30 15:45:50 +08:00
neverland
916dbd9927
[improvement] props default value (#2183) 2018-11-29 22:20:42 +08:00
neverland
027cf624af
[improvement] Swipe: optimize swipe gesture (#2039) 2018-11-06 18:56:04 +08:00
neverland
fc8937aa26
[improvement] Badge: add change event (#2017) 2018-11-02 14:19:39 +08:00
neverland
88d8eb0897
[improvement] optimize popup mixin (#1979) 2018-10-25 13:10:09 +08:00
hz
4c7c2d7b76 [bugfix] render is crashed while this.$vantMessages is undefined 2018-09-20 20:26:18 +08:00
neverland
dee56c75b7
[bugfix] Swipe: wrong position (#1723) 2018-08-30 16:55:28 +08:00
neverland
9e22eb4c1f
[Improvement] Popup: get-container support selector (#1699) 2018-08-27 17:10:50 +08:00
neverland
fddf566f42
[Improvement] AddressEdit: optimize style (#1676) 2018-08-24 10:44:09 +08:00
packy
7d8fff70af [bugfix] Popop: fix DOM destroy when use getContainer (#1665) 2018-08-23 13:44:43 +08:00
neverland
0afbd92d32
[Improvement] Actionsheet: support lazy render (#1365) 2018-06-29 20:34:55 +08:00
neverland
cb992ce979
[Improvement] Popup: support lazy render (#1138) 2018-05-23 11:01:27 +08:00
neverland
883fb78f21
[Improvement] Locale: add warning when not correctly registered (#1012) 2018-05-07 21:27:25 +08:00
neverland
2899a4cb8e
[Improvement] Swipe: optimzie performance (#985) 2018-05-04 15:21:24 +08:00
neverland
9d623a6196
[Improvement] Cell: optimize flex layout (#919) 2018-04-24 08:38:26 +08:00
neverland
d92edf871e
[bugfix] Popup: should remove touch event listener when distroyed (#912) 2018-04-23 13:07:19 +08:00
neverland
051116df4c
[Improvement] add BEM helper mixin (#904) 2018-04-22 11:33:54 +08:00
neverland
0192eb7ee8
[Improvement] Cell: optimize left icon (#893) 2018-04-19 16:10:37 +08:00
WyTiny
24b95af824 [bugfix] Popup: fix lock scroll (#891) 2018-04-19 15:01:51 +08:00
neverland
bd80fe4e05
[Improvement] add touch mixin (#869) 2018-04-13 15:26:41 +08:00
neverland
a5ddfeee68
[bugfix] ImagePreview: manually close not work (#864) 2018-04-12 20:08:20 +08:00
neverland
1b6f9ba075
[bugfix] Popup: lock-scroll not work when open multi popup (#842) 2018-04-10 10:39:54 +08:00
neverland
5497eef5ef
[Improvement] optimize find parent mixin (#781) 2018-03-26 21:20:00 +08:00
neverland
72cca2c961
[bugfix] Toast: mask not remove when hidden (#762) 2018-03-23 11:32:26 +08:00
neverland
ddbe338919
[bugfix] List: should not trigger load event when hidden (#751) 2018-03-22 13:18:38 +08:00
neverland
bca3401d81
[bugfix] Toast: overlay blocked by other element (#740) 2018-03-21 15:58:11 +08:00
neverland
ffd72e5442
[Improvement] extract component common part (#703) 2018-03-16 17:10:46 +08:00
neverland
d36dd61bc9
[breaking change] Popup: add lockScroll instead of lockOnScroll & preventScroll (#688) 2018-03-14 11:07:48 +08:00
neverland
7d3768591f
[bugfix] Badge info font weight (#687) 2018-03-14 10:28:51 +08:00
neverland
5d25d7aff9
[Improvement] Popup: add click-overlay event (#647) 2018-02-24 15:22:41 +08:00
neverland
30e42284e9
[new feature] Popup: support getContaienr (#611) 2018-02-06 19:55:40 +08:00
neverland
30f22b28ed
[Improvement] optimize passive events (#478) 2017-12-25 15:58:44 +08:00
neverland
2d2a368e2c
[bugfix] Popup should remove event handler when destroyed (#477) 2017-12-25 14:28:10 +08:00
WyTiny
a024399fbe [bugfix] popup scrollable element (#429) 2017-12-14 14:47:24 +08:00
neverland
6f2b4c99da
[Improvement] Support Vue.use to register a component (#401) 2017-12-11 20:41:19 +08:00
neverland
7dbb5db256
[Improvement] uniform fade animation (#410) 2017-12-11 20:00:26 +08:00
neverland
03824c5b07
[bugfix] Popup overlayClass type (#374) 2017-12-04 16:42:28 +08:00
neverland
121e2de375
[Improvement] add type definition files (#361) 2017-11-29 18:00:08 +08:00