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
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