Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Latest commit

 

History

History
56 lines (37 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

56 lines (37 loc) · 2.01 KB

4.0.0 (2022-05-09)

BREAKING CHANGES

  • 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)

Bug fixes

  • API
    • expose Hotkeyand HotkeyOptions (#8)

3.0.1 (2018-08-19)

Fixes

  • Fixed schematics

3.0.0 (2018-08-17)

Features

  • complete rewrite of the library
    • removed external dependencies
    • use Angular mechanics to listen to shortcuts

2.1.3 (2018-08-14)

Features

  • Angular
    • Added schematics support (#2)

2.0.0 (2018-05-30)

Update instructions

Beside running npm install @balticcode/[email protected] you can also remove mousetrap from your projects dependencies by running npm uninstall mousetrap --save.

Breaking Changes

  • 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).

Bug Fixes

  • dependencies: moving mousetrap from the libraries peerDependencies to dependencies

1.0.0 (2018-05-09)

  • initial release