react-use/CHANGELOG.md
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

5.1 KiB
Raw Blame History

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

2.1.0 (2018-10-28)

Features

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