docs(@vant/use): add changelog

This commit is contained in:
chenjiahan 2020-10-05 10:35:27 +08:00
parent 90e82c277e
commit 019b8029cc
2 changed files with 25 additions and 1 deletions

View File

@ -15,7 +15,7 @@ module.exports = {
{
title: '介绍',
collapsable: false,
children: ['/'],
children: ['/', 'changelog'],
},
{
title: 'State',

View File

@ -0,0 +1,24 @@
# 更新日志
### v0.0.3
`2020-09-27`
- 新增 `useParent` 方法
- 新增 `useChildren` 方法
### v0.0.2
`2020-09-15`
- 新增 `useWindowSize` 方法
### v0.0.1
`2020-09-15`
- 新增 `useClickAway` 方法
- 新增 `useEventListener` 方法
- 新增 `usePageVisibility` 方法
- 新增 `useScrollParent` 方法
- 新增 `useToggle` 方法