Skip to content

Latest commit

 

History

History
128 lines (66 loc) · 5.95 KB

CHANGELOG.md

File metadata and controls

128 lines (66 loc) · 5.95 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.0 (2024-03-20)

⚠ BREAKING CHANGES

  • Angular v17 is required
  • dependencies: **

Bug Fixes

  • dependencies: removing @ng-bootstrap/ng-bootstrap (ef30dec), closes #89

  • release: bump all dependencies to latest (17f74c6)

  • release: update to angular 17 and bump all dependencies to latest (26a6048)

  • release: update to angular 17 and bump all dependencies to latest (5323d0c)

  • release: update to angular 17 and bump all dependencies to latest (234edd9)

  • release: update to angular 17 and bump all dependencies to latest (3d17db6)

  • Merge pull request #91 from Pilpin/master (1ff0709), closes #91

2.0.0 (2023-09-11)

⚠ BREAKING CHANGES

  • 🧨 Replaced @angular/material with @ng-bootstrap/ng-bootstrap
  • dimiss property has been renamed to dismiss in help component.

Features

Bug Fixes

  • added unit test (f6d326c)

  • change property dimiss to dismiss in help component output (c4c69f1)

  • remove empty sequence map entry (e66063e)

  • tests (6354acf)

  • update node.js version (0da82aa)

  • 💡 Remove Angular material and use bootstrap (bc7be48), closes #83

1.3.0 (2022-06-10)

Features

  • ignore contentEditable elements (4185015)

Bug Fixes

1.2.0 (2022-04-09)

Features

  • support ctrl,alt,shift for sequence hotkey (ac0f78d)
  • support for sequence hotkeys added (fcdcdbd)

Bug Fixes

  • arrow keys mapping to keycodes (a772d84)

Tests

1.1.4 (2021-07-29)

Bug Fixes

  • dispose EventManager when unsubscribed (91083c6)

1.1.3 (2021-07-26)

Bug Fixes

  • unsubscribe shortcuts when removed (1e2aba3)
  • use single subject (91d9ad8)

1.1.2 (2021-01-02)

Bug Fixes

1.1.1 (2020-06-29)

Bug Fixes

1.1.0 (2020-06-14)

Features

  • add HotkeyService.removeShortcuts (#6) (b0af8e0)

1.0.1 (2020-05-13)

Bug Fixes

1.0.0 (2020-04-24)