mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(@vant/use): changelog 1.3.6
This commit is contained in:
parent
1040afdda6
commit
f95239006c
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v1.3.6
|
||||||
|
|
||||||
|
- Fix missing VisibilityState type
|
||||||
|
|
||||||
## v1.3.5
|
## v1.3.5
|
||||||
|
|
||||||
- Fix useChildren missing subTree when flattening vnodes
|
- Fix useChildren missing subTree when flattening vnodes
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vant/icons": "^1.7.1",
|
"@vant/icons": "^1.7.1",
|
||||||
"@vant/popperjs": "^1.1.0",
|
"@vant/popperjs": "^1.1.0",
|
||||||
"@vant/use": "^1.3.5"
|
"@vant/use": "^1.3.6"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"vue": "^3.0.0"
|
"vue": "^3.0.0"
|
||||||
|
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@ -54,7 +54,7 @@ importers:
|
|||||||
'@vant/eslint-config': workspace:*
|
'@vant/eslint-config': workspace:*
|
||||||
'@vant/icons': ^1.7.1
|
'@vant/icons': ^1.7.1
|
||||||
'@vant/popperjs': ^1.1.0
|
'@vant/popperjs': ^1.1.0
|
||||||
'@vant/use': ^1.3.5
|
'@vant/use': ^1.3.6
|
||||||
'@vue/runtime-core': ^3.2.27
|
'@vue/runtime-core': ^3.2.27
|
||||||
'@vue/test-utils': ^2.0.0-rc.16
|
'@vue/test-utils': ^2.0.0-rc.16
|
||||||
typescript: ~4.5.2
|
typescript: ~4.5.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user