mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-07-12 08:54:23 +08:00
Compare commits
No commits in common. "6a7376d15d20bdd1641422ff2cb1c317fc987e89" and "aa1689fed8e58d52db2367263ccbcc08853ff848" have entirely different histories.
6a7376d15d
...
aa1689fed8
@ -19,20 +19,6 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
|
||||
|
||||
## Details
|
||||
|
||||
### [v3.6.1](https://github.com/vant-ui/vant/compare/v3.6.0...v3.6.1)
|
||||
|
||||
`2022-08-24`
|
||||
|
||||
**Feature**
|
||||
|
||||
- add correct passive flag to improve scroll performance [#10951](https://github.com/vant-ui/vant/issues/10951)
|
||||
- @vant/use: improve useEventListener typing [#10952](https://github.com/vant-ui/vant/issues/10952)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- reduce passive event warning of touchstart event [#10954](https://github.com/vant-ui/vant/issues/10954)
|
||||
- Tabs: resize not work for swipeable tabs [#10964](https://github.com/vant-ui/vant/issues/10964)
|
||||
|
||||
### [v3.6.0](https://github.com/vant-ui/vant/compare/v3.5.3...v3.6.0)
|
||||
|
||||
`2022-08-21`
|
||||
|
||||
@ -19,20 +19,6 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
|
||||
|
||||
## 更新内容
|
||||
|
||||
### [v3.6.1](https://github.com/vant-ui/vant/compare/v3.6.0...v3.6.1)
|
||||
|
||||
`2022-08-24`
|
||||
|
||||
**Feature**
|
||||
|
||||
- 为 scroll 事件添加了正确的 passive 标记来提升滚动性能 [#10951](https://github.com/vant-ui/vant/issues/10951)
|
||||
- @vant/use: 优化 useEventListener 类型定义 [#10952](https://github.com/vant-ui/vant/issues/10952)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- 修复 touchstart 导致控制台出现 passive event warning 的问题 [#10954](https://github.com/vant-ui/vant/issues/10954)
|
||||
- Tabs: 修复开启 swipeable 时,resize 方法无法正确生效的问题 [#10964](https://github.com/vant-ui/vant/issues/10964)
|
||||
|
||||
### [v3.6.0](https://github.com/vant-ui/vant/compare/v3.5.3...v3.6.0)
|
||||
|
||||
`2022-08-21`
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vant",
|
||||
"version": "3.6.1",
|
||||
"version": "3.6.0",
|
||||
"description": "Lightweight Mobile UI Components built on Vue",
|
||||
"main": "lib/vant.cjs.js",
|
||||
"module": "es/index.mjs",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user