31 Commits

Author SHA1 Message Date
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