Skip to content

Latest commit

 

History

History
550 lines (272 loc) · 32.6 KB

CHANGELOG.md

File metadata and controls

550 lines (272 loc) · 32.6 KB

Changelog

6.0.0 (2024-11-22)

⚠ BREAKING CHANGES

  • ng-keyboard-sort: update to Angular 19 (#140)

Features

  • ng-keyboard-sort: update to Angular 19 (#140) (b15973f)

5.0.1 (2024-10-20)

Bug Fixes

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)

4.0.3 (2024-09-07)

Build System

  • deps-dev: bump axios from 1.6.8 to 1.7.7 (#120) (5f8411e)
  • deps-dev: bump braces from 3.0.2 to 3.0.3 (#116) (3dcd77a)
  • deps: bump webpack and @angular-devkit/build-angular (#117) (a494953)
  • deps: bump ws, engine.io and socket.io-adapter (#119) (abd875a)

4.0.2 (2024-04-16)

Bug Fixes

4.0.1 (2024-03-26)

Bug Fixes

4.0.0 (2023-12-18)

⚠ BREAKING CHANGES

  • Internal properties have been marked with @internal, switched to protected, or removed if unused (KeyboardSortEvent).
  • upgrade to Angular 17 (#100)

Build System

Miscellaneous Chores

Documentation

Features

3.1.4 (2023-12-02)

Build System

  • deps-dev: bump @adobe/css-tools from 4.3.1 to 4.3.2 (#95) (863eff4)
  • deps-dev: bump axios from 1.4.0 to 1.6.1 (#94) (cc91164)

Miscellaneous Chores

3.1.3 (2023-10-24)

Build System

  • deps-dev: bump @babel/traverse from 7.22.10 to 7.23.2 (#92) (5578fdb)

Miscellaneous Chores

3.1.2 (2023-10-11)

Build System

  • deps-dev: bump postcss from 8.4.27 to 8.4.31 (#89) (1039d1c)

Continuous Integration

Miscellaneous Chores

3.1.1 (2023-09-24)

Miscellaneous Chores

3.1.0 (2023-08-13)

Build System

  • deps: bump critters and @angular-devkit/build-angular (#83) (1cf39a1)

Miscellaneous Chores

Features

3.0.3 (2023-07-29)

Continuous Integration

Miscellaneous Chores

3.0.2 (2023-07-29)

Build System

Miscellaneous Chores

3.0.1 (2023-07-10)

Build System

Continuous Integration

  • comment on pr with stackblitz link (#74) (fb6df07)

Miscellaneous Chores

3.0.0 (2023-07-02)

⚠ BREAKING CHANGES

  • update to Angular 16.1 (#72)
  • move methods to services, switch to cdk focus manager (#68)
  • renamed KeyboardSortService to KeyboardSortListService (#65)
  • update to Angular 16 (#61)

Build System

  • add webkit option for karma tests (#70) (3649d14)

Continuous Integration

Miscellaneous Chores

Features

Code Refactoring

  • move methods to services, switch to cdk focus manager (#68) (0464cc9)
  • renamed KeyboardSortService to KeyboardSortListService (#65) (305aa1c)

2.1.4 (2023-05-14)

Build System

  • deps: bump engine.io and socket.io (#59) (b69e4e7)

Continuous Integration

  • remove github package publish step (#60) (e91a751)

Miscellaneous Chores

2.1.3 (2023-04-09)

Continuous Integration

Miscellaneous Chores

2.1.2 (2023-04-09)

Continuous Integration

Miscellaneous Chores

Documentation

2.1.1 (2023-04-08)

Miscellaneous Chores

Bug Fixes

2.1.0 (2023-04-08)

Miscellaneous Chores

Features

2.0.4 (2023-04-08)

Miscellaneous Chores

Bug Fixes

  • remove keyboard focus option when disabled (#44) (dcfc8b2)

2.0.3 (2023-03-12)

Continuous Integration

Miscellaneous Chores

2.0.2 (2023-03-12)

Continuous Integration

  • log out of registry after publish (#39) (387d5a9)

Miscellaneous Chores

2.0.1 (2023-03-12)

Continuous Integration

Miscellaneous Chores

Bug Fixes

2.0.0 (2023-03-12)

⚠ BREAKING CHANGES

  • switch tabindex to only focus on first list item (#34)

Miscellaneous Chores

Features

  • switch tabindex to only focus on first list item (#34) (d57bbe4)

1.2.0 (2023-02-26)

Build System

  • remove deprecated workspace lint (27033ad)
  • remove deprecated workspace lint (#33) (6444719)

Miscellaneous Chores

Features

1.1.2 (2023-02-25)

Continuous Integration

Miscellaneous Chores

1.1.1 (2023-02-25)

Continuous Integration

Miscellaneous Chores

1.1.0 (2023-02-12)

Miscellaneous Chores

Features

Bug Fixes

  • check both item and list disabled states (c2a2e42)
  • check both item and list disabled states (#15) (9134102)

1.0.2 (2023-02-11)

Miscellaneous Chores

Documentation

  • links to open project in stackblitz (#13) (32fc04c)

1.0.1 (2023-02-11)

Build System

Miscellaneous Chores

1.0.0 (2023-02-08)

Continuous Integration

  • ignore changelog markdown format (642884e)
  • ignore changelog markdown format (58d6e83)
  • ignore changelog markdown format (#6) (0bc40cb)
  • ignore changelog markdown format (#7) (a2e8efb)
  • update changelog settings (9d21f4c)
  • update changelog settings (#4) (cf2e7de)
  • update release command (ad009ed)
  • update release command (#8) (4721567)

Miscellaneous Chores

Bug Fixes

1.0.0-beta.0 (2023-01-20)

Continuous Integration