Skip to content

Releases: streamich/react-use

v4.9.0

06 Nov 20:54

Choose a tag to compare

4.9.0 (2018-11-06)

Features

v4.8.0

02 Nov 07:51

Choose a tag to compare

4.8.0 (2018-11-02)

Features

  • allow useSetState setter to accept function (bfd114a)

v4.7.0

30 Oct 17:22

Choose a tag to compare

4.7.0 (2018-10-30)

Features

  • 🎸 add useHoverDirty hook (c2aee59)

v4.6.0

30 Oct 17:04

Choose a tag to compare

4.6.0 (2018-10-30)

Features

  • 🎸 implement useLocalStorage without events (d211722)

v4.5.0

29 Oct 22:11

Choose a tag to compare

4.5.0 (2018-10-29)

Features

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

v4.4.0

29 Oct 21:10

Choose a tag to compare

4.4.0 (2018-10-29)

Features

  • 🎸 add useCallbag hook (ead142c)

v4.3.0

29 Oct 20:52

Choose a tag to compare

4.3.0 (2018-10-29)

Features

  • 🎸 add useOutsideClick hook (90d2c22)

v4.2.0

29 Oct 20:25

Choose a tag to compare

4.2.0 (2018-10-29)

Features

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

v4.1.0

29 Oct 19:57

Choose a tag to compare

4.1.0 (2018-10-29)

Features

  • 🎸 add createMemo hook factory (8730eaa)

v4.0.0

29 Oct 17:49

Choose a tag to compare

4.0.0 (2018-10-29)

Features

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

BREAKING CHANGES

  • useCounter interface changed