Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [7.0.0](v6.2.2...v7.0.0) (2019-03-28) ### Bug Fixes * π fix TypeScript build errors ([5c95f28](5c95f28)) * π make sure all paths in usePageLeave return ([6655092](6655092)) * π track "over" state better in useDrop hook ([acc355c](acc355c)) ### Features * πΈ add clear() to useList, use fn for state updates ([b20cf7c](b20cf7c)) * πΈ add createRenderProp function for creating render-props ([f4fd748](f4fd748)) * πΈ add useDrop hook ([6e415cf](6e415cf)) * πΈ add useDropArea hook ([676d0de](676d0de)) * πΈ add useEvent hook ([2a13cfb](2a13cfb)) * πΈ add useKey hook ([299fd86](299fd86)) * πΈ add useKeyboardJs hook ([3516aa6](3516aa6)) * πΈ add usePageLeave hook ([33ac91b](33ac91b)) * πΈ add useThrottleFn hook that throttles function ([0ccdf95](0ccdf95)) * πΈ improve useFullscreen hook ([7c38165](7c38165)) * πΈ keep keyboard events in useKeyPress hook ([00fecab](00fecab)) * πΈ refactor useKeyPressEvent hook ([c0658f6](c0658f6)) * πΈ return events from useKeyboardJs hook ([aa277b8](aa277b8)) * πΈ simplify and improve useThrottle hook ([452e8d9](452e8d9)) * πΈ useKeyPress hook now uses useKey, KeyboardJS removed ([727743b](727743b)) ### BREAKING CHANGES * 𧨠useKeyPressEvent hook modified for dependency injection and providing event objects to user * 𧨠KeyboardJS now available anymore in useKeyPress hook, instead it will be a separate useKeyPressKJ hook. * 𧨠useThrottle is now a completely different hook
- Loading branch information