4.0.0 (2022-05-09)
- library requires
13.2.3
as the minimum version of@angular/core
now due to changes made to@angular/compiler
and@angular/core
(#44994) - removed schematic support
3.0.2 (2020-02-29)
- API
- expose
Hotkey
andHotkeyOptions
(#8)
- expose
3.0.1 (2018-08-19)
- Fixed schematics
3.0.0 (2018-08-17)
- complete rewrite of the library
- removed external dependencies
- use Angular mechanics to listen to shortcuts
2.1.3 (2018-08-14)
- Angular
- Added schematics support (#2)
2.0.0 (2018-05-30)
Beside running npm install @balticcode/[email protected]
you can also remove mousetrap from your projects dependencies by running npm uninstall mousetrap --save
.
- module configuration: instead of providing an empty object you can now completely ommit the parameter to use the default options.
- NgxHotkeysService: rewritten the API (see README for a complete list).
- dependencies: moving mousetrap from the libraries
peerDependencies
todependencies
- initial release