89 Commits

Author SHA1 Message Date
streamich
aad368ba67 feat: 🎸 add usePromise() hook 2019-03-15 15:14:00 +01:00
chengruilin
4e2d639e13 fix: correct createMemo.md 2019-03-08 11:20:59 +08:00
Va Da
c75789bf96
docs: typo 2019-02-21 01:05:33 +01:00
Gavin Gregory
6655558ed9 docs(useKeyPress): renamed keyboardjs -> useKeyboardJS 2019-02-10 12:08:27 -05:00
Matheus Albuquerque
6a1933b8ed docs(useKeyPress): update samples and docs on how to use key combos 2018-12-26 04:04:08 -03:00
Matheus Albuquerque
01df885b9d feat: 🎸 add useKeyPress hook 2018-12-26 02:49:06 -03:00
James Ivings
91ff6ba376
feat: added useDebounce 2018-12-18 18:12:24 -05:00
streamich
533e26f832 feat: 🎸 remove experimental hooks
BREAKING CHANGE: useRenderProp and useAsync are removed
2018-12-17 18:34:56 +01:00
ZHAO Jinxiang
966af4aaee feat: use discriminated union in useAsync 2018-12-17 21:12:38 +08:00
Va Da
30cee86c39
docs: add note about the polyfill 2018-12-05 22:05:30 +01:00
streamich
dfb0510775 feat: 🎸 add useRefMounted hook 2018-12-05 15:23:43 +01:00
Fatih Kadir Akın
124ef993d9 feat: bump useWait 2018-11-10 23:32:44 +01:00
Fatih Kadir Akın
61c6058b5d feat: add useWait hook 2018-11-06 21:49:47 +01:00
Andrew Joslin
eca432a921 feat: add useSessionStorage hook
* Add useSessionStorage

* chore: uncomment session storage docs story
2018-11-06 21:45:57 +01:00
Va Da
58532f73e7
docs: remove ref from useAudio reference 2018-11-04 12:47:16 +01:00
Va Da
452e13ef82
docs: improve useSetState reference 2018-11-03 08:47:40 +01:00
Li Yan
bfd114a407 feat: allow useSetState setter to accept function
* make setState of useSetState accept function argument

* update storybook
2018-11-02 08:50:04 +01:00
Truong Hoang Dung
819bd5455a docs: fix typo on useLocalStorage's raw 2018-11-02 07:45:10 +01:00
Chris Parton
c8291b4ca9 Fix typo in useBattery.md 2018-10-31 12:29:15 +01:00
Va Da
f67740fbea
docs: use bullet list in useHover 2018-10-30 23:56:22 +01:00
Va Da
c0e41221b0
docs: fix useHover reference 2018-10-30 23:45:58 +01:00
Thomas Ankcorn
45331de6b8 docs: fix typo in useSpring 2018-10-30 23:38:58 +01:00
streamich
c2aee592af feat: 🎸 add useHoverDirty hook 2018-10-30 18:18:51 +01:00
streamich
73e05c7d59 docs: ✏️ add useLocalStorage docs 2018-10-30 17:56:04 +01:00
Va Da
c16859ffb9
docs: add warning to useRenderProp 2018-10-30 00:03:53 +01:00
Va Da
a731412d26
docs: add warning to useAdopt 2018-10-30 00:03:25 +01:00
streamich
91bee9a3c2 feat: 🎸 add useAdopt hook 2018-10-29 23:07:39 +01:00
streamich
2d85c61ba8 feat: 🎸 add useRenderProp hook 2018-10-29 22:45:09 +01:00
streamich
ead142c6fb feat: 🎸 add useCallbag hook 2018-10-29 22:07:54 +01:00
streamich
4e3021b8e2 docs: ✏️ fix typos in useOutsideClick docs 2018-10-29 21:50:28 +01:00
streamich
90d2c224f6 feat: 🎸 add useOutsideClick hook 2018-10-29 21:47:06 +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
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
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
dcd1013736 feat: 🎸 add useGetSetState 2018-10-29 17:41:34 +01:00
streamich
ce6de24e2f feat: 🎸 add useBoolean hook 2018-10-29 15:27:51 +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
Roman Ernst
979132568e
Fix typo in useSetState docs 2018-10-29 13:51:43 +01:00
Max
aee332fbfc docs: fix module name typo 2018-10-29 15:47:51 +11:00
streamich
711e8315ac feat: 🎸 add useObservable 2018-10-28 23:22:46 +01: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
streamich
5728cc958c docs: ✏️ add docs to Storybook demos 2018-10-28 15:11:43 +01:00
streamich
2473b60aff docs: ✏️ add useTween demo 2018-10-28 13:51:37 +01:00
streamich
53afb8652b docs: ✏️ add useWindowSize demo 2018-10-28 13:37:28 +01:00
streamich
8c62f94f6a docs: ✏️ add useSpeech demo 2018-10-28 13:35:14 +01:00
streamich
0c9c14af91 docs: ✏️ add useAudio demo 2018-10-28 13:32:36 +01:00