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
dependabot[bot]
c7a6c13a25
build(deps): bump autoprefixer from 10.3.7 to 10.4.0 ( #9766 )
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.3.7 to 10.4.0.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.3.7...10.4.0 )
---
updated-dependencies:
- dependency-name: autoprefixer
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:13:47 +08:00
neverland
e8580c0885
feat(Coupon): add --van-coupon-content-text-color css var ( #9760 )
...
* feat(Coupon): add --van-coupon-content-text-color css var
* chore: upd
2021-10-31 19:51:30 +08:00
neverland
85a636dfbc
feat: add --van-text-color-secondary css var ( #9759 )
...
* feat: add --van-text-color-secondary css var
* chore: upd
2021-10-31 19:47:17 +08:00
neverland
3400c33450
chore: adjust some css vars ( #9758 )
2021-10-30 20:45:07 +08:00
neverland
5d85f9ca9e
chore(Cascader): fix some issues ( #9756 )
2021-10-30 20:14:51 +08:00
lihai
94539d8f74
feat(Cascader): add options-top slot ( #9732 )
...
* feat(Cascader): add option-top slot
* refactor: use watch to listen for activeTab
* test(Cascader): Add the options-top slot test
* docs(Cascader): update the document
完成新功能https://github.com/youzan/vant/issues/9716
* chore(Cascader): api modification
2021-10-30 19:53:06 +08:00
neverland
33d777d6b2
style: component background color using --van-background-color-light ( #9754 )
2021-10-29 17:54:16 +08:00
neverland
8db19b76c2
style(Card): adjust background color to gray-1 ( #9753 )
2021-10-29 17:03:32 +08:00
neverland
b6603a4804
docs: fix broken demo url ( #9752 )
2021-10-29 16:39:45 +08:00
neverland
1c630fb87b
style: --van-border-color should affect hairline ( #9751 )
2021-10-29 16:35:28 +08:00
neverland
112215a74d
test(Tabs): migrate all test cases ( #9749 )
2021-10-29 11:24:40 +08:00
chenjiahan
8d9bc34a60
feat(@vant/cli): vant config become esm
2021-10-28 20:09:00 +08:00
chenjiahan
3773cac74b
chore(@vant/cli): bump eslint v8 and other deps
2021-10-28 20:09:00 +08:00
chenjiahan
08681d063a
chore: bump vite-plugin-md@0.11.4
2021-10-28 20:09:00 +08:00
chenjiahan
1b45f38133
refactor(@vant/cli): migrate to ESM package
2021-10-28 20:09:00 +08:00
chenjiahan
eec2ac4c0f
release: @vant/cli 4.0.0-rc.2
2021-10-27 16:19:32 +08:00
neverland
8585842712
feat(@vant/cli): support custom vite config ( #9738 )
2021-10-27 14:46:37 +08:00
neverland
4778b07d40
test(Form): migrate props test cases ( #9734 )
2021-10-27 10:39:43 +08:00
enpitsulin
bfc5b16c6d
fix(cli): 错误的直接引入less文件 ( #9725 )
2021-10-26 21:09:34 +08:00
neverland
f6c70a9a49
types: reduce any ( #9731 )
2021-10-26 21:08:33 +08:00
neverland
8a97278cda
docs: update features ( #9727 )
2021-10-26 16:36:16 +08:00
neverland
ddc0e09b69
chore: using Event constructor instead of initEvent ( #9723 )
...
* chore: using Event constructor instead of initEvent
* types: fix onChange
2021-10-26 10:56:11 +08:00
neverland
ca1aa1a7b1
types: export all props type ( #9717 )
2021-10-25 20:36:23 +08:00
neverland
74a136f90e
fix(Field): adjust textarea size when focus/blur ( #9719 )
2021-10-24 17:50:18 +08:00
chenjiahan
789e352726
docs(changelog): 3.2.6
2021-10-24 12:28:07 +08:00
chenjiahan
a01f47e952
release: 3.2.6
v3.2.6
2021-10-24 12:23:10 +08:00
neverland
b558db3093
feat(Progress): add --van-progress-inactive-color var ( #9711 )
...
* feat(Progress): add --van-progress-inactive-color var
* fix: doc
2021-10-22 15:27:00 +08:00
neverland
b07f733efb
docs: improve useCustomFieldValue demo ( #9709 )
2021-10-22 10:21:12 +08:00
neverland
137be6d79e
docs(NavBar): improve demo ( #9708 )
2021-10-21 20:59:13 +08:00
neverland
850aedd864
fix(@vant/cli): should configure cssTarget ( #9707 )
2021-10-21 17:54:51 +08:00
neverland
881f742818
test(Form): migrate more legacy test cases ( #9704 )
2021-10-20 17:44:05 +08:00
neverland
330084d7f7
test(Form): migrate some legacy test cases ( #9696 )
2021-10-19 10:21:13 +08:00
neverland
8bb10e4417
test: fix some commented out test cases ( #9691 )
...
* test: fix some commented out test cases
* fix: remove log
2021-10-18 17:54:54 +08:00
neverland
3a904af565
feat(Calendar): add confirm-text slot ( #9689 )
2021-10-17 17:19:08 +08:00
Mario34
f4e7f90dba
style(Badge): style issues when the dot option is turned on ( #9686 ) ( #9687 )
2021-10-16 19:47:02 +08:00
chenjiahan
f3d75c8660
release: @vant/cli 4.0.0-rc.1
2021-10-15 17:53:54 +08:00
neverland
ab1543cf3a
types(Cascader): add CascaderProps type ( #9684 )
2021-10-15 17:53:04 +08:00
BaboonKing
843fd4f2a3
docs(DropdownMenu): fix example source code error ( #9682 )
2021-10-15 17:50:45 +08:00
neverland
2ec219ea85
style: css vars support gradient background color ( #9678 )
2021-10-15 10:27:03 +08:00
neverland
d4fe6cd44e
build: add compressed-size github action ( #9677 )
...
* build: add compressed-size github action
* fix: invalid with
* fix: add GITHUB_TOKEN
2021-10-15 10:06:26 +08:00
neverland
6799189f57
chore: improve compiled jsx code of default slot ( #9676 )
...
* chore: improve compiled jsx code of default slot
* fix: teleport not support v-slots
2021-10-14 19:00:39 +08:00
neverland
7eb9344446
feat(@vant/cli): generate type declaration for sfc ( #9675 )
2021-10-14 14:44:21 +08:00
neverland
66cf1dabba
chore: adjust callInterceptor params ( #9674 )
...
* chore: adjust callInterceptor params
* chore: upd
2021-10-14 10:21:09 +08:00
neverland
2bd6bc48c2
perf(Empty): minify empty icon ( #9673 )
2021-10-13 18:06:08 +08:00
neverland
09f9fa31e8
feat(AddressEdit): remove confirm delete dialog ( #9671 )
...
* feat(AddressEdit): remove confirm delete dialog
* test: update test case
2021-10-13 10:11:02 +08:00
chenjiahan
b79e59ccef
release: @vant/cli 4.0.0-rc.0
2021-10-13 09:44:07 +08:00
neverland
477017a4ba
chore: optimize some code ( #9669 )
2021-10-12 20:41:45 +08:00