Compare commits

..

No commits in common. "41cf5706fdca8bd5ce1a85d66f26c70d09d0012e" and "e18a3d49ce071016ed82b77bbe7ba2a2d55045ff" have entirely different histories.

3 changed files with 1 additions and 21 deletions

View File

@ -19,16 +19,6 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
## Details
### [v3.6.6](https://github.com/vant-ui/vant/compare/v3.6.5...v3.6.6)
`2022-11-23`
**Bug Fixes**
- Cell: arrow-direction assignment right is invalid [#11279](https://github.com/vant-ui/vant/issues/11279)
- List: incorrect initial loading value [#11275](https://github.com/vant-ui/vant/issues/11275)
- NumberKeyboard: should inherit attrs when using teleport [#11274](https://github.com/vant-ui/vant/issues/11274)
### [v3.6.5](https://github.com/vant-ui/vant/compare/v3.6.4...v3.6.5)
`2022-11-08`

View File

@ -19,16 +19,6 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
## 更新内容
### [v3.6.6](https://github.com/vant-ui/vant/compare/v3.6.5...v3.6.6)
`2022-11-23`
**Bug Fixes**
- Cell: 修复 arrow-direction 属性设置为 right 不生效的问题 [#11279](https://github.com/vant-ui/vant/issues/11279)
- List: 修复初始的 loading 状态可能不正确的问题 [#11275](https://github.com/vant-ui/vant/issues/11275)
- NumberKeyboard: 修复使用 teleport 属性时未正确继承 attrs 的问题 [#11274](https://github.com/vant-ui/vant/issues/11274)
### [v3.6.5](https://github.com/vant-ui/vant/compare/v3.6.4...v3.6.5)
`2022-11-08`

View File

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