Skip to content

v5.0.0

Compare
Choose a tag to compare
@johnhwhite johnhwhite released this 28 Sep 14:56
8e5dc60

5.0.0 (2024-09-27)

⚠ BREAKING CHANGES

  • ng-keyboard-sort: The kbdSortListData input should be used as a two-way binding, [(kbdSortListData)]. Previously, this input was updated by reference.
  • Added support for Angular 18. Removed support for Angular 17.

Build System

Continuous Integration

Miscellaneous Chores

Features

Code Refactoring

  • ng-keyboard-sort: switch observables to signals (#129) (0f74755)