7596 Commits

Author SHA1 Message Date
chenjiahan
fe453dabb1 docs(changelog): 3.0.12 2021-04-05 15:18:59 +08:00
chenjiahan
4f11be5319 chore: release 3.0.12 v3.0.12 2021-04-05 15:11:32 +08:00
chenjiahan
7a9e60bcaf chore: add .husky/.gitignore back 2021-04-04 16:11:29 +08:00
chenjiahan
36aad8bdaa chore: release create-vant-cli-app@1.1.1 2021-04-04 16:07:11 +08:00
chenjiahan
d2d989d933 chore: remove .husky/.gitignore 2021-04-04 16:06:50 +08:00
chenjiahan
7c23c215d4 docs(@vant/cli): changelog v3.9.2 2021-04-04 16:05:23 +08:00
chenjiahan
57666fe3b4 chore: release @vant/cli@3.9.2 2021-04-04 16:02:44 +08:00
chenjiahan
47f7ab05b3 fix(cli): incorrect hightlight.js version 2021-04-04 16:01:44 +08:00
chenjiahan
57de1eb9d3 fix(create-vant-cli-app): missing .gitignore 2021-04-04 15:41:08 +08:00
chenjiahan
c4a23a97a4 chore: release create-vant-cli-app@1.1.0 2021-04-04 15:18:57 +08:00
chenjiahan
cdc8080253 feat(create-vant-cli-app): update vue3 template 2021-04-04 15:18:38 +08:00
chenjiahan
2d979d3977 docs(cli): update commit-lint config 2021-04-04 15:15:24 +08:00
chenjiahan
4604f4c647 docs(@vant/cli): changelog 3.9.1 2021-04-04 15:11:29 +08:00
chenjiahan
a60707e78d chore: release @vant/cli@3.9.1 2021-04-04 15:08:50 +08:00
chenjiahan
fff6b3b096 fix(cli): get gitParams from scripts 2021-04-04 15:08:12 +08:00
chenjiahan
8f0c187278 build: update husky config to v6 2021-04-04 15:02:47 +08:00
chenjiahan
1a94b41e43 chore: release @vant/cli@3.9.0 2021-04-04 08:51:54 +08:00
chenjiahan
74b7fbdf55 chore(cli): split eslintrc 2021-04-04 08:51:22 +08:00
chenjiahan
267b54c206 chore(cli): remove @types/jest 2021-04-04 08:45:11 +08:00
chenjiahan
c1ba5be45d chore(cli): remove copy-text-to-clipboard 2021-04-04 08:39:56 +08:00
chenjiahan
8013d2d49f chore(cli): remove @babel/plugin-transform-object-assign 2021-04-04 08:38:22 +08:00
chenjiahan
1dac99a26e chore(cli): bump husky@6 2021-04-04 08:36:44 +08:00
chenjiahan
9a4ae02650 chore: release @vant/markdown-loader@4.0.1 2021-04-04 08:33:16 +08:00
FunkyZc
b80f0a4e8f
fix(@vant/markdown-loader): improve highlight API (#8455) 2021-04-04 08:30:06 +08:00
neverland
84332ae68f
perf(cli): make jest tests faster (#8453) 2021-04-03 13:24:17 +08:00
neverland
380f33a614
chore: fix circular dependency (#8452) 2021-04-02 15:54:41 +08:00
chenjiahan
b1acf75151 docs(@vant/cli): changelog v3.8.0 2021-04-02 15:17:07 +08:00
chenjiahan
fcd12c42e6 chore: release @vant/cli@3.8.0 2021-04-02 15:11:35 +08:00
chenjiahan
7d590b7fa7 chore: release @vant/markdown-vetur@2.1.0 2021-04-02 15:06:43 +08:00
neverland
98b05eab66
fix(markdown-vetur): extract component name from table title (#8450) 2021-04-02 15:03:37 +08:00
neverland
fb36845d60
test(TreeSelect): update test cases (#8449) 2021-04-02 10:39:25 +08:00
neverland
74e19f55d1
chore: adjust some code (#8446) 2021-04-02 10:19:33 +08:00
neverland
65185069bf
feat(CollapseItem): add readonly prop (#8445) 2021-04-01 20:41:56 +08:00
neverland
b594ab1192
test(Sticky): typing (#8444) 2021-04-01 16:04:39 +08:00
neverland
aab3646972
test(ImagePreview): fix snapshot (#8443) 2021-04-01 10:32:34 +08:00
neverland
96ae24496e
feat(Search): add error-message prop (#8442) 2021-04-01 10:19:50 +08:00
neverland
522ce16159
feat(Search): add formatter、format-trigger prop (#8441) 2021-04-01 10:04:55 +08:00
neverland
d1196f885d
docs(Field): improve formatter prop typing (#8440) 2021-04-01 09:56:41 +08:00
neverland
10d2517581
feat(Search): add clear-icon prop (#8439) 2021-04-01 09:53:54 +08:00
neverland
2a065f85ef
feat(Field): add clear-icon prop (#8438) 2021-04-01 09:51:00 +08:00
dependabot[bot]
d51db70789
chore(deps): bump y18n from 4.0.0 to 4.0.1 (#8436)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-31 08:59:23 +08:00
nemo-shen
5eeaa2dd9b
test(DropdownMenu): test cases (#8425)
* test(DropdownMenu): test cases

* test(DropdownMenu): test cases

Co-authored-by: nemo-shen <1034131477@qq.com>
2021-03-30 16:37:05 +08:00
chenjiahan
c761f04f10 Merge branch 'dev' of https://github.com/youzan/vant into dev 2021-03-30 10:16:58 +08:00
dependabot[bot]
8f7a308e12
chore(deps): bump y18n in /packages/vant-markdown-loader (#8432)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-30 10:16:31 +08:00
dependabot[bot]
55a5cc763e
chore(deps): bump y18n from 4.0.0 to 4.0.1 in /packages/vant-cli (#8431)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-30 10:16:03 +08:00
dependabot[bot]
f90d2bdfae
chore(deps): bump y18n from 3.2.1 to 3.2.2 in /packages/vant-icons (#8430)
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-30 10:15:43 +08:00
chenjiahan
ccf9aa36af docs(changelog): 3.0.11 2021-03-30 10:14:01 +08:00
chenjiahan
87e7662e12 chore: release 3.0.11 v3.0.11 2021-03-30 10:06:44 +08:00
neverland
a3c9111130
docs(DatetimePicke): update demo (#8427) 2021-03-29 19:42:55 +08:00
neverland
62eda87c99
chore: split function call (#8424) 2021-03-29 17:47:24 +08:00