4808 Commits

Author SHA1 Message Date
陈嘉涵
8cc09876d4 docs(Field): fix form link 2020-02-20 10:13:02 +08:00
陈嘉涵
e5097dba9f docs(Form): add data structure of Rule 2020-02-20 10:09:25 +08:00
陈嘉涵
b8c1551d8c Merge branch 'dev' of https://github.com/youzan/vant into dev 2020-02-20 10:07:06 +08:00
陈嘉涵
9b48a1b01a docs: update area data 2020-02-20 10:06:44 +08:00
dependabot[bot]
519559b76d
chore(deps): bump codecov from 3.6.4 to 3.6.5 (#5689)
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.6.4 to 3.6.5.
- [Release notes](https://github.com/codecov/codecov-node/releases)
- [Commits](https://github.com/codecov/codecov-node/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-20 09:22:12 +08:00
dependabot[bot]
21d801ca6e
chore(deps): bump codecov from 3.6.4 to 3.6.5 in /packages/vant-cli (#5690)
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.6.4 to 3.6.5.
- [Release notes](https://github.com/codecov/codecov-node/releases)
- [Commits](https://github.com/codecov/codecov-node/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-20 09:21:57 +08:00
陈嘉涵
c08db724a3 feat(Form): add validate-trigger prop 2020-02-19 17:25:30 +08:00
landluck
7154afb36f
feat(Sku): add preview-on-click-image prop (#5684) 2020-02-19 15:48:40 +08:00
陈嘉涵
02afe720c6 fix(Swipe): fix wrap problems caused by decimal width in some android devices 2020-02-18 10:43:37 +08:00
陈嘉涵
bf670797f9 docs(changelog): 2.5.1 2020-02-18 10:20:30 +08:00
陈嘉涵
69fbf12ca0 chore: release 2.5.1 v2.5.1 2020-02-18 10:11:26 +08:00
陈嘉涵
ffb0967274 fix(Calendar): add Math.floor to avoid decimal height issues (#5640) 2020-02-18 10:03:39 +08:00
陈嘉涵
a4ce9b955e fix(Swipe): incorrect width when resize in invisible state (#5678) 2020-02-18 09:18:01 +08:00
Jake
1dd61956fc
fix(Sku): initialMessages undefined error (#5676) 2020-02-17 16:20:54 +08:00
陈嘉涵
270bebcab4 docs(Sku): remove goods title 2020-02-17 15:33:38 +08:00
陈嘉涵
407b7ded43 feat(Calendar): scroll to current month after reset 2020-02-17 14:35:56 +08:00
陈嘉涵
79d2c344f9 fix(Calendar): should not check range in single mode 2020-02-17 14:33:59 +08:00
陈嘉涵
f1a5097a2e feat(Calendar): scroll to currecnt month when default-date changed (#5664) 2020-02-17 14:28:40 +08:00
陈嘉涵
3672441839 fix(Form): error-message-align prop type (#5674) 2020-02-17 14:22:01 +08:00
陈嘉涵
f13c6c57a5 chore: release 2.5.1-beta.0 v2.5.1-beta.0 2020-02-17 11:15:35 +08:00
Jake
baf9ffb611
feat(Sku): sku supports message initialization (#5668) 2020-02-17 11:12:49 +08:00
陈嘉涵
ee9396c4c3 docs: update badge style 2020-02-16 11:24:53 +08:00
陈嘉涵
b3bb48e75f docs: update CI badge 2020-02-16 11:14:23 +08:00
陈嘉涵
6958605e92 docs(DropdownItem): fix closed event name typo 2020-02-16 11:04:24 +08:00
陈嘉涵
0888f9497f docs(Field): add desktop scenerio tip 2020-02-16 10:41:17 +08:00
陈嘉涵
7d010664cb docs: add 2.5.0 version tag 2020-02-15 19:45:48 +08:00
陈嘉涵
c86d809b81 docs(changelog): 2.5.0 2020-02-15 19:39:07 +08:00
陈嘉涵
92a20fd739 chore: release 2.5.0 v2.5.0 2020-02-15 19:28:24 +08:00
陈嘉涵
6d6bdeea53 fix(Picker): change event untriggered without a transition (#5662) 2020-02-15 19:24:05 +08:00
landluck
9ff8e5635c
feat(ImagePreview): add scale event (#5658) 2020-02-14 17:21:13 +08:00
陈嘉涵
f507b99cb7 fix(Calendar): fix render issues in some devices (#5640) 2020-02-14 16:16:44 +08:00
陈嘉涵
f99147f2c7 docs(cli): changelog@2.2.4 2020-02-14 14:58:21 +08:00
陈嘉涵
b80cd1e016 chore: release @vant/cli@2.2.4 2020-02-14 14:51:17 +08:00
landluck
85a3707202
feat(ImagePreview): add closeable prop (#5654) 2020-02-14 14:47:21 +08:00
yinhui1129754
1d8e2654f5
fix(vant-cli): fix Windows system build style problems (#5655) 2020-02-14 14:37:19 +08:00
陈嘉涵
9371bc06c8 feat(Form): add colon prop 2020-02-14 12:12:44 +08:00
陈嘉涵
911b6769e4 test(Form): add test cases of all field types 2020-02-14 11:11:00 +08:00
陈嘉涵
6bbeed7dd1 test(Form): improve test coverage 2020-02-14 10:53:47 +08:00
陈嘉涵
2e927ec2e4 fix(Field): fix filter typo 2020-02-14 10:53:16 +08:00
陈嘉涵
d80bbf64dd types(Form): add type definition 2020-02-13 20:36:18 +08:00
陈嘉涵
27187a2fc4 test(Form): add test cases of validators 2020-02-13 20:22:16 +08:00
陈嘉涵
a29ddf3fad test(Form): add test cases of methods 2020-02-13 20:11:57 +08:00
陈嘉涵
2970599c27 test(Form): add test cases of props 2020-02-13 19:59:10 +08:00
陈嘉涵
4e21be94c2 test(Form): add submit、failed event test cases 2020-02-13 17:29:21 +08:00
陈嘉涵
9b50fe1887 types(SwitchCell): fix SwitchEvents 2020-02-13 16:54:17 +08:00
陈嘉涵
5d24a57fee feat(Form): input-align works for input slot 2020-02-13 16:49:30 +08:00
陈嘉涵
2afb8a79c0 feat(Form): add error-message-align prop 2020-02-13 16:34:56 +08:00
陈嘉涵
55fa975141 feat(Form): add label-width prop 2020-02-13 16:28:58 +08:00
陈嘉涵
7a9d1d7ab6 feat(Form): add input-align prop 2020-02-13 16:25:42 +08:00
陈嘉涵
2d64458776 feat(Field): improve label right padding 2020-02-13 16:02:19 +08:00