vant 3.6.4 → 3.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vant",
3
- "version": "3.6.4",
3
+ "version": "3.6.6",
4
4
  "description": "Lightweight Mobile UI Components built on Vue",
5
5
  "main": "lib/vant.cjs.js",
6
6
  "module": "es/index.mjs",
@@ -1,46 +0,0 @@
1
- ### [v3.6.4](https://github.com/vant-ui/vant/compare/v3.6.3...v3.6.4)
2
-
3
- `2022-10-07`
4
-
5
- **Bug Fixes**
6
-
7
- - Tabs: incorrect nav scroll animation in some cases [#11116](https://github.com/vant-ui/vant/issues/11116)
8
- - Tabs: scroll position when using nav-bottom slot [#11115](https://github.com/vant-ui/vant/issues/11115)
9
-
10
- **Document**
11
-
12
- - add faq of uni-app [#11114](https://github.com/vant-ui/vant/issues/11114)
13
- - changelog: vant@3.6.3 [#11086](https://github.com/vant-ui/vant/issues/11086)
14
- - fix website redirect [#11097](https://github.com/vant-ui/vant/issues/11097)
15
-
16
- **perf**
17
-
18
- - cli: code split documents [#11111](https://github.com/vant-ui/vant/issues/11111)
19
- ### [v3.6.3](https://github.com/vant-ui/vant/compare/v3.6.2...v3.6.3)
20
-
21
- `2022-09-24`
22
-
23
- **Bug Fixes**
24
-
25
- - @vant/cli: failed to build types of sfc [#11012](https://github.com/vant-ui/vant/issues/11012)
26
- - Tabs: incorrect scroll position in some cases [#11085](https://github.com/vant-ui/vant/issues/11085)
27
- - Tabs: incorrect scroll position when inited [#11059](https://github.com/vant-ui/vant/issues/11059)
28
- - utils: avoid getting unexpected value [#11010](https://github.com/vant-ui/vant/issues/11010)
29
-
30
- **Document**
31
-
32
- - changelog: @vant/cli 4.0.4 [1b08f8](https://github.com/vant-ui/vant/commit/1b08f84ac6dc84cb3cea93f7816a4fcd5f5c2293)
33
- - changelog: vant@3.6.2 [#11008](https://github.com/vant-ui/vant/issues/11008)
34
- - switch dev branch to v4 [99833f](https://github.com/vant-ui/vant/commit/99833f218508d0177c886ba5756536563a926e25)
35
- - update links [#11041](https://github.com/vant-ui/vant/issues/11041)
36
- - update links for 3.x branch [2d4782](https://github.com/vant-ui/vant/commit/2d47824ae76a1b14715332d336f8e767c674a334)
37
-
38
- **Feature**
39
-
40
- - Dialog: message-align can be justify [#11014](https://github.com/vant-ui/vant/issues/11014)
41
- - Image: add block prop [#11022](https://github.com/vant-ui/vant/issues/11022)
42
-
43
- **release**
44
-
45
- - @vant/cli 4.0.4 [f0d3e0](https://github.com/vant-ui/vant/commit/f0d3e04fba4ecb05d7893d290d48089e860e3ee6)
46
- - 3.6.3 [808ae4](https://github.com/vant-ui/vant/commit/808ae4a0760339e7903df7318b5a5514e328fff4)