semantic-release-bot
|
5fe7925cf0
|
chore(release): 4.4.0 [skip ci]
# [4.4.0](https://github.com/streamich/react-use/compare/v4.3.0...v4.4.0) (2018-10-29)
### Features
* 🎸 add useCallbag hook ([ead142c](https://github.com/streamich/react-use/commit/ead142c))
v4.4.0
|
2018-10-29 21:10:37 +00:00 |
|
Va Da
|
5d648e93df
|
Merge pull request #35 from streamich/callbag
feat: 🎸 add useCallbag hook
|
2018-10-29 22:09:20 +01:00 |
|
streamich
|
ead142c6fb
|
feat: 🎸 add useCallbag hook
|
2018-10-29 22:07:54 +01:00 |
|
semantic-release-bot
|
2a43c37350
|
chore(release): 4.3.0 [skip ci]
# [4.3.0](https://github.com/streamich/react-use/compare/v4.2.0...v4.3.0) (2018-10-29)
### Features
* 🎸 add useOutsideClick hook ([90d2c22](https://github.com/streamich/react-use/commit/90d2c22))
v4.3.0
|
2018-10-29 20:51:54 +00:00 |
|
Va Da
|
f1093a681e
|
Merge pull request #34 from streamich/outside-click
Outside click
|
2018-10-29 21:50:41 +01:00 |
|
streamich
|
4e3021b8e2
|
docs: ✏️ fix typos in useOutsideClick docs
|
2018-10-29 21:50:28 +01:00 |
|
streamich
|
a0d95570b6
|
docs: ✏️ simplify README sub-title
|
2018-10-29 21:48:50 +01:00 |
|
streamich
|
90d2c224f6
|
feat: 🎸 add useOutsideClick hook
|
2018-10-29 21:47:06 +01:00 |
|
streamich
|
05da37fc18
|
chore: 🤖 start work on useDropArea
|
2018-10-29 21:40:36 +01:00 |
|
semantic-release-bot
|
0ea533fd4d
|
chore(release): 4.2.0 [skip ci]
# [4.2.0](https://github.com/streamich/react-use/compare/v4.1.0...v4.2.0) (2018-10-29)
### Features
* 🎸 add useVideo hook ([ff05419](https://github.com/streamich/react-use/commit/ff05419))
* 🎸 allow to pass React <video> el in useVideo and useAudio ([8670c74](https://github.com/streamich/react-use/commit/8670c74))
v4.2.0
|
2018-10-29 20:25:20 +00:00 |
|
Va Da
|
bb2c91396f
|
Merge pull request #33 from streamich/video-2
Video 2
|
2018-10-29 21:24:04 +01:00 |
|
streamich
|
8670c7480f
|
feat: 🎸 allow to pass React <video> el in useVideo and useAudio
|
2018-10-29 21:21:55 +01:00 |
|
streamich
|
ff05419df1
|
feat: 🎸 add useVideo hook
|
2018-10-29 21:12:26 +01:00 |
|
semantic-release-bot
|
78514a1dd4
|
chore(release): 4.1.0 [skip ci]
# [4.1.0](https://github.com/streamich/react-use/compare/v4.0.0...v4.1.0) (2018-10-29)
### Features
* 🎸 add createMemo hook factory ([8730eaa](https://github.com/streamich/react-use/commit/8730eaa))
v4.1.0
|
2018-10-29 19:56:51 +00:00 |
|
Va Da
|
2abf53a66c
|
Merge pull request #31 from streamich/createMemo
Create memo
|
2018-10-29 20:55:43 +01:00 |
|
streamich
|
10c6906e0b
|
docs: ✏️ improve createMemo docs
|
2018-10-29 20:54:07 +01:00 |
|
streamich
|
8730eaa441
|
feat: 🎸 add createMemo hook factory
|
2018-10-29 20:50:08 +01:00 |
|
semantic-release-bot
|
25f6ea9954
|
chore(release): 4.0.0 [skip ci]
# [4.0.0](https://github.com/streamich/react-use/compare/v3.1.0...v4.0.0) (2018-10-29)
### Features
* 🎸 add useNumber alias ([a58a4a7](https://github.com/streamich/react-use/commit/a58a4a7))
* 🎸 improve useCounter interface ([395e82b](https://github.com/streamich/react-use/commit/395e82b))
### BREAKING CHANGES
* useCounter interface changed
v4.0.0
|
2018-10-29 17:49:14 +00:00 |
|
Va Da
|
3a05a7563b
|
Merge pull request #30 from streamich/useNumber
Use number
|
2018-10-29 18:47:53 +01:00 |
|
streamich
|
4e362ac8f7
|
docs: ✏️ update useCounter docs
|
2018-10-29 18:46:51 +01:00 |
|
streamich
|
a58a4a7889
|
feat: 🎸 add useNumber alias
|
2018-10-29 18:44:25 +01:00 |
|
streamich
|
395e82b03b
|
feat: 🎸 improve useCounter interface
BREAKING CHANGE: useCounter interface changed
|
2018-10-29 18:42:47 +01:00 |
|
semantic-release-bot
|
9a1e9ce9fa
|
chore(release): 3.1.0 [skip ci]
# [3.1.0](https://github.com/streamich/react-use/compare/v3.0.0...v3.1.0) (2018-10-29)
### Features
* 🎸 add useGetSetState ([dcd1013](https://github.com/streamich/react-use/commit/dcd1013))
### Performance Improvements
* ⚡️ wrape useGetSetState callbacks in useCallback ([3c1e57d](https://github.com/streamich/react-use/commit/3c1e57d))
v3.1.0
|
2018-10-29 16:48:13 +00:00 |
|
Va Da
|
cde5613985
|
Merge pull request #29 from streamich/useGetSetState
feat: 🎸 add useGetSetState
|
2018-10-29 17:47:00 +01:00 |
|
streamich
|
3c1e57d60e
|
perf: ⚡️ wrape useGetSetState callbacks in useCallback
|
2018-10-29 17:46:28 +01:00 |
|
streamich
|
dcd1013736
|
feat: 🎸 add useGetSetState
|
2018-10-29 17:41:34 +01:00 |
|
Va Da
|
efa9acd988
|
docs: improve README spacing
|
2018-10-29 17:02:57 +01:00 |
|
semantic-release-bot
|
53cf6eefb6
|
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.
v3.0.0
|
2018-10-29 14:35:50 +00:00 |
|
Va Da
|
9d144274e5
|
Merge pull request #27 from streamich/fix-boolean
feat: 🎸 accept any value type in useToggle and cast it to bool
|
2018-10-29 15:34:40 +01:00 |
|
streamich
|
869f767c9a
|
feat: 🎸 accept any value type in useToggle and cast it to bool
BREAKING CHANGE: now useToggle and useBoolean accept any value type and cast it to
boolean.
|
2018-10-29 15:33:05 +01:00 |
|
semantic-release-bot
|
8a9d05ef74
|
chore(release): 2.3.0 [skip ci]
# [2.3.0](https://github.com/streamich/react-use/compare/v2.2.0...v2.3.0) (2018-10-29)
### Features
* 🎸 add useBoolean hook ([ce6de24](https://github.com/streamich/react-use/commit/ce6de24))
v2.3.0
|
2018-10-29 14:30:18 +00:00 |
|
Va Da
|
c36780d644
|
Merge pull request #26 from streamich/use-boolean
feat: 🎸 add useBoolean hook
|
2018-10-29 15:29:06 +01:00 |
|
streamich
|
ce6de24e2f
|
feat: 🎸 add useBoolean hook
|
2018-10-29 15:27:51 +01:00 |
|
semantic-release-bot
|
8e81e8fe6b
|
chore(release): 2.2.0 [skip ci]
# [2.2.0](https://github.com/streamich/react-use/compare/v2.1.0...v2.2.0) (2018-10-29)
### Features
* 🎸 add useGetSet hook ([bfc30b9](https://github.com/streamich/react-use/commit/bfc30b9))
* 🎸 add useUpdate hook ([c00f308](https://github.com/streamich/react-use/commit/c00f308))
v2.2.0
|
2018-10-29 14:10:33 +00:00 |
|
Va Da
|
aa4c3d997a
|
Merge pull request #25 from streamich/get-set
Get set
|
2018-10-29 15:09:19 +01:00 |
|
streamich
|
52abf315ca
|
refactor: 💡 use useUpdate in useGetSet
|
2018-10-29 15:06:38 +01:00 |
|
streamich
|
c00f308e95
|
feat: 🎸 add useUpdate hook
|
2018-10-29 15:05:16 +01:00 |
|
streamich
|
bfc30b99ab
|
feat: 🎸 add useGetSet hook
|
2018-10-29 14:57:56 +01:00 |
|
Va Da
|
deccec0070
|
Merge pull request #24 from pex/patch-1
Fix typo in useSetState docs
|
2018-10-29 13:52:58 +01:00 |
|
Roman Ernst
|
979132568e
|
Fix typo in useSetState docs
|
2018-10-29 13:51:43 +01:00 |
|
Va Da
|
749afe6ea9
|
Merge pull request #22 from maxzitron/docs/add-useHover-example
docs: add useHover demo link
|
2018-10-29 08:26:40 +01:00 |
|
Va Da
|
ca54bcd56c
|
Merge pull request #21 from maxzitron/fix/name-import
docs: fix module name typo
|
2018-10-29 08:08:31 +01:00 |
|
Max
|
9199f829e3
|
docs: add useHover demo link
|
2018-10-29 16:06:14 +11:00 |
|
Max
|
aee332fbfc
|
docs: fix module name typo
|
2018-10-29 15:47:51 +11:00 |
|
Va Da
|
58a3dbe5e6
|
chore: remove .git file extension from repo URL [skip ci]
|
2018-10-28 23:27:57 +01:00 |
|
semantic-release-bot
|
71f88a9c2d
|
chore(release): 2.1.0 [skip ci]
# [2.1.0](https://github.com/streamich/react-use.git/compare/v2.0.0...v2.1.0) (2018-10-28)
### Features
* 🎸 add useObservable ([711e831](https://github.com/streamich/react-use.git/commit/711e831))
v2.1.0
|
2018-10-28 22:25:11 +00:00 |
|
Va Da
|
1b3a416233
|
Merge pull request #20 from streamich/observables
feat: 🎸 add useObservable
|
2018-10-28 23:24:11 +01:00 |
|
streamich
|
711e8315ac
|
feat: 🎸 add useObservable
|
2018-10-28 23:22:46 +01:00 |
|
semantic-release-bot
|
692bb0356a
|
chore(release): 2.0.0 [skip ci]
# [2.0.0](https://github.com/streamich/react-use.git/compare/v1.0.0...v2.0.0) (2018-10-28)
### Features
* 🎸 change API for useToggle hook ([#16](https://github.com/streamich/react-use.git/issues/16)) ([5a6da18](https://github.com/streamich/react-use.git/commit/5a6da18))
### BREAKING CHANGES
* useToggle interface changed
v2.0.0
|
2018-10-28 21:25:47 +00:00 |
|
Pavel Ivanoff
|
5a6da18e8a
|
feat: 🎸 change API for useToggle hook (#16)
It's better option to decrease useToggle params destruction and keep flexibility
BREAKING CHANGE: useToggle interface changed
|
2018-10-28 22:24:48 +01:00 |
|