Compare commits

...

3 Commits

Author SHA1 Message Date
neverland
74d77a6c12
docs(changelog): vant@3.6.9 (#11340) 2022-12-01 17:53:14 +08:00
chenjiahan
e172db192a release: 3.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
5 changed files with 19 additions and 3 deletions

View File

@ -19,6 +19,14 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
## Details
### [v3.6.9](https://github.com/vant-ui/vant/compare/v3.6.8...v3.6.9)
`2022-12-01`
**Bug Fixes**
- Field: set selection range only when focused [#11333](https://github.com/vant-ui/vant/issues/11333)
### [v3.6.8](https://github.com/vant-ui/vant/compare/v3.6.7...v3.6.8)
`2022-11-26`

View File

@ -19,6 +19,14 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
## 更新内容
### [v3.6.9](https://github.com/vant-ui/vant/compare/v3.6.8...v3.6.9)
`2022-12-01`
**Bug Fixes**
- Field: 修复未选中时修改绑定的值会导致键盘弹出的问题 [#11333](https://github.com/vant-ui/vant/issues/11333)
### [v3.6.8](https://github.com/vant-ui/vant/compare/v3.6.7...v3.6.8)
`2022-11-26`

View File

@ -1,6 +1,6 @@
{
"name": "vant",
"version": "3.6.8",
"version": "3.6.9",
"description": "Lightweight Mobile UI Components built on Vue",
"main": "lib/vant.cjs.js",
"module": "es/index.mjs",

View File

@ -216,7 +216,7 @@ export default {
| ---------------- | -------------- |
| default | Custom message |
| title | Custom title |
| footer `v3.0.10` | Custom footer |
| footer `v3.0.11` | Custom footer |
### Types

View File

@ -278,7 +278,7 @@ export default {
| ---------------- | ------------------ |
| default | 自定义内容 |
| title | 自定义标题 |
| footer `v3.0.10` | 自定义底部按钮区域 |
| footer `v3.0.11` | 自定义底部按钮区域 |
### 类型定义