57 Commits

Author SHA1 Message Date
君寻
14e5b62b83 doc: add props version (#1973) 2019-09-06 11:46:43 +08:00
neverland
ae0c00d463
feat(Popup): add close-icon prop (#1967) 2019-09-05 16:54:22 +08:00
neverland
f6be2db496
feat(Popup): add closeable prop (#1964) 2019-09-05 16:45:22 +08:00
neverland
3402313eb7
docs: add more intro (#1951) 2019-09-04 11:12:42 +08:00
neverland
d904e4218f
breaking change(Popup): rename transitionend event (#1940) 2019-09-03 14:32:26 +08:00
neverland
008125110c
feat(Popup): add round prop (#1928) 2019-08-29 11:43:12 +08:00
neverland
33764cd328
docs(Popup): update demo (#1926) 2019-08-29 11:05:22 +08:00
neverland
23c2936146
docs: type highlight (#1918) 2019-08-28 10:58:54 +08:00
rex
56c3f5529b
[improvement] Transition: remove classNames from data
fix #1761
2019-07-15 10:46:15 +08:00
陈嘉涵
3ecd69bc14 [Doc] fix ActionSheet demo 2019-06-21 17:33:24 +08:00
陈嘉涵
006fbbc0a3 [Doc] update quickstart.md 2019-06-21 17:14:51 +08:00
陈嘉涵
b8e4188408 [Doc] bump vant-doc 2.0 2019-06-21 17:07:57 +08:00
rex
bad324a4c4
[bugfix] Transition: fix timing error
fix #1695 #1680
2019-06-17 14:19:53 +08:00
rex
53ff09b3bb
[docs]: add es5 guide 2019-04-03 20:15:05 +08:00
rex
f95cad50ce
[new feature]: support safe-area-inset-top
#1327
2019-04-01 18:46:53 +08:00
rex
b5238ed753
[bugfix] Transition: behavior error when set duration zero 2019-03-20 20:46:15 +08:00
rex
12dbaa56ce
[bugfix] Transition: overlay still show after closed (#1404)
fix #1377

+ Transition: fix overlay still show after closed
+ Dialog: add new transition none
2019-03-12 21:40:15 +08:00
thomasy
806f51ce35 [new feature] Popup: 添加 transitionEnd 事件 2019-03-10 21:51:21 +08:00
rex
11b6aa9b03
[new feature] Transition: refactor with css transition 2019-02-25 16:01:21 +08:00
neverland
df238651c2
[improvement] extract safeAreaInsetBottom to mixin (#1052) 2018-12-11 16:05:13 +08:00
neverland
339df6c0e6
[improvement] use wxs.bem instead of computed classNames (#1051) 2018-12-11 15:51:57 +08:00
rex
cd0544e68d perf: iPhoneX适配提取到独立behaviors @rex-zsd (#1048) 2018-12-11 14:55:34 +08:00
rex
43a9989673 feat: adapt iPhoneX @rex-zsd (#989) 2018-12-05 17:41:48 +08:00
neverland
72ca413a45
[bugfix] Popup: animation webkit prefix (#1008) 2018-12-04 11:14:32 +08:00
neverland
dcc7396b06
[improvement] Overlay: render performance (#869) 2018-11-06 21:24:27 +08:00
neverland
ede23675fe
[improvement] optimize component registration (#846) 2018-11-01 20:25:27 +08:00
neverland
0e3ee3dc77
[improvement] use less as css compiler (#664) 2018-09-28 15:18:24 +08:00
neverland
fe4024cdc9
[improvement] update css extension name (#662) 2018-09-28 14:13:31 +08:00
neverland
2168cc06b5
[improvement] watcher (#645) 2018-09-26 19:22:56 +08:00
neverland
f9fb953422
[improvement] rewrite with typescript (#604) 2018-09-21 10:32:25 +08:00
陈嘉涵
d31d844828 [changelog] 0.3.3 2018-09-20 19:19:09 +08:00
neverland
8e2639b9e5
[Doc] add component changelog (#600) 2018-09-19 17:20:16 +08:00
neverland
2c11ae3193
[improvement] Popup: support custom style (#598) 2018-09-19 15:44:08 +08:00
neverland
54d548a7b8
[improvement] Popup: add z-index prop (#572) 2018-09-13 19:31:28 +08:00
neverland
0fe8d5f915
[improvement] Dialog: add scale animation (#548) 2018-09-10 17:16:53 +08:00
neverland
a297dba84c
[improvement] vue style component options (#523) 2018-09-07 10:24:19 +08:00
neverland
be87ff828c
[improvement] optimize transition behavior (#500) 2018-09-05 14:49:34 +08:00
neverland
63bddbddfb
[breaking change] use es module (#499) 2018-09-05 14:40:05 +08:00
neverland
57f8e54b19
[Improvement] Popup: support leave animation (#498) 2018-09-05 14:33:18 +08:00
neverland
db76bdeef6
[new feature] support addGlobalClass (#449) 2018-08-21 15:53:31 +08:00
neverland
599dd39673
[Doc] optimize event description (#420) 2018-08-13 15:02:15 +08:00
陈嘉涵
07cbc7fe7f [Improvement] optimize css 2018-08-10 14:54:39 +08:00
陈嘉涵
63c52edf2d [breaking change] Popup: rewrite 2018-08-03 14:39:04 +08:00
陈嘉涵
84538c888e [breaking change] update component prefix 2018-07-30 10:26:34 +08:00
陈嘉涵
93ed851740 [breaking change] Rename to vant-weapp 2018-07-30 09:47:31 +08:00
rex
ec33af57e2
[bugfix]: 修复select、popup组件文档错误,改善部分组件文档一致性 (#333, #334)
#332 #333
2018-07-02 17:24:58 +08:00
nrz
274dca17b7 优化 popup 遮罩层相关文档 (#324)
[improvement] Doc: 优化 popup 遮罩层相关文档
2018-06-28 19:41:39 +08:00
Yao
deb25db58c
Merge pull request #199 from youzan/upgrade_to_custom_component
[breading change] 升级组件库至自定义组件
2018-04-21 10:33:56 +08:00
HelloPurgatory
d30f99272c fix title of popup readme (#190) 2018-04-12 22:03:14 +08:00
Yao
1d7c23b289
[refactor] Toast: 升级为自定义组件 (#191)
* toast 组件初始化

* toast 增加示例 && 逻辑补全

* toast 支持直接 loading 调用

* 增加 toast readme

* 去除多余的引用
2018-04-12 21:58:54 +08:00