9734 Commits

Author SHA1 Message Date
neverland
534ccd2b3a
docs(Uploader): add FAQ about camera permission (#12289) 2023-09-16 22:56:49 +08:00
xieyezi
78e4174a30
feat(Uploader): add --van-uploader-border-radius css variable (#12280)
* feat: add --van-uploader-border-radius css variables

* chore: uploader-delelte-shadow reset border-radius.

---------

Co-authored-by: xieyezi <202202409@any3.com>
Co-authored-by: xieyezi <143539829@qq.com>
2023-09-15 08:59:39 +08:00
MrXwq
fae9a236e2
docs(Picker): fix missing v-model and readonly props (#12275)
Co-authored-by: xuwenqiang <xuwenqiang@kanzhun.com>
2023-09-13 08:16:58 +08:00
luopei
9ffacac25f
feat(Calendar): add click-disabled-date event (#12274)
* feat(Calendar): add click-disabled-date event

* refactor(Calendar): refactor event name

* test(Calendar): add click-disabled-date event test

---------

Co-authored-by: 骆沛 <luopei@11.com>
2023-09-13 08:15:20 +08:00
neverland
7e55ff9514
docs(changelog): vant@4.6.8 (#12273) 2023-09-10 09:54:15 +08:00
chenjiahan
3e20c768ee release: vant v4.6.8 v4.6.8 2023-09-10 09:46:56 +08:00
neverland
1eab3cf468
fix(ConfigProvider): failed to set some basic theme vars (#12272)
* fix(ConfigProvider): failed to set some basic theme vars

* chore: add comments
2023-09-10 09:35:08 +08:00
neverland
76e27da360
chore: move axure to vant-assets repo (#12271) 2023-09-09 11:45:25 +08:00
neverland
b2bb05b2f5
docs(NavBar): add disable button demo (#12270)
* docs(NavBar): add disable button demo

* chore: fix bem
2023-09-09 10:15:44 +08:00
neverland
ba98c6d689
chore(CI): bump actions version (#12269) 2023-09-09 09:20:38 +08:00
neverland
9ce8074b1e
chore(CI): enable single-commit to reduce the repo size (#12268) 2023-09-09 09:02:03 +08:00
马铃薯头
3fa96d7f64
feat(NavBar): add leftDisabled and rightDisabled prop (#12258) 2023-09-09 08:57:38 +08:00
xieyezi
f69dd889a6
fix(ConfigProvider): ConfigProviderThemeVars fontSizeXs hump (#12267)
Co-authored-by: xieyezi <202202409@any3.com>
2023-09-09 08:56:30 +08:00
xieyezi
7c7202d0da
feat(ConfigProvider): supplement the type declaration of ConfigProviderThemeVars (#12264)
* feat: supplement the type declaration of ConfigProviderThemeVars

* feat: change to hump

* feat: change to hump

---------

Co-authored-by: xieyezi <202202409@any3.com>
2023-09-08 14:46:04 +08:00
inottn
e67d8aa0cf
feat(Cell): add css vars to customize font size of the cell value (#12260) 2023-09-07 20:42:50 +08:00
chenjiahan
874a5fc600 chore(CI): sync to gitee everyday 2023-09-04 22:31:53 +08:00
neverland
7f26716477
docs(changelog): vant@4.6.7 (#12249) 2023-09-04 22:30:21 +08:00
chenjiahan
32920ba0f2 release: vant v4.6.7 v4.6.7 2023-09-04 22:23:23 +08:00
ShuGang Zhou
f553a87037
chore(ConfigProvider): update var name and init execute the sync function twice (#12248) 2023-09-04 22:21:56 +08:00
neverland
91a92b2b06
docs(ConfigProvider): update the guide of modify CSS vars (#12246)
* docs(ConfigProvider): update the guide of modify CSS vars

* docs: update
2023-09-04 08:23:51 +08:00
MrXwq
d6d90925d0
fix(eslint): using ignorePatterns to replace .eslintignore (#12237)
Co-authored-by: xuwenqiang <xuwenqiang@kanzhun.com>
2023-09-04 07:57:38 +08:00
ShuGang Zhou
5bcd41cfef
feat(ConfigProvider): add theme-vars-scope props enable root affects (#12240)
* feat(ConfigProvider): add theme-vars-in-root props enable root affects

* feat(ConfigProvider): add theme-vars-in-root props enable root affects

* feat(ConfigProvider): add theme-vars-in-root props enable root affects
2023-09-04 07:56:21 +08:00
chenjiahan
ee2788796b release: @vant/auto-import-resolver v1.0.1 2023-09-03 09:47:55 +08:00
neverland
56b718f597
fix(auto-import-resolver): type mismatch in TS projects (#12243) 2023-09-03 09:47:29 +08:00
neverland
5ccaa836ee
docs(auto-import-resolver): add Rspack usage (#12242) 2023-09-03 09:40:26 +08:00
neverland
80f600af93
docs(auto-import-resolver): update README and folder name (#12241)
* docs(auto-import-resolver): update README and folder name

* chore: update lock

* docs: fix path
2023-09-03 09:28:13 +08:00
chenjiahan
d1538c3489 docs: update the URL of unplugin-vue-components 2023-09-03 09:10:27 +08:00
neverland
0e1874d689
docs: add Vite and Nuxt guide to quickstart (#12239) 2023-09-02 17:21:48 +08:00
wChenonly
2c17abf7f5
feat(auto-import-resolver): add auto-import-resolver package (#12227) 2023-09-02 16:48:16 +08:00
neverland
804f1fa839
test: fix canvas mock (#12226) 2023-08-27 16:34:09 +08:00
neverland
57dc768a02
chore: use workspace protocol for internal deps (#12225) 2023-08-27 16:07:22 +08:00
chenjiahan
d5781f3c2c release: @vant/use v1.6.0 2023-08-27 15:57:41 +08:00
neverland
a2aba759ae
docs: improve use-raf document (#12224) 2023-08-27 15:57:10 +08:00
Gavin
37f4500e3c
feat(Checkbox): add indeterminate status (#12216)
* feat(Checkbox): add indeterminate status

* chore: update

* chore: update test

* chore: update

* chore: update

* chore: update
2023-08-27 15:21:44 +08:00
Gavin
26fd87930b
docs: improve the menu position of back-top (#12223) 2023-08-27 15:20:47 +08:00
Simon He
f967e6c5cf
feat(vant-use): add new useRaf method (#12211)
* feat(utils): add useRaf

* docs: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update
2023-08-27 15:19:25 +08:00
chenjiahan
ad194d4c57 docs: fix codecov badge link 2023-08-20 20:01:31 +08:00
neverland
87ed409842
chore(CI): fix codecov reporter (#12210)
* chore(CI): update codecov/codecov-action to v3

* chore: use default test reporter

* chore: use text-summary

* chore: update coverage dir

* chore: switch to istanbul

* chore: use lcov

* chore: fix open:coverage path
2023-08-20 19:55:39 +08:00
neverland
694daef6ea
test: migrate test runner to vitest (#12206) 2023-08-20 18:48:09 +08:00
neverland
633e48a645
docs(changelog): vant@4.6.6 (#12209) 2023-08-20 16:31:11 +08:00
chenjiahan
acbbdb5806 release: vant v4.6.6 v4.6.6 2023-08-20 16:21:52 +08:00
BaboonKing
95ae2de992
feat(DropdownItem): supports boolean value in options (#12208) 2023-08-20 16:14:20 +08:00
ShuGang Zhou
4b52766eb6
fix(FloatingBubble): does not update status while hidden (#12207) 2023-08-20 08:56:17 +08:00
neverland
5dc2f4dcd2
refactor(cli): remove execa dependency (#12205) 2023-08-19 15:14:40 +08:00
neverland
47950a1353
chore(CI): update issue comment messages (#12204)
* chore(CI): update issue comment messages

* docs: add link

* docs: update
2023-08-19 09:24:54 +08:00
ShuGang Zhou
0ad72d6757
fix(FloatingBubble): drag should not trigger click on child elements (#12201)
* fix(FloatingBubble): Drag does not trigger click on descendant elements

* fix(FloatingBubble): Drag does not trigger click on descendant elements
2023-08-18 16:08:40 +08:00
neverland
c8e0f26bff
docs(changelog): vant@4.6.5 (#12199) 2023-08-16 18:43:07 +08:00
chenjiahan
ce3f52865d release: vant v4.6.5 v4.6.5 2023-08-16 18:25:59 +08:00
chenjiahan
b25dddf2ca Revert "fix(Dialog): improve slot exit judgment (#12189)"
This reverts commit 4994e5f524645606845a06ff9e0c5593378769f8.
2023-08-16 18:24:00 +08:00
project
4994e5f524
fix(Dialog): improve slot exit judgment (#12189) 2023-08-15 20:37:14 +08:00