85 Commits

Author SHA1 Message Date
neverland
1a7889590f
perf: remove CSS variables polyfill (#4487)
* perf: remove CSS variables polyfill

* style: fix missing calc value

* perf: reduce some useless css vars
2021-09-23 17:31:28 +08:00
neverland
e3c07e52f9
chore: merge two prettier config (#4491) 2021-09-15 15:46:27 +08:00
nemo-shen
f2e52128c6
docs(packages): format doc (#4464)
* docs(packages): format doc

* docs(packages): update doc
2021-09-07 10:05:14 +08:00
nemo-shen
0b273fc037
feat(Popup): add lock-scroll prop (#4384) 2021-08-25 15:23:57 +08:00
rex
17b566beb9
docs(popup): add solution for scroll through (#4213) 2021-05-14 11:37:13 +08:00
dengrongyao
c024430d4f docs: 统一文档标点 2021-04-12 20:38:36 +08:00
rex
7c8f4b2113
refactor(popup): rename wxs function (#3896) 2020-12-22 20:54:06 +08:00
rex
0cd64e92e5
perf(tab): improve wxs style assemble & export resize methods (#3827)
fix #3676
2020-12-09 13:53:58 +08:00
rex
57cf883296
fix(dialog): show dialog after class ready (#3374)
fix #3362
2020-07-13 19:28:53 +08:00
rex
5479631403
docs(popup): add doc for scroll (#3238)
fix #3175
2020-06-04 12:02:52 +08:00
chenjiahan
44fc8b065c chore: prettier evenything 2020-04-25 10:59:58 +08:00
rex
92de5e9e34
docs(QuickStart): adjust quick start (#2939) 2020-04-01 15:41:07 +08:00
rex
163ac52542
feat(Calendar): add new component calendar (#2894) 2020-03-20 23:15:18 +08:00
rex-zsd
5ae6d1a146 docs(quickstart): rename vant-weapp to @vant/weapp 2019-11-29 16:28:24 +08:00
Lindy
573c1a7120 feat(Popup): Popup 组件样式调整 (#2237) 2019-11-01 14:51:43 +08:00
neverland
1e506513de
feat(Popup): improve transform style (#2193) 2019-10-23 17:42:40 +08:00
rex
be1b6c69e9
feat(Transition): add new lifecycle events & drop transitionend event
BREAKING CHANGE: drop transitionend event

fix #2071
2019-10-14 15:15:41 +08:00
neverland
a1c01090f1
feat(Dialog): add overlay-style prop (#2140) 2019-10-11 19:34:04 +08:00
rex
147080bf54
refactor: compatible with iphone by env 2019-09-25 10:50:11 +08:00
neverland
a43fb7f263
docs(Popup): update (#2065) 2019-09-19 17:55:26 +08:00
neverland
7724700650
feat(Popup): add close-icon-position prop (#2064) 2019-09-19 17:47:16 +08:00
neverland
673eee42b4
feat: improve word wrap (#2061) 2019-09-19 16:15:06 +08:00
rex
7c41cc0ff0 feat(theme): support custom theme base on css variables @rex-zsd (#2049) 2019-09-18 17:42:21 +08:00
neverland
2be1ab0ef1
docs: scroll to anchor (#2048) 2019-09-18 17:14:59 +08:00
neverland
c0901b8023
fix(Circle): initial ctx (#2005) 2019-09-09 20:41:23 +08:00
neverland
517765433f
feat(Overlay): use custom-style instead of mask (#1994) 2019-09-09 15:15:33 +08:00
neverland
84bec71f4a
docs: add api title (#1990) 2019-09-09 11:43:09 +08:00
neverland
eef1fc6678
build: add stylelint (#1982) 2019-09-07 19:18:37 +08:00
君寻
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