Releases: omridevk/ng-keyboard-shortcuts
Releases · omridevk/ng-keyboard-shortcuts
13.0.6
- feat: add new ng-keyboard-shortcut component to allow binding to a single keyboard event.
13.0.5
@HostListener("shortcut.shift + y.prevent")
onShift() {
console.log("ty")
}
13.0.2
- Update to angular 13
- Move repository to Nx
10.1.17
fixed issue with disabled property issue
Thanks @domdeger for the quick fix!
9.1.17
fixed issue with disabled property issue
Thanks @domdeger for the quick fix!
7.1.17
fixed issue with disabled property issue
Thanks @domdeger for the quick fix!
10.1.16
Fix library output due to wrong angular compiler.
10.1.15
Fix Typescript error (using ?
)
- issue with peerDepedencies in library angular ^10.0.0 thanks to @ffried 👍
10.1.14
- fix issue #81
- and issue with peerDepedencies in library angular ^10.0.0 thanks to @ffried 👍
9.1.15
Fix Typescript error (using ?
)