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
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
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
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
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
neverland
2b921f6123
fix(cli): should escape curly brackets in markdown ( #12188 )
2023-08-14 16:53:28 +08:00
Colin McDonnell
feba5e742f
docs: add instructions for bun package manager ( #12182 )
2023-08-14 13:18:25 +08:00
neverland
8af469602a
chore(deps): bump markdown-it v13 and commander v11 ( #12180 )
2023-08-13 19:26:35 +08:00
neverland
f691eacb24
refactor(cli): rewrite vite-plugin-md ( #12179 )
2023-08-13 19:13:11 +08:00
inottn
af986cc459
feat(DropdownMenu): add swipe-threshold prop ( #12117 )
...
* feat(DropdownMenu): add swipe-threshold prop
* docs: add prop description
* test: add test case
* docs: add demo
* test: update snapshots
2023-08-13 15:53:14 +08:00
neverland
fb1cafd105
chore(FloatingPanel): improve code style ( #12175 )
2023-08-13 08:36:57 +08:00
dh
392da16c30
fix(floatingPanel): lag caused by scrollbar and panel movement #12146 ( #12161 )
...
* fix(floatingPanel): Lag caused by scrollbar and panel movement
* fix(floatingPanel): simplify scroll position determination
2023-08-13 08:24:50 +08:00
ShuGang Zhou
e2f041fe0a
feat(FloatingBubble): use component attrs ( #12171 )
...
* feat(FloatingBubble): use component attrs
* feat(FloatingBubble): use component attrs
2023-08-12 20:57:59 +08:00
loong.woo
44d767e64f
types(Toast): add ToastWrapperInstance
export ( #12166 )
...
* types(Toast): add `ToastWrapperInstance` export.
* docs(Toast): add `ToastWrapperInstance` type export.
2023-08-10 17:06:40 +08:00
inottn
1c40cf2e2a
chore(FloatingPanel): change the default value of lock-scroll to false ( #12162 )
2023-08-10 15:37:13 +08:00
neverland
f6956197e4
docs(changelog): vant@4.6.4 ( #12159 )
2023-08-06 21:34:30 +08:00
neverland
c2bef6cdf0
chore: add script to format GitHub changelog ( #12158 )
2023-08-06 21:33:41 +08:00
chenjiahan
1f12af7e83
release: vant v4.6.4
2023-08-06 20:59:59 +08:00
inottn
b543c22c8b
feat(FloatingPanel): add lock-scroll prop ( #12157 )
...
* feat(FloatingPanel): add lockScroll prop
* docs: improve description
2023-08-06 20:56:41 +08:00
neverland
cfa33c2fa1
chore(eslint-config): bump dependencies ( #12155 )
2023-08-06 10:53:59 +08:00
neverland
6a56908438
feat(List): add scroller prop ( #12154 )
2023-08-06 10:44:50 +08:00
neverland
d988df7ba5
feat(ImagePreview): add closeOnClickOverlay option ( #12153 )
2023-08-05 22:45:36 +08:00
Gavin
afeef70429
docs(Radio): add document description for the css var '--van-radio-dot-size' ( #12152 )
...
* docs(Radio): add document description for the css var '--van-radio-dot-size'
* chore: update
* Update README.md
---------
Co-authored-by: neverland <jait.chen@foxmail.com>
2023-08-05 22:45:28 +08:00
neverland
86d17359a3
chore: add Serbian to doc and rename the file ( #12150 )
2023-08-04 21:25:25 +08:00
RogerZXY
0a490c4777
feat(Locale): add Serbian language to internationalization ( #12145 )
2023-08-04 21:19:20 +08:00
neverland
cac08f88e8
refactor(cli): use GitHub changelog instead of conventional-changelog ( #12139 )
...
* refactor(cli): use GitHub changelog instead of conventional-changelog
* chore: revert lock file
2023-07-31 21:48:11 +08:00
neverland
8b3ee8723b
chore(TextEllipsis): reuse actionText variable ( #12138 )
2023-07-31 21:39:20 +08:00
inottn
c95d59e303
fix(TextEllipsis): fix the logic of calculating the position of ellipsis ( #12137 )
2023-07-31 21:34:41 +08:00
chenjiahan
0c9545860a
release: vant v4.6.4-beta.2
2023-07-30 12:57:09 +08:00
neverland
b6d35cd268
feat(cli): support gitTag option for release command ( #12134 )
...
* feat(cli): support gitTag option for release command
* chore: exclude temp file
* release: vant v4.6.4-beta.1
2023-07-30 11:50:56 +08:00