6.0.0 (2019-03-26)
Bug Fixes
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