neverland
|
36dae5ae8c
|
feat(Button): add icon slot (#8783)
|
2021-05-30 20:49:21 +08:00 |
|
a298003154
|
2378076575
|
feat(List): remove unused Less var @list-icon-margin-right (#8759)
|
2021-05-25 11:16:53 +08:00 |
|
FunkyZc
|
00d42df574
|
feat(GridItem): add icon-color prop (#8753)
|
2021-05-23 15:45:59 +08:00 |
|
neverland
|
c45c6aeed2
|
docs(Form): add with field tip (#8749)
|
2021-05-23 08:55:44 +08:00 |
|
neverland
|
4c69fdba30
|
feat(ActionBarIcon): add icon-prefix prop (#8748)
|
2021-05-23 08:55:19 +08:00 |
|
neverland
|
41805992a3
|
docs(Uploader): add native attrs tip (#8746)
|
2021-05-23 08:35:22 +08:00 |
|
neverland
|
833064adbd
|
feat(Uploader): max-size prop can be a function (#8744)
* feat(Uploader): max-size prop can be a function
* chore: revert demo
* test: fix snapshot
* docs: upd
|
2021-05-22 20:30:09 +08:00 |
|
neverland
|
5b6dadc39f
|
fix(Toast): should reset duration when type or message changed (#8742)
|
2021-05-22 19:46:55 +08:00 |
|
neverland
|
aedea6e389
|
style(Toast): add transition (#8743)
|
2021-05-22 19:45:09 +08:00 |
|
neverland
|
38aeecfcb7
|
fix(List): skip check when inside an inactive tab (#8741)
|
2021-05-22 17:38:05 +08:00 |
|
nemo-shen
|
e87905c5bf
|
feat(Calendar): add show-range-prompt prop (#8739)
* feat(Calendar): add show-range-prompt prop
- show-range-prompt prop
- over-range event
* docs(Calendar): upper case
|
2021-05-22 16:47:34 +08:00 |
|
neverland
|
5c99ded59d
|
docs(Popover): add fastclick faq (#8737)
* docs(Popover): add fastclick faq
* docs: upd
|
2021-05-21 18:04:39 +08:00 |
|
wukang0718
|
92f44ea152
|
feat(Tabs): fix add scroll event target (#8734)
Co-authored-by: wukang <wukang@yuzhilin.net.cn>
|
2021-05-21 15:45:07 +08:00 |
|
chenjiahan
|
a310e9a2c3
|
chore(@vant/icons): update base64 iconfont
|
2021-05-18 15:00:42 +08:00 |
|
chenjiahan
|
3eff0ad87a
|
feat(@vant/icon): using iconfont.cn
|
2021-05-18 15:00:42 +08:00 |
|
neverland
|
db41f5ad44
|
feat(Calendar): add top-info、bottom-info slot (#8716)
|
2021-05-18 10:09:02 +08:00 |
|
neverland
|
c0fa715cf4
|
test(Popover): improve snapshot (#8713)
|
2021-05-17 10:00:12 +08:00 |
|
lengkaixin
|
908210a225
|
feat(Popover): add icon-prefix prop (#8703)
* fix: popover 增加 icon-prefix 属性
* fix: popover icon-prefix属性跑单测
Co-authored-by: 冷开俊 <lengkj@travelsky.com.cn>
|
2021-05-17 09:53:02 +08:00 |
|
nemo-shen
|
bb7dccfeec
|
test(Calendar): add test cases (#8712)
* test(Calendar): add test cases
* test(Calendar): test cases
* test(Calendar): test cases
|
2021-05-17 09:52:19 +08:00 |
|
neverland
|
d9c3050542
|
docs(Field): improve input slot description (#8710)
|
2021-05-16 15:48:30 +08:00 |
|
nemo-shen
|
e6ca3270ed
|
fix(Calendar): initial date incorrect (#8696)
* fix(Calendar): initial date incorrect
* feat(Calendar): add getToday function in utils
|
2021-05-13 09:21:15 +08:00 |
|
chenjiahan
|
3f7427b771
|
chore: fix NoticeBar snapshot
|
2021-05-11 15:52:15 +08:00 |
|
neverland
|
28a3ef7bdf
|
feat(NoticeBar): increase default speed to 60 (#8694)
|
2021-05-11 15:49:59 +08:00 |
|
BeADre
|
97ca3a73d5
|
test: fix typo (#8688)
|
2021-05-10 19:13:57 +08:00 |
|
nemo-shen
|
a69fb5f1eb
|
test(Picker): add test cases (#8664)
* test(Picker): add test cases
* test(Picker): adjust type
|
2021-05-08 09:35:44 +08:00 |
|
neverland
|
1c2d64be3e
|
types: add onClick event shim (#8665)
|
2021-05-07 09:30:34 +08:00 |
|
neverland
|
f823c8818f
|
chore: bump vue@3.0.11 (#8663)
Signed-off-by: chenjiahan <chenjiahan@youzan.com>
|
2021-05-06 20:29:35 +08:00 |
|
nemo-shen
|
15940fd4ad
|
fix(DatetimePicker): vant3 fixed incorrect value when dynamic set min/max (#8658)
|
2021-05-05 22:36:52 +08:00 |
|
nemo-shen
|
a5fedbb6ac
|
test(DatetimePicker): add test cases (#8653)
* test(DatetimePicker): add test cases
* test(DatetimePicker): adjust test cases
* test(DatetimePicker): adjust test cases
* test(DatetimePicker): update snapshot
|
2021-05-03 17:37:02 +08:00 |
|
neverland
|
02f0de8351
|
docs(Icon): remove legacy local icon usage (#8655)
|
2021-05-03 16:56:00 +08:00 |
|
neverland
|
914aafb1d8
|
types: export more types (#8652)
|
2021-05-03 09:47:56 +08:00 |
|
neverland
|
511b316074
|
docs: add tip for using global method in setup (#8647)
|
2021-05-02 11:16:14 +08:00 |
|
neverland
|
4d27e8b969
|
feat(Swipe): indicator slot add active param (#8645)
* feat(Swipe): indicator slot add active param
* docs: upd
|
2021-05-01 17:31:20 +08:00 |
|
neverland
|
40171e4d74
|
docs(Swipe): improve document (#8644)
|
2021-05-01 17:20:09 +08:00 |
|
neverland
|
c2b2e799e4
|
fix(Swipe): re-initialize when popup reopened (#8643)
|
2021-05-01 17:07:53 +08:00 |
|
neverland
|
8db718d2bd
|
fix(Tabs): setLine when popup reopened (#8642)
|
2021-05-01 16:44:02 +08:00 |
|
neverland
|
b43822562f
|
feat: add onPopupReopen (#8641)
|
2021-05-01 16:40:50 +08:00 |
|
neverland
|
161b5980eb
|
fix(SubmitBar): @submit-bar-price-font-size not work (#8639)
|
2021-04-30 21:53:23 +08:00 |
|
neverland
|
2055e3a1ee
|
feat(Steps): add icon-prefix prop (#8631)
|
2021-04-28 17:21:06 +08:00 |
|
neverland
|
e2286b0426
|
feat(Cascader): add @cascader-header-padding less var (#8626)
|
2021-04-27 21:33:09 +08:00 |
|
neverland
|
324fd08f3d
|
docs(Dialog): add jsx faq (#8624)
|
2021-04-26 20:57:08 +08:00 |
|
neverland
|
0e1609f017
|
docs: fix transition typo (#8623)
|
2021-04-26 20:48:37 +08:00 |
|
desperado
|
cee662f1d8
|
fix(Stepper): 修复 blur 事件触发异常 (#8620)
* fix(Stepper): 修复blur事件触发异常
* Update index.spec.ts
|
2021-04-26 09:57:42 +08:00 |
|
neverland
|
0dff20ee25
|
chore(Picker): fix typo in demo (#8614)
* chore(Picker): fix typo in demo
* chore: fix snapshot
|
2021-04-25 11:42:07 +08:00 |
|
nemo-shen
|
df7114701a
|
feat(Cascader): click-tab event (#8606)
* feat(Cascader): click-tab event
* chore(Cascader): adjust onClickTab use
|
2021-04-23 17:38:40 +08:00 |
|
neverland
|
f0eb0d18f0
|
fix(Tag): incorrect border color when using plain (#8601)
* fix(Tag): incorrect border color when using plain
* fix: snapshot
|
2021-04-22 19:26:19 +08:00 |
|
neverland
|
e50f6f1c19
|
docs(Rate): add more description (#8581)
|
2021-04-20 19:32:58 +08:00 |
|
neverland
|
032a512b22
|
fix(Rate): select half star correctly when clicked (#8580)
* fix(Rate): select half star correctly when clicked
* fix: failed to click
* chore: upd
|
2021-04-20 19:31:04 +08:00 |
|
neverland
|
1ba0e0c2a0
|
docs(List): add direction up faq (#8576)
|
2021-04-19 20:49:23 +08:00 |
|
neverland
|
84b45c4840
|
fix(Calendar): incorrect weekdays locale (#8570)
|
2021-04-19 17:45:03 +08:00 |
|