42 Commits

Author SHA1 Message Date
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))
2018-10-29 21:10:37 +00: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))
2018-10-29 20:51:54 +00:00
streamich
90d2c224f6 feat: 🎸 add useOutsideClick hook 2018-10-29 21:47:06 +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))
2018-10-29 20:25:20 +00: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))
2018-10-29 19:56:51 +00: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
2018-10-29 17:49:14 +00: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))
2018-10-29 16:48:13 +00: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.
2018-10-29 14:35:50 +00: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))
2018-10-29 14:30:18 +00: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))
2018-10-29 14:10:33 +00: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))
2018-10-28 22:25:11 +00: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
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
semantic-release-bot
fd40601411 chore(release): 1.0.0 [skip ci]
# 1.0.0 (2018-10-28)

### chore

* 🤖 release v1 ([4236cf0](https://github.com/streamich/react-use.git/commit/4236cf0))

### Continuous Integration

* 🎡 store CircleCI artifacts, add git-cz ([690dd5e](https://github.com/streamich/react-use.git/commit/690dd5e))

### Features

* 🎸 add useAsync hook ([258d696](https://github.com/streamich/react-use.git/commit/258d696))
* 🎸 add useAudio hook ([4336aa1](https://github.com/streamich/react-use.git/commit/4336aa1))
* 🎸 add useBattery hook ([73ce535](https://github.com/streamich/react-use.git/commit/73ce535))
* 🎸 add useCounter hook ([79e5b8c](https://github.com/streamich/react-use.git/commit/79e5b8c))
* 🎸 add useCss hook ([2c0a7e4](https://github.com/streamich/react-use.git/commit/2c0a7e4))
* 🎸 add useFavicon hook ([ab1739a](https://github.com/streamich/react-use.git/commit/ab1739a))
* 🎸 add useGeolocation hook ([13a7326](https://github.com/streamich/react-use.git/commit/13a7326))
* 🎸 add useHover hook ([406af20](https://github.com/streamich/react-use.git/commit/406af20))
* 🎸 add useIdle hook ([74d3ece](https://github.com/streamich/react-use.git/commit/74d3ece))
* 🎸 add useLifecycles hook ([f99c89f](https://github.com/streamich/react-use.git/commit/f99c89f))
* 🎸 add useList hook ([4bea508](https://github.com/streamich/react-use.git/commit/4bea508))
* 🎸 add useLocation hook ([46a8e2c](https://github.com/streamich/react-use.git/commit/46a8e2c))
* 🎸 add useLogger hook ([7c38b75](https://github.com/streamich/react-use.git/commit/7c38b75))
* 🎸 add useMap hook ([6509c25](https://github.com/streamich/react-use.git/commit/6509c25))
* 🎸 add useMedia hook ([e1cc9ab](https://github.com/streamich/react-use.git/commit/e1cc9ab))
* 🎸 add useMediaDevices hook ([4ea0277](https://github.com/streamich/react-use.git/commit/4ea0277))
* 🎸 add useMotion hook ([91eb4ea](https://github.com/streamich/react-use.git/commit/91eb4ea))
* 🎸 add useMount and useUnmount hooks ([63a1444](https://github.com/streamich/react-use.git/commit/63a1444))
* 🎸 add useNetwork hook ([5881fa6](https://github.com/streamich/react-use.git/commit/5881fa6))
* 🎸 add useOrientation hook ([c533b97](https://github.com/streamich/react-use.git/commit/c533b97))
* 🎸 add useRaf hook ([26b2593](https://github.com/streamich/react-use.git/commit/26b2593))
* 🎸 add useSetState hook ([972541d](https://github.com/streamich/react-use.git/commit/972541d))
* 🎸 add useSize hook ([620b171](https://github.com/streamich/react-use.git/commit/620b171))
* 🎸 add useSpeech hook ([3b971a2](https://github.com/streamich/react-use.git/commit/3b971a2))
* 🎸 add useSprgin hook ([b4fe5b0](https://github.com/streamich/react-use.git/commit/b4fe5b0))
* 🎸 add useTimeout hook ([86f094e](https://github.com/streamich/react-use.git/commit/86f094e))
* 🎸 add useTitle hook ([1bff6d8](https://github.com/streamich/react-use.git/commit/1bff6d8))
* 🎸 add useToggle() hook ([a36dceb](https://github.com/streamich/react-use.git/commit/a36dceb))
* 🎸 add useTween hook ([877343e](https://github.com/streamich/react-use.git/commit/877343e))
* 🎸 add useWindowSize() hook ([2c46899](https://github.com/streamich/react-use.git/commit/2c46899))
* 🎸 do work on useLocaStorage ([2541716](https://github.com/streamich/react-use.git/commit/2541716))
* 🎸 improve useSize, pass through state to the element ([5b1356a](https://github.com/streamich/react-use.git/commit/5b1356a))

### BREAKING CHANGES

* make semantic-release bump version
* Released v1.0.0
2018-10-28 21:20:40 +00:00
streamich
690dd5e327 ci: 🎡 store CircleCI artifacts, add git-cz
BREAKING CHANGE: make semantic-release bump version
2018-10-28 22:03:25 +01:00
streamich
22c4dc3f86 ci: 🎡 add semantic-release 2018-10-28 21:57:40 +01:00
streamich
501955a1fd ci: 🎡 add CircleCI config 2018-10-28 21:56:01 +01:00
streamich
5728cc958c docs: ✏️ add docs to Storybook demos 2018-10-28 15:11:43 +01:00
streamich
59a9407876 chore: 🤖 publish static Storybook 2018-10-28 14:32:06 +01:00
streamich
e0177d9d57 chore: 🤖 release v1.7.0 2018-10-28 12:46:22 +01:00
streamich
2e27efc4c1 chore: 🤖 release v1.6.0 2018-10-28 10:29:51 +01:00
streamich
1fb752892c chore: 🤖 release v1.5.0 2018-10-28 00:11:22 +02:00
streamich
e5722032af chore: 🤖 release v1.4.0 2018-10-27 23:49:03 +02:00
streamich
d3cc7a5921 chore: 🤖 release v1.3.0 2018-10-27 21:53:52 +02:00
streamich
877343e116 feat: 🎸 add useTween hook 2018-10-27 21:52:09 +02:00
streamich
b4fe5b002a feat: 🎸 add useSprgin hook 2018-10-27 18:13:51 +02:00
streamich
d790ddd0a0 chore: 🤖 release v1.2.0 2018-10-27 15:57:09 +02:00
streamich
2c0a7e482b feat: 🎸 add useCss hook 2018-10-27 15:50:32 +02:00
streamich
05b3f3a567 chore: 🤖 release v1.1.0 2018-10-27 14:30:44 +02:00
streamich
4236cf03bd chore: 🤖 release v1
BREAKING CHANGE: Released v1.0.0
2018-10-27 13:35:20 +02:00
streamich
a73f1ec66a docs: ✏️ add referene for Sensors and Side-effects 2018-10-27 13:30:38 +02:00
streamich
bc3760d399 chore: 🤖 add LICENSE 2018-10-27 12:15:13 +02:00
streamich
74d3ece57d feat: 🎸 add useIdle hook 2018-10-27 12:12:00 +02:00
streamich
406af205e3 feat: 🎸 add useHover hook 2018-10-27 03:22:55 +02:00
streamich
3091823ea9 chore: 🤖 move useToggle demo to Storybook and remove /src/demo 2018-10-27 01:25:08 +02:00
streamich
14a273e8d8 chore: 🤖 add Storybook 2018-10-27 01:21:13 +02:00
streamich
10ac91affd chore: 🤖 add ability to run demo 2018-10-26 23:44:36 +02:00
streamich
d66af2e3c1 chore: 🤖 add TypeScript 2018-10-26 23:31:42 +02:00
streamich
9b3f942a1c chore: 🤖 start the React Hook library 2018-10-26 23:28:40 +02:00