Skip to content

v6.0.0

Compare
Choose a tag to compare
@streamich streamich released this 26 Mar 10:28
· 2591 commits to master since this release

6.0.0 (2019-03-26)

Bug Fixes

  • πŸ› bump nano-css (f1f36dc), closes #90
  • πŸ› don't throw only in development (f5faba5)

chore

  • πŸ€– don't install only large dependencies (6170067)

Features

  • 🎸 add {bound} option to useMouse (9bb02a1)
  • 🎸 implement useClickAway, remove useOutsideClick (a03143a)
  • 🎸 keep global state of all useLockBodyScroll hooks (5dd10e9)
  • 🎸 move extra mouse functionality into useMouseHovered (8b0580e)
  • more precise size for useMouse (b887075)

BREAKING CHANGES

  • 🧨 error is logged instead of thrown in development environment
  • 🧨 useOutsideClick is now useClickAway
  • 🧨 useCallbag hook is removed, some hooks KeyboardJS and Rebound installed
    separately