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
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
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
JayFate
8f569168a1
fix(checkbox): remove unused method ( #4527 )
...
Signed-off-by: JayFate <37610029@qq.com>
2021-09-27 11:23:57 +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
chenjiahan
5e39ec3ee0
chore: update latest project.config.json
2021-09-22 16:54:31 +08:00
neverland
8629da1b75
fix(Calendar): confirmDisabledText default value ( #4490 )
2021-09-15 15:38:21 +08:00
nemo-shen
2c02069808
feat(Slider): add range props ( #4442 )
...
* feat(Slider): add range props
for support double slider button
* fix(Slider): 优化代码
* fix(Slider): 优化代码
* fix(Slider): 优化代码
* docs(Slider): update doc
2021-09-06 19:52:44 +08:00
chenjiahan
8c408e2303
fix(ShareSheet): overlayStyle type should be String
2021-08-18 11:37:21 +08:00
nemo-shen
98721b7b7e
feat(Cell): cell-group inset prop ( #4341 )
...
* feat(Cell): cell-group inset prop
* fix(Cell): remove inset prop default value
2021-07-19 12:24:56 +08:00
nemo-shen
c416ff16b6
feat(Rate): css variables ( #4297 )
...
* feat(Rate): css variables
* fix(Rate): adjust less variables name
* fix(Rate): adjust less variables name
* docs(Rate): adjust doc
- 示例与文档对应
- 对照vant文档做了一些调整
- 增加 `监听 change 事件`
- 删除 `props` 中的版本列
* fix(Rate): adjust demo
2021-06-27 16:37:04 +08:00
nemo-shen
b7aaefebf3
feat(ConfigProvider): add config-provider component ( #4279 )
2021-06-25 17:14:08 +08:00
nemo-shen
cececba911
feat(Checkbox): add direction prop ( #4265 )
...
* feat(Checkbox): add direction prop
* docs(checkbox): update doc
2021-06-17 09:42:58 +08:00
nemo-shen
f1a8b34962
fix(share-sheet): add icons ( #4256 )
2021-06-10 09:45:46 +08:00
Yiming Pan
edf7409021
fix(uploader): fix uploader demo for beforeRead function ( #4235 )
2021-05-30 06:39:41 +08:00
表弟
7979dee465
feat(calendar): synchronize the vant calendar component, and add the attribute of custom week starting from the day of the week ( #4211 ) ( #4223 )
...
* feat(calendar): synchronize the vant calendar component, and add the attribute of custom week starting from the day of the week
* feat(calendar): supplement to the description document of calendar components
* feat(calendar): remove the validator of firstDayOfWeek attribute
2021-05-19 18:12:49 +08:00
neverland
9d1c8b2ca9
feat(Icons): migrate all icons to iconfont.cn ( #4219 )
2021-05-18 15:26:02 +08:00
rex
c0db43fc88
feat(open-type): support getUserProfile ( #4203 )
...
* chore(open-type): merge open type mixin into button mixin
* chore(button): shorten open type method names
* feat(open-type): support getUserProfile
2021-05-11 15:24:04 +08:00
nemo-shen
1292b7cfd5
fix(Rate): support touch move and selected half star ( #4195 )
2021-05-08 09:38:03 +08:00
dengrongyao
d82b491d29
docs: 更新组件名称
2021-04-12 20:38:36 +08:00
rex
c5b4858214
feat(stepper): add new prop theme & add new slot ( #4049 )
...
fix #3417
2021-02-19 14:29:00 +08:00
rex
079b344ff1
feat(radio): add new prop direction ( #4007 )
...
fix #3780
2021-01-26 17:53:46 +08:00
rex
2f7d66a14f
perf(col): use wxs ( #3886 )
2020-12-22 20:23:34 +08:00
chaselen
6b1f510daa
fix(Calendar): display 'NaN/NaN/NaN' in phone device after select date ( #3833 )
2020-12-11 10:31:49 +08:00
九旬大爷的梦
f17e29309a
Update link.ts ( #3821 )
...
fix(mixins): 页面栈上限后导致的跳转失败
2020-12-08 15:25:55 +08:00
rex
ed834afc44
feat(Dialog): add new prop beforeClose ( #3815 )
...
* feat(dialog): add new prop beforeClose
* docs(dialog): update doc & example
fix #3769
* docs(dialog): fix component demo
fix #3812
2020-12-06 21:43:44 +08:00
rex
8fe599438d
fix(progress): improve pivot position ( #3808 )
...
fix #3592
2020-12-04 11:16:03 +08:00
rex
166ba61c0f
perf(icon): use wxs ( #3791 )
2020-11-29 18:24:26 +08:00
rex
101e0f463b
build(typings): use miniprogram-api-typings & update quickstart ( #3746 )
...
fix #3699
2020-11-11 11:20:31 +08:00
neverland
be16713510
feat(ActionSheet): subname vertical align ( #3726 )
...
* feat(DropdownMenu): adjust default color to @red
* feat(ActionSheet): subname vertical align
2020-11-02 19:46:59 +08:00
neverland
d6cb2b61a6
feat(DropdownMenu): adjust default color to @red ( #3725 )
2020-11-02 19:25:38 +08:00
neverland
71bd97d8c5
feat(Image): adjust icon size to 36px ( #3724 )
2020-11-02 19:19:18 +08:00
neverland
76acc72e20
feat(DropdownMenu): add box shadow ( #3723 )
2020-11-02 19:11:42 +08:00
neverland
410c21f0c7
feat(ActionSheet): adjust header style ( #3720 )
2020-11-02 17:00:59 +08:00
neverland
d088145741
fix(Tag): text vertical align in miui ( #3715 )
2020-11-02 16:29:28 +08:00
rex
225484aeae
build(tsconfig): use strict mode ( #3712 )
2020-11-02 15:25:56 +08:00
rex
36256cd28f
feat(uploader): add new key thumb & standardization file-list ( #3673 )
...
fix #3606 , fix #3661
2020-10-15 11:01:51 +08:00
chenjiahan
790144616f
Merge branch 'dev' of https://github.com/youzan/vant-weapp into dev
2020-09-17 19:53:17 +08:00
rex
6f07fe68cc
feat(share-sheet): set default z-index to 100 & add new item prop openType ( #3575 )
2020-08-30 14:24:33 +08:00
rex
8b1f28db6a
feat(tree-select): add new prop selected-icon & badge & dot ( #3565 )
...
fix #3489
2020-08-26 19:34:11 +08:00