Skip to content

Commit

Permalink
chore: release 0.1.0 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored May 5, 2021
1 parent 67e101f commit 2fc3fa3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## 0.1.0 (2021-05-05)


### Features

* add hook for local shortcuts and do not restrict shift key by default ([aae3f57](https://www.github.com/zakodium/react-kbs/commit/aae3f570559167ba8edf14a93b436933f47454e5))
* add useKbsDisableGlobal hook ([7fd7e11](https://www.github.com/zakodium/react-kbs/commit/7fd7e11f6cd13fd6bc9e4c39b83f06efcf4df446))
* allow shortcuts to have a description ([d51c168](https://www.github.com/zakodium/react-kbs/commit/d51c16860d1c626f4b304f5fae80197af0c5e120))
* implement global shortcuts ([e791933](https://www.github.com/zakodium/react-kbs/commit/e791933de99a770bddf95fa9d2365fcd1652320d))
* warn if a global shortcut is defined twice ([be173c3](https://www.github.com/zakodium/react-kbs/commit/be173c3d9b29cf5ae484b874c67fc08afad6a64d))


### Bug Fixes

* only handle event if target is focusable div ([67e101f](https://www.github.com/zakodium/react-kbs/commit/67e101f6c7fa56c7ddebeb34bdd58f7fc71ef057))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-kbs",
"version": "0.0.0",
"version": "0.1.0",
"description": "React library to manage your application's keyboard shortcuts",
"homepage": ".",
"main": "./lib-cjs/index.js",
Expand Down

0 comments on commit 2fc3fa3

Please sign in to comment.