1369 Commits

Author SHA1 Message Date
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
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
Zhiqi Lin
71e2e11fde
feat(Calendar): add readonly prop (#4529)
* feat(Calendar): add readonly prop

* feat(Calendar): add comma after the new prop

* revise codes based on review opinions

* fix: 调整判断顺序

Co-authored-by: nemo-shen <kienshin626@gmail.com>
2021-09-29 16:13:09 +08:00
nemo-shen
91f44798a5
fix(Slider): fix click invalid with vertical props (#4532)
* fix(Slider): fix click invalid with vertical props

* fix: adjust demo
2021-09-28 09:48:10 +08:00
chenjiahan
231f65b1a2 docs: fix site build failure 2021-09-27 14:02:56 +08:00
nemo-shen
0adf121519
docs(Calendar): update Day Object (#4524)
* docs(Calendar): update Day Object

* docs(Tab): prettier
2021-09-27 11:25:48 +08:00
nemo-shen
56ecd55e12
fix(Tab): fix init position incorrect (#4521)
* fix(Tab): fix init position incorrect

* style(Tab): prettier
2021-09-26 15:05:55 +08:00
neverland
0e60dc1a7e
fix(Slider): remove theme mixin (#4520) 2021-09-25 10:39:39 +08:00
Fansy
5be718e195
docs: add show props (#4518) 2021-09-25 10:30:51 +08:00
nemo-shen
04d3d9b80d
feat(Slider): add vertical prop (#4486)
* feat(Slider): add vertical prop

* fix: adjust

* Update README.md

Co-authored-by: neverland <chenjiahan@youzan.com>
Co-authored-by: neverland <chenjiahan@buaa.edu.cn>
2021-09-23 17:33:27 +08:00
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
nemo-shen
3afe10c0f9
fix(VantComponent): remove optionalTypes (#4501)
* fix(VantComponent): remove optionalTypes

* fix: reset project.config.json
2021-09-18 10:02:06 +08:00