Skip to content

Commit

Permalink
docs(@vant/use): changelog v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Nov 18, 2021
1 parent e0545b5 commit 42a5f79
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion packages/vant-use/changelog.md
@@ -1,13 +1,17 @@
# Changelog

## v1.3.4

- Fix useClickAway failed in SSR

### v1.3.3

- Allow to call useWindowSize outside setup
- Improve usePageVisibility event bindings performance

### v1.3.2

-Remove passive event polyfill
- Remove passive event polyfill

### v1.3.1

Expand Down
2 changes: 1 addition & 1 deletion packages/vant/package.json
Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@vant/icons": "^1.7.1",
"@vant/popperjs": "^1.1.0",
"@vant/use": "^1.3.3"
"@vant/use": "^1.3.4"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42a5f79

Please sign in to comment.