Compare commits

..

No commits in common. "f595d41b3b53879a86addfe6a53fbb2f5d8dd31b" and "d88c04cae41e28168ead60be81b152c167458fbd" have entirely different histories.

3 changed files with 1 additions and 19 deletions

View File

@ -19,15 +19,6 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
## Details
### [v3.6.4](https://github.com/vant-ui/vant/compare/v3.6.3...v3.6.4)
`2022-10-07`
**Bug Fixes**
- Tabs: incorrect nav scroll animation in some cases [#11116](https://github.com/vant-ui/vant/issues/11116)
- Tabs: scroll position when using nav-bottom slot [#11115](https://github.com/vant-ui/vant/issues/11115)
### [v3.6.3](https://github.com/vant-ui/vant/compare/v3.6.2...v3.6.3)
`2022-09-24`

View File

@ -19,15 +19,6 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
## 更新内容
### [v3.6.4](https://github.com/vant-ui/vant/compare/v3.6.3...v3.6.4)
`2022-10-07`
**Bug Fixes**
- Tabs: 修复开启 scrollspy 时个别情况下标题栏滚动位置错误的问题 [#11116](https://github.com/vant-ui/vant/issues/11116)
- Tabs: 修复开启 scrollspy 时 nav-bottom 插槽遮挡内容的问题 [#11115](https://github.com/vant-ui/vant/issues/11115)
### [v3.6.3](https://github.com/vant-ui/vant/compare/v3.6.2...v3.6.3)
`2022-09-24`

View File

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