From 2fc3fa31762757ec5c2405cafa1d929f97f25f2a Mon Sep 17 00:00:00 2001 From: zakodium-bot <72201612+zakodium-bot@users.noreply.github.com> Date: Wed, 5 May 2021 18:36:54 +0200 Subject: [PATCH] chore: release 0.1.0 (#2) --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ecb38cb --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package-lock.json b/package-lock.json index e3120fa..4384871 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "react-kbs", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "devDependencies": { "@craco/craco": "^6.1.2", diff --git a/package.json b/package.json index 1f9be6f..5c10153 100644 --- a/package.json +++ b/package.json @@ -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",