6047 Commits

Author SHA1 Message Date
neverland
601277fbe8
test(ActionSheet): update snapsoht (#7126) 2020-09-07 20:37:14 +08:00
neverland
4ffa6ead1e
chore: prefer nullish coalescing (#7125) 2020-09-07 20:36:49 +08:00
neverland
c7303786ae
types: improve isDef typing (#7124)
* types: improve isDef typing

* chore: update
2020-09-07 20:16:54 +08:00
Lindy
afe4248799
fix(CouponCell): fix discounted price (#7123) 2020-09-07 20:11:47 +08:00
chenjiahan
d3a90c89fd docs(changelog): 2.10.5 2020-09-06 08:15:57 +08:00
chenjiahan
52394a625d chore: release 2.10.5 v2.10.5 2020-09-06 08:11:56 +08:00
neverland
aefec84e14
feat(Calendar): allow default-date to be null (#7116) 2020-09-05 15:22:40 +08:00
neverland
afb8ac5443
feat(Calendar): add readonly prop (#7115) 2020-09-05 15:04:16 +08:00
neverland
e7deea7195
fix(Field): disallow minus when using digit type (#7114) 2020-09-05 14:54:05 +08:00
Mikasa33
b62c0e32cf
feat(ActionSheet): add closeable prop (#7099)
* feat(ActionSheet): add closeable prop

* feat(ActionSheet): add closeable prop

* Update index.tsx

Co-authored-by: neverland <chenjiahan@youzan.com>
2020-09-05 14:36:20 +08:00
neverland
d0eb103cba
docs: remove earlier version tags (#7109) 2020-09-05 07:13:47 +08:00
chenjiahan
ac05bcd97b chore: add axure static resource 2020-09-05 07:04:40 +08:00
chenjiahan
05321cf30c docs: update axure resource 2020-09-05 07:04:40 +08:00
neverland
07f0b1b637
feat(DatetimePicker): add readonly prop (#7107) 2020-09-05 06:59:02 +08:00
neverland
da193d0b71
feat(Area): add readonly prop (#7106) 2020-09-05 06:57:05 +08:00
neverland
3cd200f7c2
feat(Picker): add readonly prop (#7105) 2020-09-05 06:50:59 +08:00
neverland
f6e3aaebec
fix(Form): should reset validation before submit (#7103) 2020-09-05 06:30:00 +08:00
neverland
d0e6bd3c16
chore(Field): remove log (#7104) 2020-09-05 06:29:27 +08:00
neverland
7c3549ad55
fix(Form): scroll to first matched field (#7102) 2020-09-05 06:18:09 +08:00
dependabot[bot]
938e274251
build(deps): bump yargs-parser in /packages/vant-markdown-loader (#7101)
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 15.0.0 to 15.0.1.
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/master/docs/CHANGELOG-full.md)
- [Commits](https://github.com/yargs/yargs-parser/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-05 06:13:21 +08:00
neverland
3de631a5a9
fix(Toast): failed to clear in some cases (#7100) 2020-09-05 06:10:43 +08:00
chenjiahan
7c8feb29ca docs(changelog): 2.10.4 2020-09-03 15:37:01 +08:00
chenjiahan
e86e669a61 chore: release 2.10.4 v2.10.4 2020-09-03 15:33:40 +08:00
chenjiahan
94e096b1be chore: bump @vant/icons@1.3.0 2020-09-03 14:38:15 +08:00
chenjiahan
56d3903d20 chore: release @vant/icons 1.3.0 2020-09-03 14:24:49 +08:00
chenjiahan
def6fb90c4 fix(Icon): calendar-o typo #7080 2020-09-03 14:11:02 +08:00
chenjiahan
ea6324234b feat(Icon): add share-o icon 2020-09-03 14:07:53 +08:00
Mikasa33
96887e0b24
docs: fix theme in dialog (#7084)
* Update README.md

theme style,can be set to `round-button`

* Update README.zh-CN.md

theme style,can be set to `round-button`
2020-09-02 20:15:35 +08:00
Victor
f8d2572354
fix(Field): fix the issue of checking empty value (#7050)
* fix(Field): fix the issue of checking empty value

* fix: field tests

* docs: remove radio-group

* docs: remove required translation key
2020-09-02 20:14:55 +08:00
neverland
438d34caf1
chore(Tab): use callInterceptor (#7082) 2020-09-02 11:57:44 +08:00
neverland
d55585314f
feat(Tabbar): add before-change prop (#7081) 2020-09-02 11:45:11 +08:00
neverland
b276fb5a78
docs: add axure resource (#7077) 2020-09-01 20:29:55 +08:00
chenjiahan
fbaebde90a docs: update cdn link version 2020-09-01 17:06:07 +08:00
neverland
dae6e2dbd4
feat(ActionSheet): add description slot (#7068) 2020-08-30 20:17:37 +08:00
chenjiahan
ad5d8f854c docs: update site link in README 2020-08-29 19:25:40 +08:00
chenjiahan
b5e4f7d2fb docs: use gitee link by default 2020-08-29 19:24:48 +08:00
neverland
d97f7f644f
docs(cli): add searchConfig guide (#7048) 2020-08-25 19:05:13 +08:00
neverland
2368c45753
docs: fix gitee search result hostname (#7047) 2020-08-25 19:01:21 +08:00
neverland
570b324de3
fix(Calendar): row-height should work on selected month (#7046) 2020-08-25 17:41:58 +08:00
chenjiahan
24ae2899b8 docs(changelog): 2.10.3 2020-08-25 17:15:39 +08:00
chenjiahan
ce94980a60 chore: release 2.10.3 v2.10.3 2020-08-25 17:13:03 +08:00
neverland
14609a3c3d
style(Toast): adjust top position (#7044) 2020-08-25 11:47:16 +08:00
偏右
65ec6d64e7
chore: add surge preview action (#7042)
https://github.com/marketplace/actions/surge-pr-preview
2020-08-25 08:10:30 +08:00
neverland
e56615af48
docs: add vant next link (#7038) 2020-08-22 16:56:16 +08:00
neverland
a0c10adbae
fix(Calendar): render error when using rem unit (#7037) 2020-08-22 16:11:08 +08:00
neverland
f89f939377
feat(Uploader): preview-cover slot add index param (#7036) 2020-08-22 15:48:24 +08:00
neverland
a78a7b6aa8
fix(Toast): failed to reopen when using get-container (#7032) 2020-08-21 20:53:21 +08:00
neverland
60ce7e048e
docs(Tag): update name (#7026) 2020-08-20 21:04:33 +08:00
neverland
ba46a15c30
docs(Tag): update demo (#7020) 2020-08-19 17:15:37 +08:00
neverland
4116bc731a
docs(ImagePreview): update demo (#7016) 2020-08-18 21:23:07 +08:00