2085 Commits

Author SHA1 Message Date
neverland
15d8f8fad9
docs(Locale): add German to CN README (#7248) 2020-09-26 14:22:55 +08:00
Tom Hare
ef44482883
feat(Locale): Add German translations (#7245) 2020-09-26 11:52:06 +08:00
neverland
68d47fe16a
perf(Tab): skip rendering empty pane (#7238) 2020-09-23 18:00:26 +08:00
neverland
17099d3ac1
fix(Button): incorrect ref in for (#7237) 2020-09-23 17:42:24 +08:00
JSparow
106114333b
feat(Pagination): pagination item custom render (#7222)
* feat(Pagination): pagination item custom render

* fix(Pagination): fix test result

* fix(Pagination): expose page object directly
2020-09-22 19:10:43 +08:00
chenjiahan
43da00b724 docs(changelog): 2.10.8 2020-09-21 21:36:15 +08:00
JSparow
e201bc55ee
feat(SidebarItem): add title slot (#7220) 2020-09-21 21:29:09 +08:00
neverland
f609c224b1
docs(Tab): title slot can be dynamic (#7213) 2020-09-20 10:13:05 +08:00
neverland
17bd32491f
chore(FIeld): remove unused code (#7212) 2020-09-20 10:12:55 +08:00
neverland
d9e24286d2
fix(Swipe): can't disable loop in some cases (#7208) 2020-09-18 21:53:50 +08:00
neverland
deeff0bdec
fix(Swipe): incorrect indicator color trantision (#7207) 2020-09-18 21:49:54 +08:00
neverland
4528c6b9cc
fix(Calendar): incorrect month title (#7205)
* fix(Calendar): incorrect month title

* chore: adjust util order

* fix: snapshot
2020-09-18 21:38:27 +08:00
neverland
e3d6328815
fix(Field): incorrect disabled color in iOS 14 (#7206)
* fix(Field): incorrect disabled color in iOS 14

* fix: field style
2020-09-18 21:30:16 +08:00
neverland
ffb01671a1
fix(List): scoped style not applied to first child (#7202) 2020-09-18 16:29:35 +08:00
Lindy
e026a5614d
fix(CouponCell): discounted value (#7196)
* fix(CouponCell): discounted value

* feat(CouponCell): add unit test

* feat(CouponCell): add unit test
2020-09-18 11:29:34 +08:00
microJ
d541724bfc
docs: fix class name (#7200) 2020-09-18 11:28:34 +08:00
chenjiahan
adccdbcb21 docs(Slider): update demo 2020-09-17 11:37:30 +08:00
neverland
38bde2a01f
fix(NumberKeyboard): slot content click event not work (#7193) 2020-09-17 11:18:02 +08:00
neverland
9896d1f49a
style(Field): adjust placeholder color to gray-6 (#7192) 2020-09-17 11:01:40 +08:00
neverland
5debc352ff
style(Dialog): add message min-height (#7191) 2020-09-17 10:58:40 +08:00
neverland
35f7e818e2
fix(Calendar): incorrect height when using rem (#7190)
* fix(Calendar): incorrect height when using rem

* fix: realRowHeight default value
2020-09-16 21:07:11 +08:00
neverland
49e92757cb
docs(Form): fix missing onSubmit validate-trigger (#7180) 2020-09-14 12:00:27 +08:00
被雨水过滤的空气
9b32a13bef
feat(2.x/slider): add dual thumb mode for slider (#7176)
* feat(slider): add dual thumb mode for slider

* fix: test error
2020-09-14 06:49:30 +08:00
neverland
2c38469591
feat(Button): add icon-position prop (#7174) 2020-09-12 20:53:51 +08:00
neverland
60ce34d4a7
fix(NoticeBar): fix cache issues with forwards and back history in safari (#7167) 2020-09-12 08:28:47 +08:00
Callum
61106313dc
feat(TabbarItem): add @tabbar-item-active-background-color less var (#7162)
* Update var.less

* Update index.less
2020-09-11 23:11:14 +08:00
neverland
c77033dfbc
fix(Tag): text vertical align in miui (#7151)
* fix(Tag): text vertical align in miui

* chore: adjust font order
2020-09-10 17:32:54 +08:00
neverland
259dca7de1
fix(NumberKeyboard): incorrect extra key (#7150)
* fix(NumberKeyboard): incorrect extra key

* test(NumberKeyboard): add extra-key test case
2020-09-10 17:09:37 +08:00
neverland
14b2f343e2
fix(Tabs): incorrect scroll position when offset-top has unit (#7143) 2020-09-09 18:00:15 +08:00
neverland
3dddeaa7a3
fix(ImagePreview): incorrect move range in some cases (#7142)
* fix(ImagePreview): incorrect move range in some cases

* chore: remove inBrowser

* test(ImagePreview): fix failed case
2020-09-09 17:59:59 +08:00
neverland
432c32a3c6
fix(List): scoped style not applied to first child (#7128) 2020-09-07 20:57:42 +08:00
neverland
bc59e6ea5d
fix(Calendar): readonly not work in multiple mode (#7127) 2020-09-07 20:53:26 +08:00
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
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
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
neverland
3de631a5a9
fix(Toast): failed to clear in some cases (#7100) 2020-09-05 06:10:43 +08:00
chenjiahan
94e096b1be chore: bump @vant/icons@1.3.0 2020-09-03 14:38:15 +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