Skip to content

Releases: omridevk/ng-keyboard-shortcuts

8.2.2 - cyberpunk

20 Dec 23:02
Compare
Choose a tag to compare

Updated to readme files.

8.2.1 - cyberpunk

20 Dec 20:34
Compare
Choose a tag to compare

8.2.0 - cyberpunk

20 Dec 18:10
Compare
Choose a tag to compare

Change log
#37
#40
#42
Update angular to latest version see change logs: 8.2.14

7.1.3 - tesla

28 May 14:29
Compare
Choose a tag to compare

fixes

  • [closeKey]="'escape'" seems to be broken in 7.1.2 #29

7.1.2 - sequential

27 May 23:54
Compare
Choose a tag to compare

fixes

  • Shortcuts like "?" or "<" or "~" do not work - issue 27

New features:

  • Add support for gmail like sequences, see readme sequences part for more information and usage - issue 27
    Thanks for @jnfaerch for the suggestion

7.0.11 - magnetic

24 May 16:31
Compare
Choose a tag to compare

fixes

  • Shortcut modal overflows and does not scroll - issue 24
  • Prevent Default not working as expected - issue 18

New features:

  • Add closeKey @Input to ng-keyboard-shortcuts-help component to manually close the help screen.

7.0.8 - atomic

31 Mar 09:50
Compare
Choose a tag to compare

fixes

Support for lazy loaded modules - #11

7.0.7 - atoms

30 Mar 17:15
Compare
Choose a tag to compare
  • New Component API
  • New Directive API
  • New Help screen
  • New Service to assist creating a custom help screen

Deprecated features:

  • The main service had been deprecated, shortcuts should now be added using the component API. see readme for more info.

2.0.0 - thunder

15 Jun 14:54
3cf5662
Compare
Choose a tag to compare
Merge pull request #3 from omridevk/v2.0.0

v2.0.0 update to angualar 6 and add more features