Skip to content

Latest commit

Β 

History

History
362 lines (181 loc) Β· 13.7 KB

CHANGELOG.md

File metadata and controls

362 lines (181 loc) Β· 13.7 KB

5.5.5 (2019-03-04)

Bug Fixes

  • πŸ› make useWindowSize work on server (8f93853)

5.5.4 (2019-02-25)

Bug Fixes

  • πŸ› new React behaviour needs useState to set something (e926faf), closes #128

5.5.3 (2019-02-25)

Bug Fixes

  • deps: update dependency use-callbag to ^0.2.0 (4d49d0b)

5.5.2 (2019-02-24)

Bug Fixes

  • deps: update dependency use-onclickoutside to ^0.3.0 (0baae6d)

5.5.1 (2019-02-24)

Bug Fixes

  • deps: update dependency ts-easing to ^0.2.0 (3321e11)

5.5.0 (2019-02-23)

Bug Fixes

  • add type definition for useList() remove() method (ea2dc43)
  • useSetState bug (83611a1)

Features

  • Add remove method for useList (5a295d9)

5.4.1 (2019-02-19)

Bug Fixes

  • πŸ› better async loading for keyboardjs (2096bae), closes #103

5.4.0 (2019-02-19)

Features

  • add error and loading fields to useGeolocation (6909a69)

5.3.1 (2019-02-17)

Bug Fixes

  • πŸ› fix typings in useOrientation sensor (afbacac)
  • πŸ› fix useSetState after React update (524abe5), closes #107 #107
  • useOrientation breaks in some devices (d89bd54)

5.3.0 (2019-02-07)

Features

  • Add updateAt method for useList (ad05609)

5.2.3 (2019-02-07)

Bug Fixes

  • πŸ› fix build and update React deps (27e26a0)

5.2.2 (2019-02-02)

Bug Fixes

  • release useDebounce and useToggle fixes (12ad880)

5.2.1 (2019-01-04)

Bug Fixes

  • use function to correctly update state in useToggle (d854d27)

5.2.0 (2019-01-02)

Features

  • 🎸 add useKeyPress hook (01df885)
  • useKeyPress: allow complex bindings via key combos (e53a20f)

5.1.2 (2018-12-29)

Bug Fixes

  • reset state when calling useEffect in useAsync (2f5af2c)

5.1.1 (2018-12-20)

Bug Fixes

  • lock react and react-dom to a fixed version (#83) (455812d)

5.1.0 (2018-12-19)

Bug Fixes

  • πŸ› just use any for setTimeout because of diff environments (55673cb)
  • πŸ› memoized does not receive arguments (244a533)
  • πŸ› use Timeout type for build to work (8c66abe)

Features

5.0.0 (2018-12-17)

Features

  • 🎸 list all useAsync state props so that TS dont complain (7c1b107)
  • 🎸 remove experimental hooks (533e26f)
  • use discriminated union in useAsync (966af4a)

BREAKING CHANGES

  • useRenderProp and useAsync are removed

4.11.1 (2018-12-16)

Bug Fixes

  • synchronously re-render bug of useRaf hook (#77) (5d74348)

4.11.0 (2018-12-05)

Features

  • 🎸 add useRefMounted hook (dfb0510)

4.10.0 (2018-11-10)

Features

4.9.0 (2018-11-06)

Features

4.8.0 (2018-11-02)

Features

  • allow useSetState setter to accept function (bfd114a)

4.7.0 (2018-10-30)

Features

  • 🎸 add useHoverDirty hook (c2aee59)

4.6.0 (2018-10-30)

Features

  • 🎸 implement useLocalStorage without events (d211722)

4.5.0 (2018-10-29)

Features

  • 🎸 add useAdopt hook (91bee9a)
  • 🎸 add useRenderProp hook (2d85c61)

4.4.0 (2018-10-29)

Features

  • 🎸 add useCallbag hook (ead142c)

4.3.0 (2018-10-29)

Features

  • 🎸 add useOutsideClick hook (90d2c22)

4.2.0 (2018-10-29)

Features

  • 🎸 add useVideo hook (ff05419)
  • 🎸 allow to pass React

4.1.0 (2018-10-29)

Features

  • 🎸 add createMemo hook factory (8730eaa)

4.0.0 (2018-10-29)

Features

  • 🎸 add useNumber alias (a58a4a7)
  • 🎸 improve useCounter interface (395e82b)

BREAKING CHANGES

  • useCounter interface changed

3.1.0 (2018-10-29)

Features

  • 🎸 add useGetSetState (dcd1013)

Performance Improvements

  • ⚑️ wrape useGetSetState callbacks in useCallback (3c1e57d)

3.0.0 (2018-10-29)

Features

  • 🎸 accept any value type in useToggle and cast it to bool (869f767)

BREAKING CHANGES

  • now useToggle and useBoolean accept any value type and cast it to boolean.

2.3.0 (2018-10-29)

Features

  • 🎸 add useBoolean hook (ce6de24)

2.2.0 (2018-10-29)

Features

  • 🎸 add useGetSet hook (bfc30b9)
  • 🎸 add useUpdate hook (c00f308)

2.1.0 (2018-10-28)

Features

  • 🎸 add useObservable (711e831)

2.0.0 (2018-10-28)

Features

  • 🎸 change API for useToggle hook (#16) (5a6da18)

BREAKING CHANGES

  • useToggle interface changed

1.0.0 (2018-10-28)

chore

Continuous Integration

  • 🎑 store CircleCI artifacts, add git-cz (690dd5e)

Features

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

BREAKING CHANGES

  • make semantic-release bump version
  • Released v1.0.0