chenjiahan
|
bc468d7219
|
release: 3.6.12
v3.6.12
|
2023-07-20 20:52:00 +08:00 |
|
跃跃
|
1e585b5ce0
|
fix(Uploader): render objectUrl to avoid perf issue (#12106)
|
2023-07-20 20:50:03 +08:00 |
|
Gavin
|
f56634c4a5
|
docs(DatetimePicker): fix docs code (#11750)
|
2023-04-13 17:39:25 +08:00 |
|
chenxueli
|
c88f457e84
|
feat(Uploader): support avif image format (#11655)
|
2023-03-09 09:31:56 +08:00 |
|
neverland
|
e6fd665707
|
docs(changelog): vant@3.6.11 (#11417)
|
2022-12-25 20:39:51 +08:00 |
|
chenjiahan
|
dbf3fe5f8b
|
release: 3.6.11
v3.6.11
|
2022-12-25 20:37:33 +08:00 |
|
wnx
|
5a1188c468
|
fix(Field): incorrect cursor position when value length exceeds maxlength or when formatter is used (#11360)
|
2022-12-18 10:29:30 +08:00 |
|
neverland
|
7abb6bd6f9
|
docs(changelog): 3.6.10 (#11352)
|
2022-12-03 20:27:33 +08:00 |
|
chenjiahan
|
9e53bd5f89
|
release: 3.6.10
v3.6.10
|
2022-12-03 20:26:05 +08:00 |
|
neverland
|
b27a3cedfe
|
fix(Field): incorrect cursor position when using formatter (#11348)
|
2022-12-02 19:18:18 +08:00 |
|
neverland
|
74d77a6c12
|
docs(changelog): vant@3.6.9 (#11340)
|
2022-12-01 17:53:14 +08:00 |
|
chenjiahan
|
e172db192a
|
release: 3.6.9
v3.6.9
|
2022-12-01 17:51:24 +08:00 |
|
Mikasa33
|
26b442b517
|
docs(Dialog): fix the min version of footer slot (#11336)
|
2022-12-01 12:47:44 +08:00 |
|
neverland
|
32b5d39f7b
|
fix(Field): set selection range only when focused (#11333)
|
2022-11-30 21:37:31 +08:00 |
|
Gavin
|
882ca4db4e
|
docs: fix Chinese change log (#11320)
|
2022-11-27 22:37:02 +08:00 |
|
neverland
|
af2d52f359
|
docs: add maintenance status table (#11315)
|
2022-11-26 22:51:11 +08:00 |
|
chenjiahan
|
c8270a1059
|
docs: fix publicPath
|
2022-11-26 22:15:38 +08:00 |
|
chenjiahan
|
b4339fd6f0
|
chore: adjust site target-folder
|
2022-11-26 22:13:37 +08:00 |
|
neverland
|
3012e7c705
|
docs(changelog): vant@3.6.8 (#11314)
|
2022-11-26 22:11:42 +08:00 |
|
chenjiahan
|
e9203517ee
|
release: 3.6.8
v3.6.8
|
2022-11-26 22:09:47 +08:00 |
|
chenjiahan
|
73469bf240
|
chore: fix release npm tag
|
2022-11-26 22:08:29 +08:00 |
|
chenjiahan
|
4713238b00
|
release: 3.6.7
v3.6.7
|
2022-11-26 22:05:48 +08:00 |
|
neverland
|
11cc1a4932
|
chore: switch vant@3 npm tag to latest-v3 (#11313)
* chore: switch vant@3 npm tag to latest-v3
* chore: adjust deploy site
|
2022-11-26 22:04:46 +08:00 |
|
neverland
|
521748a5f8
|
fix(Field): keep selection position after updating value (#11308)
|
2022-11-26 20:18:16 +08:00 |
|
neverland
|
41cf5706fd
|
docs(changelog): vant@3.6.6 (#11283)
|
2022-11-23 09:35:11 +08:00 |
|
chenjiahan
|
1f3711236d
|
release: 3.6.6
v3.6.6
|
2022-11-23 09:32:38 +08:00 |
|
Tsdy
|
e18a3d49ce
|
fix(Cell): arrow-direction assignment right is invalid (#11279)
|
2022-11-21 10:22:20 +08:00 |
|
neverland
|
772875535f
|
fix(NumberKeyboard): should inherit attrs when using teleport (#11274)
|
2022-11-19 18:52:36 +08:00 |
|
neverland
|
ccc0649cba
|
fix(List): incorrect initial loading value (#11275)
|
2022-11-19 18:52:26 +08:00 |
|
neverland
|
44281be985
|
docs(changelog): vant@3.6.5 (#11232)
|
2022-11-08 10:46:58 +08:00 |
|
chenjiahan
|
78d6bcc939
|
release: 3.6.5
v3.6.5
|
2022-11-08 10:43:14 +08:00 |
|
若川
|
711f9cc852
|
fix(lazyload): lazy-image h is not a function (#11230)
in vue 3.x h is not function. this.$slots.default is a function.
[vue 3.x refs render-function-api-change](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0008-render-function-api-change.md)
[vue 3.x docs h](https://cn.vuejs.org/api/render-function.html#h)
- reappear
- test
```vue
// vant/packages/vant/src/lazyload/demo/index.vue
<script lang="ts">
import Lazyload from '..';
if (window.app) {
window.app.use(Lazyload, { lazyComponent: true, lazyImage: true });
}
</script>
<template>
<demo-block :title="t('basicUsage')">
<lazy-image v-for="img in imageList" :key="img" :src="img">
</lazy-image>
</demo-block>
</teamplate>
```
|
2022-11-08 10:14:49 +08:00 |
|
neverland
|
97d2badd45
|
docs(ImagePreview): improve document (#11137)
|
2022-10-15 22:58:45 +08:00 |
|
uniquker
|
7d48159e65
|
feat(ImagePreview): add preview image slot (#11133)
|
2022-10-15 20:51:49 +08:00 |
|
neverland
|
685351799e
|
docs(TreeSelect): make document consistent with demo (#11136)
|
2022-10-15 20:50:26 +08:00 |
|
neverland
|
f595d41b3b
|
docs(changelog): @vant/cli v3.6.4 (#11124)
|
2022-10-07 23:30:54 +08:00 |
|
chenjiahan
|
c20a51c07d
|
release: 3.6.4
v3.6.4
|
2022-10-07 23:26:39 +08:00 |
|
neverland
|
d88c04cae4
|
fix(Tabs): incorrect nav scroll animation in some cases (#11116)
* fix(Tabs): incorrect nav scroll animation in some cases
* chore: fix snapshot
|
2022-10-06 16:23:46 +08:00 |
|
neverland
|
8f12b6c715
|
fix(Tabs): scroll position when using nav-bottom slot (#11115)
|
2022-10-06 16:07:34 +08:00 |
|
neverland
|
46c1ce3ae3
|
docs: add faq of uni-app (#11114)
|
2022-10-05 09:28:55 +08:00 |
|
neverland
|
a0d07a373b
|
perf(cli): code split documents (#11111)
|
2022-10-04 08:55:58 +08:00 |
|
neverland
|
a2d1280044
|
docs: fix website redirect (#11097)
|
2022-09-28 21:54:15 +08:00 |
|
neverland
|
c6baa88461
|
docs(changelog): vant@3.6.3 (#11086)
|
2022-09-24 23:05:54 +08:00 |
|
chenjiahan
|
808ae4a076
|
release: 3.6.3
v3.6.3
|
2022-09-24 23:02:18 +08:00 |
|
neverland
|
8444c6f2f0
|
fix(Tabs): incorrect scroll position in some cases (#11085)
|
2022-09-24 22:59:47 +08:00 |
|
chenjiahan
|
3d41ac66a1
|
chore: update deploy v3 site
|
2022-09-24 20:37:22 +08:00 |
|
neverland
|
41cfae4aa6
|
fix(Tabs): incorrect scroll position when inited (#11059)
|
2022-09-18 22:06:37 +08:00 |
|
chenjiahan
|
2d47824ae7
|
docs: update links for 3.x branch
|
2022-09-12 11:42:33 +08:00 |
|
neverland
|
abad89d7dd
|
docs: update links (#11041)
|
2022-09-12 11:27:37 +08:00 |
|
chenjiahan
|
1294e51248
|
chore: update branches in GitHub actions
|
2022-09-10 22:00:18 +08:00 |
|