Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcch committed Mar 4, 2023
1 parent 6ca4eca commit 64bc66a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [0.8.0](https://github.com/react-cmpt/hooks/compare/v0.7.1...v0.8.0) (2023-03-04)


### Features

* **useEllipsis:** hidden overflow content and get overflow status ([#6](https://github.com/react-cmpt/hooks/pull/6))
* **useSupportSafeArea:** check safe-area-inset env ([e1b499e](https://github.com/react-cmpt/hooks/commit/e1b499effaa5968bf7f6f709cedadf4830bdbcc0))
* **useDebouncedClick:** keep return type (callback) ([672c148](https://github.com/react-cmpt/hooks/commit/672c1481e97ba09b6ef43adaa13a5e7d194b3c24))



## [0.7.1](https://github.com/react-cmpt/hooks/compare/v0.7.0...v0.7.1) (2021-11-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-cmpt/hooks",
"version": "0.7.1",
"version": "0.8.0",
"description": "Some react hooks",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 64bc66a

Please sign in to comment.