1579 Commits

Author SHA1 Message Date
nemo-shen
1739317a5c test(TreeSelect): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
1a9df5599d test(ShareSheet): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
970967a63f test(Progress): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
88529e642f test(Popup): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
bd9ce42f8d test(Panel): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
46a4c7c4f2 test(GoodsAction): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
7e8a0eb4a9 test(Calendar): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
c9dbfc570a test(Toast): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
a3787220c2 test(Tag): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
eda2100dfa test(Tabbar): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
efbc3a9ce6 test(SubmitBar): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
3abd671715 test(Sticky): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
1eabea17a8 test(Steps): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
6e4ebfd886 test(Tab): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
ce8955560e test(Stepper): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
606bf8aa25 test(Skeleton): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
689c5d82ed test(Search): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
293f372da5 test(Rate): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
89d2cdbd2d test(Radio): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
0893406a63 test(Loading): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
24017c1c88 test(Image): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
13df6519a4 test(Icon): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
dfe3d3e9f5 test(Empty): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
75eec05604 test(Divider): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
03ee861ca6 test(Dialog): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
8248ff50d1 test(ConfigProvider): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
b6381a0b31 test(Col): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
0ec0925001 test(Circle): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
fd85dcb64b test(CheckBox): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
f88aaf114c test(Cell): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
e14ca0b257 test(Card): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
ff4299b124 test(Grid): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
2591498204 test(Area): add test demo 2021-12-21 09:51:43 +08:00
nemo-shen
7819c25be0 test(ActionSheet): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
3edbcdce53 test(Switch): add demo test 2021-12-21 09:51:43 +08:00
毛呆
1a01c0eae8
feat(Stepper): add always-embed prop (#4678) 2021-12-13 17:35:57 +08:00
nemo-shen
add986fa52
fix(Switch): custom color invalid when using active-value (#4645) 2021-12-01 09:59:39 +08:00
nemo-shen
e5089f464b
fix(page-scroll): skip when page undefined (#4640)
* fix(page-scroll): skip when page undefined

* fix: adjust
2021-11-30 14:23:41 +08:00
nemo-shen
a7dd166829
docs(NoticeBar): fix mistake (#4641) 2021-11-30 14:20:20 +08:00
nemo-shen
ee0e485eef
test(Button): add unit test (#4603)
* fix: test init

* test(Button): add unit test

* fix(test): remove unused code

* test(build): remove demo/test dir when compile

* fix(Button): remove duplicate demo

* test(Button): adjust component.json
2021-11-10 15:54:37 +08:00
wubinsheng
104691e18f
fix(Toast): fix classname 'vant-toast-text' (#4587)
toast组件不存在icon的type值,但wxml中使用了该值做判断
2021-11-06 15:27:54 +08:00
nemo-shen
3345bca8b8
fix(Tab): fix style error with card of type (#4582) 2021-10-28 09:44:57 +08:00
nemo-shen
5ac2e5dde7
feat(Toast): support html of type (#4581) 2021-10-28 09:43:54 +08:00
nemo-shen
b5ca0bdd44
feat(DropdownMenu): add custom-class (#4583) 2021-10-28 09:43:01 +08:00
GRANDSOFT\baosc
f2080a3b3b index-bar 在wx:if为false时, 抛异常 2021-10-27 17:22:39 +08:00
nemo-shen
47c66d38e3
feat(Field): add always-embed prop (#4571) 2021-10-20 09:30:42 +08:00
nemo-shen
1ab6abfc19
fix(Calendar): select min effective range (#4569)
* fix(Calendar): select min effective range

* fix(Calendar): fix prefer-destructuring
2021-10-20 09:30:20 +08:00
nemo-shen
1860ddfcb1
fix(Collapse): animate invalid on multi clicks (#4567) 2021-10-18 14:12:14 +08:00
neverland
7f3614997e
feat(DropdownMenu): add --dropdown-menu-box-shadow css var (#4565) 2021-10-16 19:57:33 +08:00
nemo-shen
7cbf287438
fix(Tab): swipe multi index with double refers (#4539)
* fix(Tab): swipe multi index with double refers

* fix(Tab): adjust swiping
2021-09-30 10:22:50 +08:00