922 Commits

Author SHA1 Message Date
chenjiahan
0dfb594bd5 chore(@vant/cli): fix vue-router async component warning 2021-09-08 17:23:47 +08:00
chenjiahan
e20b05e10b perf(@vant/cli): reduce small CSS files 2021-09-08 17:23:47 +08:00
dependabot[bot]
4491b5451d
build(deps): bump vite from 2.5.4 to 2.5.5 (#9415)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.5.4 to 2.5.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.5.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-08 17:16:19 +08:00
chenjiahan
89a801b3d7 fix: failed to register cli bin 2021-09-07 20:55:00 +08:00
chenjiahan
fd38bbd17b chore: bump deps 2021-09-07 20:50:35 +08:00
chenjiahan
b7ee642fa7 chore: add more packages to workspace 2021-09-07 20:50:35 +08:00
chenjiahan
fad3c9301d chore: enable workspaces 2021-09-07 20:50:35 +08:00
chenjiahan
a2f4ceaace feat(@vant/cli): add site.htmlMeta option 2021-09-07 20:50:35 +08:00
chenjiahan
2b7ad935ab fix(@vant/cli): failed to run lint command 2021-09-07 20:50:35 +08:00
chenjiahan
5a395c27c1 chore(@vant/cli): remove TildeResolver 2021-09-07 20:50:35 +08:00
chenjiahan
032737ba06 chore: hoist @vant/cli to root 2021-09-07 20:50:29 +08:00
chenjiahan
f0cc727c6a chore(@vant/cli): remove sass 2021-09-07 14:19:44 +08:00
chenjiahan
cb0fb5a9e0 chore(@vant/cli): remove build --watch option 2021-09-07 14:15:45 +08:00
chenjiahan
2dd7e853d6 feat(@vant/cli): using vite to build site 2021-09-07 11:59:12 +08:00
chenjiahan
a9b4f88860 chore(@vant/cli): remove webpack related deps 2021-09-07 10:57:11 +08:00
chenjiahan
a2b942be8c feat: add vite-plugin-html to modify template 2021-09-06 20:54:59 +08:00
chenjiahan
ee1ee0fe29 test: fix jest failure 2021-09-05 16:33:28 +08:00
chenjiahan
911d0669de refactor(@vant/cli): remove component auto registration 2021-09-05 16:14:22 +08:00
chenjiahan
b4be171028 perf: dynamic import demo file 2021-09-05 15:55:08 +08:00
chenjiahan
f7f5c6e9b5 chore: remove @demo alias 2021-09-05 12:49:04 +08:00
chenjiahan
f144a6e2cd perf: dynamic import markdown file 2021-09-05 12:39:35 +08:00
chenjiahan
e307bfc627 feat: create dev server for desktop site 2021-09-05 12:31:32 +08:00
chenjiahan
b7adc8c199 feat(@vant/cli): using vite to build packages 2021-09-04 17:11:47 +08:00
neverland
c904b3c78d
build: move .browserslistrc to top level (#9396) 2021-09-03 17:34:42 +08:00
neverland
152b220d55
feat(NumberKeyboard): add van-number-keyboard-key-background-color css var (#9303) 2021-08-22 15:49:24 +08:00
neverland
5966584a92
chore(@vant/cli): bump commander v8 and other deps (#9302) 2021-08-21 13:56:28 +08:00
neverland
82d4a512b3
chore(@vant/cli): postcss 8、husky 7、lint-staged 11 (#9301) 2021-08-21 11:27:01 +08:00
neverland
614bc28e61
chore(@vant/cli): bump all css related loaders (#9295) 2021-08-20 10:42:43 +08:00
neverland
816790a875
chore(@vant/cli): bump jest v27 (#9293) 2021-08-20 10:15:17 +08:00
neverland
c67127541e
feat(cli): bump webpack-dev-server v4 (#9292)
* feat(cli): bump webpack-dev-server v4

* fix: deps
2021-08-19 20:18:37 +08:00
neverland
b41ed5a130
feat(@vant/cli): increase chagnelog releaseCount (#9290) 2021-08-19 19:07:47 +08:00
dependabot[bot]
010238b63c
build(deps): bump path-parse from 1.0.6 to 1.0.7 in /packages/vant-cli (#9230)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 10:01:24 +08:00
dependabot[bot]
22b54b4776
build(deps): bump url-parse from 1.5.1 to 1.5.3 in /packages/vant-cli (#9233)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 09:59:44 +08:00
neverland
9e55e28a43
fix(eslint-config): remove prettier extends (#9222) 2021-08-10 10:32:13 +08:00
neverland
eaa9bf3680
feat(Popup): add before-close prop (#9067) 2021-07-19 15:41:47 +08:00
chenjiahan
88c75970ad docs(changelog): 3.11.2 2021-07-15 17:10:18 +08:00
chenjiahan
e2bc1c04df release: @vant/cli 3.11.2 2021-07-15 17:09:21 +08:00
Jake
0b04522105
feat(vant-cli): support jest options (#9039) 2021-07-15 17:07:22 +08:00
chenjiahan
44f4ba89e1 docs(cli): changelog 3.11.1 2021-07-08 09:58:44 +08:00
chenjiahan
eb83e84a3c chore: release @vant/cli@3.11.1 2021-07-08 09:55:16 +08:00
neverland
05019d7ce0
chore(cli): adjust release commit message (#8993) 2021-07-08 09:54:31 +08:00
neverland
2a6ca48197
feat(cli): support release commit type (#8957) 2021-06-30 14:32:15 +08:00
chenjiahan
8354877428 docs(changelog): 3.11.0 2021-06-25 17:05:08 +08:00
chenjiahan
c611952c14 chore: release @vant/cli@3.11.0 2021-06-25 17:04:14 +08:00
zoy-l
384ee56f13
feat(cli): add convention static directory (#8929)
* fix: #8890 sfc compile error

* chore(vant-cli): add convention static directory

* chore(vant-cli): another way to deal with static resources
2021-06-25 17:02:55 +08:00
chenjiahan
20aa0aef7e docs(@vant/cli): changelog 3.10.9 2021-06-24 09:56:08 +08:00
chenjiahan
78ced10be2 chore: release @vant/cli@3.10.9 2021-06-24 09:54:50 +08:00
neverland
fa2d71fcb6
fix(cli): downgrade prettier version (#8920)
* fix(cli): downgrade prettier version

* chore: upd yarn.lock
2021-06-24 09:53:36 +08:00
chenjiahan
e3b7411185 docs(changelog): 3.10.8 2021-06-23 16:44:45 +08:00
chenjiahan
e70e85279b chore: release @vant/cli@3.10.8 2021-06-23 16:42:14 +08:00