Commit a89eee3
committed
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2020-10-02)
### Bug Fixes
* fix eslint error ([41bae4a](41bae4a))
* **useEvent:** 修复 ref 变化时没有解绑事件的bug ([a5aa835](a5aa835))
* **useHistory:** patch when is client ([230290d](230290d))
* **useSessionStorage:** 修复没有导出 useSessionStorage 的bug ([644060a](644060a))
* **useTimeout:** clear setTimeout when component is unMounted ([6a00858](6a00858))
* **useToogle:** fix wrong type and ban changing state with ref ([963aca2](963aca2))
### Features
* **useDebounceFn:** support passing params tothe returned function ([17c97f0](17c97f0))
* **useHistory:** export clear function ([cbfd197](cbfd197))
* **useInterval:** support restart interval ([5376ed8](5376ed8))
* **useResize:** support debounce ([3ccabbf](3ccabbf))
* **useScroll:** support throttle ([cc8d636](cc8d636))
* **useTimeoutFn:** 将 watch 设置为同步执行 ([87a5635](87a5635))
* **useWindowScroll:** support throttle ([c600d1b](c600d1b))
* add useDebounce ([6a23363](6a23363))
* add useDebounceFn ([5f01102](5f01102))
* add useHash ([8c8d3f7](8c8d3f7))
* add useHistory ([af1bd7f](af1bd7f))
* add useInterval ([a52fa1b](a52fa1b))
* add useLifecycles ([b19dd8d](b19dd8d))
* add useLifecycles ([99286f8](99286f8))
* add useStorage & useLocalStorage & useSessionStorage ([b6d87c9](b6d87c9))
* add useTimeoutFn ([7324143](7324143))
* add useToogle & useBoolean ([addfd95](addfd95))
* config vitepress ([cc1a3a5](cc1a3a5))
* config vitepress ([31ba7fc](31ba7fc))
* useTimeout ([65b364a](65b364a))
* **project:** init project ([689d0c6](689d0c6))
* **useEvent:** add useEvent ([8db2731](8db2731))
* **useEventRef:** add useEventRef ([7f20514](7f20514))
* **useResize:** add useResize ([478f889](478f889))
* **useScroll:** add useScroll ([70b2a3a](70b2a3a))
* **useScrollRef:** add useScrollRef ([d963675](d963675))
* **useTitle:** add useTitle ([527846c](527846c))
* **useWindowScroll:** add useWindowScroll ([d1d29fc](d1d29fc))1 parent 41bae4a commit a89eee3
3 files changed
+45
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments