8435 Commits

Author SHA1 Message Date
neverland
a9ce9096e4
fix(@vant/use): allow to call useWindowSize outside setup (#9834) 2021-11-11 16:54:04 +08:00
chenjiahan
79146db9d5 chore(Lazyload): reuse some utils 2021-11-11 14:22:34 +08:00
chenjiahan
74bc0879c4 build: using rollup-plugin-esbuild 2021-11-11 11:08:02 +08:00
chenjiahan
2bfbe5f86e chore: merge @vant/lazyload into main package 2021-11-10 17:00:02 +08:00
chenjiahan
b456459249 perf(@vant/popperjs): add sideEffects false flag 2021-11-10 15:50:23 +08:00
neverland
d65714601e
chore: unify deps version (#9829) 2021-11-10 10:34:42 +08:00
neverland
8d1d029f5d
chore(create-vant-cli-app): remove yeoman deps (#9827) 2021-11-10 09:38:09 +08:00
chenjiahan
6fc929f317 feat(@vant/area-data): esm output 2021-11-09 14:58:08 +08:00
chenjiahan
9799a9be42 docs(changelog): 3.2.8 2021-11-09 14:46:40 +08:00
chenjiahan
07df834075 release: 3.2.8 v3.2.8 2021-11-09 14:44:24 +08:00
chenjiahan
cc5c1a1e88 build: fix deploy-v3-site.yml indent 2021-11-09 14:40:38 +08:00
chenjiahan
4e59445070 chore: update labels of issue templates 2021-11-09 14:38:21 +08:00
chenjiahan
7e36dc4eb6 test(Progress): fix snapshot 2021-11-09 14:37:12 +08:00
小丑
99ed1bc457
fix(Progress): incorrect border-radius (#9826) 2021-11-09 14:35:11 +08:00
chenjiahan
bf2f5931eb chore: fix version 2021-11-09 14:33:51 +08:00
chenjiahan
661d91d7e4 chore: fix dependencies issues 2021-11-09 14:23:56 +08:00
chenjiahan
f95567ade7 types(SubmitBar): add SubmitBarTextAlign type 2021-11-09 14:23:35 +08:00
chenjiahan
ecd2fb4f13 feat(@vant/cli): add build.packageManager config 2021-11-09 10:33:19 +08:00
chenjiahan
08847af422 release: @vant/cli 4.0.0-rc.3 2021-11-09 10:26:40 +08:00
neverland
105dda07d6
feat(@vant/cli): support pnpm install (#9824) 2021-11-09 10:25:48 +08:00
neverland
8c7d301526
chore: using new issue template (#9822) 2021-11-08 17:53:45 +08:00
chenjiahan
71c51030ec chore: add .npmrc 2021-11-08 11:01:03 +08:00
chenjiahan
d492d0a123 chore: migrate npm registry 2021-11-08 11:01:03 +08:00
neverland
c34754bd62
types(PasswordInput): add PasswordInputProps type (#9820) 2021-11-06 15:49:00 +08:00
neverland
a21de07919
types(Submit): fix missing SubmitBarProps export (#9819) 2021-11-06 15:47:46 +08:00
neverland
db93b40db8
types(NavBar): fix NavBarProps spelling (#9818) 2021-11-06 15:46:30 +08:00
neverland
06d7f3fefa
chore: move to pnpm (#9817) 2021-11-06 15:39:10 +08:00
neverland
6e3ba5af63
fix(Tabs): should emit click-tab after before-change (#9805) 2021-11-04 20:57:17 +08:00
neverland
f57205f7de
docs(NoticeBar): fix color default value (#9806) 2021-11-04 20:57:05 +08:00
neverland
61ea63199a
feat(Cascader): add options-bottom slot (#9804) 2021-11-04 20:43:09 +08:00
chenjiahan
df1e6ce916 docs(changelog): 3.2.7 2021-11-04 20:21:02 +08:00
chenjiahan
610fc9a695 release: 3.2.7 v3.2.7 2021-11-04 20:17:31 +08:00
chenjiahan
4f40157057 fix(@vant/cli): release plugin not work 2021-11-04 20:16:30 +08:00
neverland
30510c01c6
types(Cell): add CellSize type (#9802) 2021-11-04 19:34:51 +08:00
neverland
7d1b57fde3
fix(Overlay): should export OverlayProps type (#9801) 2021-11-04 19:28:11 +08:00
neverland
b08a3c0a61
chore(Cell): remove slot deprecation log (#9800) 2021-11-04 19:26:28 +08:00
neverland
113323cea2
docs: add @antmjs/vantui to ecosystem (#9798) 2021-11-04 17:42:19 +08:00
neverland
1389ca34b2
chore(@vant/cli): add margin for p tag (#9790) 2021-11-04 11:24:28 +08:00
neverland
1607079f9f
style: rename some unreleased css vars (#9786) 2021-11-03 17:35:37 +08:00
neverland
ee5355df66
style(Picker): add --van-picker-mask-color css var (#9783) 2021-11-02 20:38:51 +08:00
neverland
14987857ca
chore: adjust some css vars for dark mode (#9782) 2021-11-02 19:54:00 +08:00
dependabot[bot]
541373f994
build(deps): bump @babel/preset-typescript from 7.15.0 to 7.16.0 (#9768)
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.15.0 to 7.16.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.16.0/packages/babel-preset-typescript)

---
updated-dependencies:
- dependency-name: "@babel/preset-typescript"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-02 19:09:20 +08:00
dependabot[bot]
b6132b8a3d
build(deps): bump vue-router from 4.0.11 to 4.0.12 (#9767)
Bumps [vue-router](https://github.com/vuejs/vue-router) from 4.0.11 to 4.0.12.
- [Release notes](https://github.com/vuejs/vue-router/releases)
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-router/commits)

---
updated-dependencies:
- dependency-name: vue-router
  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-11-02 19:07:30 +08:00
dependabot[bot]
6bda5f9c2d
build(deps-dev): bump vue from 3.2.19 to 3.2.20 (#9765)
Bumps [vue](https://github.com/vuejs/vue) from 3.2.19 to 3.2.20.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/commits)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:development
  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-11-02 19:07:14 +08:00
dependabot[bot]
44c9001275
build(deps): bump @babel/preset-env from 7.15.8 to 7.16.0 (#9770)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.15.8 to 7.16.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.16.0/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-02 19:06:36 +08:00
neverland
60486970bf
style(SubmitBar): adjust tip color (#9779)
* style(SubmitBar): adjust tip color

* chore: upd
2021-11-01 21:00:58 +08:00
neverland
d2416e0c99
style(Stepper): adjust haptics feedback (#9778) 2021-11-01 20:47:51 +08:00
neverland
8dd969d3f8
feat: add --van-text-color-tertiary css var (#9776) 2021-11-01 20:34:42 +08:00
neverland
c5f14d52e5
style: add van-haptics-feedback class helper (#9774) 2021-11-01 17:40:13 +08:00
dependabot[bot]
38d2dea1dc
build(deps): bump @babel/core from 7.15.8 to 7.16.0 (#9771)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.15.8 to 7.16.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.16.0/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-01 16:14:55 +08:00