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
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
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
chaselen
6b1f510daa
fix(Calendar): display 'NaN/NaN/NaN' in phone device after select date ( #3833 )
2020-12-11 10:31:49 +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
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
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
rex
940e453888
feat(sidebar): add new prop badge ( #3564 )
2020-08-26 19:33:30 +08:00
rex
13e82ea0db
feat(share-sheet): add new component ( #3559 )
2020-08-26 15:18:19 +08:00
rex
842ca1a8b8
feat(dialog): add new prop theme ( #3476 )
2020-08-04 16:02:12 +08:00
neverland
0c8c9438ee
refactor(Tag): update tag style ( #3465 )
2020-07-31 18:58:04 +08:00
neverland
deb670e285
feat(Toast): update style ( #3451 )
2020-07-29 18:14:40 +08:00
rex
ee65d6c9e5
feat(notice-bar): add new prop background & add new event close ( #3388 )
...
fix #3380
2020-07-15 00:02:40 +08:00
DFmoon
3a60055f8e
feat(Empty): add Empty component ( #3327 )
...
* feat(Empty): add Empty component
* fix: 支持传入自定义图片链接
Co-authored-by: shendongfeng <shendongfeng@youzan.com>
2020-06-30 11:43:37 +08:00
rex
c92f46756a
feat(steps): add new steps properties inactiveIcon & activeIcon ( #3315 )
...
fix #3111
2020-06-24 17:06:01 +08:00
rex
67dfb120c3
fix(nav-bar): fix style error with no left-text ( #3263 )
...
fix #3250
2020-06-09 17:59:15 +08:00
rex
29f1628c00
feat(grid): add new prop icon-size & badge ( #3236 )
...
fix #3223
2020-06-03 17:36:06 +08:00
rex
f40a5fbe97
fix(circle): fix type not work ( #3228 )
...
fix #3168
2020-06-02 21:40:34 +08:00
rex
3a37327ec1
feat(grid): add new prop direction ( #3192 )
...
fix #3180
2020-05-25 15:18:20 +08:00
chenjiahan
6e572ff313
docs(Accordion): add method document
2020-05-24 19:56:54 +08:00
Lindy
dc7e3d2453
feat(Collapse): add open、close event ( #3176 )
2020-05-24 19:39:40 +08:00
rex
0a512ebd9b
fix(goods-action-button): rerender style after link change ( #3145 )
...
fix #3138
2020-05-13 18:00:01 +08:00
rex
284dba4d20
feat(sticky): add new prop scroll-top
...
fix #3114
2020-05-07 14:50:21 +08:00