mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-07-07 23:21:07 +08:00
Compare commits
3 Commits
32b5d39f7b
...
74d77a6c12
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74d77a6c12 | ||
|
|
e172db192a | ||
|
|
26b442b517 |
@ -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`
|
||||
|
||||
@ -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`
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -278,7 +278,7 @@ export default {
|
||||
| ---------------- | ------------------ |
|
||||
| default | 自定义内容 |
|
||||
| title | 自定义标题 |
|
||||
| footer `v3.0.10` | 自定义底部按钮区域 |
|
||||
| footer `v3.0.11` | 自定义底部按钮区域 |
|
||||
|
||||
### 类型定义
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user