mirror of
https://github.com/streamich/react-use.git
synced 2026-01-25 14:17:16 +00:00
chore(release): 3.0.0 [skip ci]
# [3.0.0](https://github.com/streamich/react-use/compare/v2.3.0...v3.0.0) (2018-10-29) ### Features * 🎸 accept any value type in useToggle and cast it to bool ([869f767](https://github.com/streamich/react-use/commit/869f767)) ### BREAKING CHANGES * now useToggle and useBoolean accept any value type and cast it to boolean.
This commit is contained in:
parent
9d144274e5
commit
53cf6eefb6
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,3 +1,16 @@
|
||||
# [3.0.0](https://github.com/streamich/react-use/compare/v2.3.0...v3.0.0) (2018-10-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* 🎸 accept any value type in useToggle and cast it to bool ([869f767](https://github.com/streamich/react-use/commit/869f767))
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* now useToggle and useBoolean accept any value type and cast it to
|
||||
boolean.
|
||||
|
||||
# [2.3.0](https://github.com/streamich/react-use/compare/v2.2.0...v2.3.0) (2018-10-29)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-use",
|
||||
"version": "2.3.0",
|
||||
"version": "3.0.0",
|
||||
"description": "Collection of React Hooks",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user