Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](v5.16.1...v6.0.0) (2019-03-26)

### Bug Fixes

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

### chore

* πŸ€– don't install only large dependencies ([6170067](6170067))

### Features

* 🎸 add {bound} option to useMouse ([9bb02a1](9bb02a1))
* 🎸 implement useClickAway, remove useOutsideClick ([a03143a](a03143a))
* 🎸 keep global state of all useLockBodyScroll hooks ([5dd10e9](5dd10e9))
* 🎸 move extra mouse functionality into useMouseHovered ([8b0580e](8b0580e))
* more precise size for useMouse ([b887075](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
  • Loading branch information
semantic-release-bot committed Mar 26, 2019
1 parent 821320c commit 6537a21
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# [6.0.0](https://github.com/streamich/react-use/compare/v5.16.1...v6.0.0) (2019-03-26)


### Bug Fixes

* πŸ› bump nano-css ([f1f36dc](https://github.com/streamich/react-use/commit/f1f36dc)), closes [#90](https://github.com/streamich/react-use/issues/90)
* πŸ› don't throw only in development ([f5faba5](https://github.com/streamich/react-use/commit/f5faba5))


### chore

* πŸ€– don't install only large dependencies ([6170067](https://github.com/streamich/react-use/commit/6170067))


### Features

* 🎸 add {bound} option to useMouse ([9bb02a1](https://github.com/streamich/react-use/commit/9bb02a1))
* 🎸 implement useClickAway, remove useOutsideClick ([a03143a](https://github.com/streamich/react-use/commit/a03143a))
* 🎸 keep global state of all useLockBodyScroll hooks ([5dd10e9](https://github.com/streamich/react-use/commit/5dd10e9))
* 🎸 move extra mouse functionality into useMouseHovered ([8b0580e](https://github.com/streamich/react-use/commit/8b0580e))
* more precise size for useMouse ([b887075](https://github.com/streamich/react-use/commit/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

## [5.16.1](https://github.com/streamich/react-use/compare/v5.16.0...v5.16.1) (2019-03-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "5.16.1",
"version": "6.0.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 6537a21

Please sign in to comment.