66 Commits

Author SHA1 Message Date
陈嘉涵
399f245460 [improvement] Picker: add less vars 2019-05-16 17:42:00 +08:00
陈嘉涵
0387fc7da8 [Doc] beautify demo 2019-05-16 14:08:44 +08:00
陈嘉涵
d0f4169c86 [Doc] new theme 2019-05-15 20:53:04 +08:00
陈嘉涵
5c8ec71182 [improvement] Popup: update transform of position top/bottom 2019-05-13 20:01:35 +08:00
陈嘉涵
0a2ed005af fix demo stylelint 2019-05-10 10:28:31 +08:00
陈嘉涵
ba4f02b9b4 [build] add stylelint-config-rational-order plugin 2019-05-09 19:00:53 +08:00
陈嘉涵
02bcc66414 [Doc] unify terminology of overlay 2019-05-07 20:47:54 +08:00
陈嘉涵
9c9642ee1f [new feature] Popup: add duration prop 2019-05-06 17:01:51 +08:00
陈嘉涵
9104e2dc5a [improvement] optimize listeners 2019-05-05 17:46:55 +08:00
陈嘉涵
70550a500f [improvement] Popup: add position default value 2019-05-05 17:24:32 +08:00
陈嘉涵
fc344d672c Merge branch '1.x' into 'dev' 2019-05-05 11:23:22 +08:00
陈嘉涵
be5270dea1 [bugfix] Popup: click-overlay triggered twice 2019-05-05 10:14:30 +08:00
陈嘉涵
e3cb465dc2 [Doc] props title 2019-05-03 09:37:24 +08:00
陈嘉涵
848786dd6e [new feature] Popup: add click event 2019-04-30 19:10:19 +08:00
陈嘉涵
cd0720954c [Doc] default slot name 2019-04-30 17:32:00 +08:00
neverland
055387108f
[bugfix] Toast: should not render overlay when cleared (#3025) 2019-03-21 14:18:50 +08:00
neverland
9d0255d9e1
[improvement] unify mixin name (#2795) 2019-02-19 16:04:29 +08:00
neverland
f768e75bfe
[improvement] Use scoped-slots in Vue 2.6+ (#2688) 2019-02-05 22:16:55 +08:00
neverland
01c893abcb
[new feature] Popup: add opened/closed event (#2650) 2019-01-30 19:43:17 +08:00
neverland
466bb3ce1e
[new feature] Popup: add open/close event (#2649) 2019-01-30 19:39:29 +08:00
neverland
335cc46e37
[improvement] Popup: jsx (#2614) 2019-01-25 20:24:18 +08:00
neverland
16e4889a92
[improvement] update eslint config (#2288) 2018-12-14 14:24:23 +08:00
neverland
89ff50944c
[improvement] move overlay component (#2192) 2018-11-30 16:40:50 +08:00
neverland
916dbd9927
[improvement] props default value (#2183) 2018-11-29 22:20:42 +08:00
neverland
f69c66b439
[Doc] update neutral color variables (#2130) 2018-11-23 20:29:43 +08:00
neverland
e14b43e66a
[improvement] update eslint rules (#2089) 2018-11-15 15:30:17 +08:00
neverland
11ce2a602f
[breaking change] rebuild style struct (#2021) 2018-11-03 21:08:06 +08:00
陈嘉涵
2e8d7e0b4f [Doc] update changelog 2018-10-18 18:50:23 +08:00
陈嘉涵
5c05eb42cb [Doc] remove improvement component changelog 2018-10-12 20:32:21 +08:00
陈嘉涵
bc34d5048b [Doc] remove old changelog 2018-10-03 21:26:05 +08:00
neverland
bde9f5adb2
[Doc] add component changelog (#1816) 2018-09-17 15:10:07 +08:00
neverland
ca91a1b498
[Improvement] Button: optimize loading (#1756) 2018-09-05 17:47:15 +08:00
neverland
9e22eb4c1f
[Improvement] Popup: get-container support selector (#1699) 2018-08-27 17:10:50 +08:00
neverland
5a5cb06002
[Improvement] ContactEdit: optimize style (#1677) 2018-08-24 11:09:57 +08:00
neverland
0afbd92d32
[Improvement] Actionsheet: support lazy render (#1365) 2018-06-29 20:34:55 +08:00
neverland
83ab9b1917
bump vue-test-utils (#1338) 2018-06-27 11:56:14 +08:00
neverland
a1c5c6fef4
[Improvement] eslint: use vue-libs (#1237) 2018-06-07 11:59:02 +08:00
neverland
01e7934d19
[Improvement] upgrade to jest-serializer-vue@2.0 (#1215) 2018-06-01 18:04:16 +08:00
neverland
92c108e245
[Improvement] Slider: add test cases (#1192) 2018-05-30 14:57:14 +08:00
neverland
cb992ce979
[Improvement] Popup: support lazy render (#1138) 2018-05-23 11:01:27 +08:00
neverland
e8aad7246c
[Improvement] Reorganize document (#1066) 2018-05-15 10:39:01 +08:00
neverland
a3c1e49eee
[Improvement] Optimize demo test (#1053) 2018-05-12 16:08:09 +08:00
neverland
4de1e7da55
[Improvement] Reorganize demos (#1052) 2018-05-12 15:22:37 +08:00
neverland
a55eda8891
[Improvement] Rebuild test system (#1051) 2018-05-12 14:04:32 +08:00
neverland
c012a65ba3
[Improvement] more component use bem mixin (#932) 2018-04-24 23:33:51 +08:00
neverland
639ef64d96
[bugfix] module circular dependency (#728) 2018-03-19 20:49:35 +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
30e42284e9
[new feature] Popup: support getContaienr (#611) 2018-02-06 19:55:40 +08:00
neverland
508cdfc0c9
[Improvement] follow eslint-plugin-vue strongly-recommended code style (#482) 2017-12-26 10:34:38 +08:00