vant 3.6.3 → 3.6.5

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.3",
3
+ "version": "3.6.5",
4
4
  "description": "Lightweight Mobile UI Components built on Vue",
5
5
  "main": "lib/vant.cjs.js",
6
6
  "module": "es/index.mjs",
@@ -1,54 +0,0 @@
1
- ### [v3.6.3](https://github.com/vant-ui/vant/compare/v3.6.2...v3.6.3)
2
-
3
- `2022-09-24`
4
-
5
- **Bug Fixes**
6
-
7
- - @vant/cli: failed to build types of sfc [#11012](https://github.com/vant-ui/vant/issues/11012)
8
- - Tabs: incorrect scroll position in some cases [#11085](https://github.com/vant-ui/vant/issues/11085)
9
- - Tabs: incorrect scroll position when inited [#11059](https://github.com/vant-ui/vant/issues/11059)
10
- - utils: avoid getting unexpected value [#11010](https://github.com/vant-ui/vant/issues/11010)
11
-
12
- **Document**
13
-
14
- - changelog: @vant/cli 4.0.4 [1b08f8](https://github.com/vant-ui/vant/commit/1b08f84ac6dc84cb3cea93f7816a4fcd5f5c2293)
15
- - changelog: vant@3.6.2 [#11008](https://github.com/vant-ui/vant/issues/11008)
16
- - switch dev branch to v4 [99833f](https://github.com/vant-ui/vant/commit/99833f218508d0177c886ba5756536563a926e25)
17
- - update links [#11041](https://github.com/vant-ui/vant/issues/11041)
18
- - update links for 3.x branch [2d4782](https://github.com/vant-ui/vant/commit/2d47824ae76a1b14715332d336f8e767c674a334)
19
-
20
- **Feature**
21
-
22
- - Dialog: message-align can be justify [#11014](https://github.com/vant-ui/vant/issues/11014)
23
- - Image: add block prop [#11022](https://github.com/vant-ui/vant/issues/11022)
24
-
25
- **release**
26
-
27
- - @vant/cli 4.0.4 [f0d3e0](https://github.com/vant-ui/vant/commit/f0d3e04fba4ecb05d7893d290d48089e860e3ee6)
28
- ### [v3.6.2](https://github.com/vant-ui/vant/compare/v3.6.1...v3.6.2)
29
-
30
- `2022-09-04`
31
-
32
- **Bug Fixes**
33
-
34
- - @vant/cli: add passive for global touchstart [#10979](https://github.com/vant-ui/vant/issues/10979)
35
- - area-data: update counties of Daxinganling region [#11000](https://github.com/vant-ui/vant/issues/11000)
36
- - Calendar: allow default date to be maxDate when enable allowSameDay [#10976](https://github.com/vant-ui/vant/issues/10976)
37
- - Calendar: range type defaultDate when set allowSameDay [#10971](https://github.com/vant-ui/vant/issues/10971)
38
- - indexBar: index-bar not positioned correctly when scrolled to the bottom [#10994](https://github.com/vant-ui/vant/issues/10994)
39
- - reduce passive event warning of touchmove event [#10975](https://github.com/vant-ui/vant/issues/10975)
40
- - Swipe: should not prevent touch move when reach edge [#10980](https://github.com/vant-ui/vant/issues/10980)
41
-
42
- **Document**
43
-
44
- - add function component style guide [#11003](https://github.com/vant-ui/vant/issues/11003)
45
- - add nuxt 3 guide [#10977](https://github.com/vant-ui/vant/issues/10977)
46
- - changelog: 3.6.1 [6a7376](https://github.com/vant-ui/vant/commit/6a7376d15d20bdd1641422ff2cb1c317fc987e89)
47
- - fix card overflow issue [#10988](https://github.com/vant-ui/vant/issues/10988)
48
- - prefer using externalVue in nuxt 3 [#10978](https://github.com/vant-ui/vant/issues/10978)
49
- - update quickstart guide [#11006](https://github.com/vant-ui/vant/issues/11006)
50
-
51
- **release**
52
-
53
- - @vant/area-data 1.3.2 [94c5af](https://github.com/vant-ui/vant/commit/94c5afe65caa97188fe3a800c52c629c1416ff41)
54
- - 3.6.2 [7afb74](https://github.com/vant-ui/vant/commit/7afb74345a39f23a3c62aa8b0e6d95de4c2b35de)