Skip to content

Commit

Permalink
chore(main): release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhwhite committed Sep 23, 2024
1 parent f5efd9a commit a4400c8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [5.0.0](https://github.com/johnhwhite/ng-keyboard-sort/compare/v4.0.3...v5.0.0) (2024-09-23)


### ⚠ BREAKING CHANGES

* **ng-keyboard-sort:** The `kbdSortListData` input should be used as a [two-way binding](https://angular.dev/guide/templates/two-way-binding), `[(kbdSortListData)]`. Previously, this input was updated by reference.
* Added support for Angular 18. Removed support for Angular 17.

### Build System

* update test config ([#123](https://github.com/johnhwhite/ng-keyboard-sort/issues/123)) ([d4e56fc](https://github.com/johnhwhite/ng-keyboard-sort/commit/d4e56fcf282397434cb0a92c22452ab5bc86693d))
* use eslint 9 flat config file ([#127](https://github.com/johnhwhite/ng-keyboard-sort/issues/127)) ([bbeaa79](https://github.com/johnhwhite/ng-keyboard-sort/commit/bbeaa799102af9da58fb9f97b87e8c8141460700))


### Miscellaneous Chores

* update dependencies ([#124](https://github.com/johnhwhite/ng-keyboard-sort/issues/124)) ([643d646](https://github.com/johnhwhite/ng-keyboard-sort/commit/643d646c6c48aaaac8115f76053466fd5cb560da))


### Features

* **ng-keyboard-sort:** let handle events bubble ([#128](https://github.com/johnhwhite/ng-keyboard-sort/issues/128)) ([f5efd9a](https://github.com/johnhwhite/ng-keyboard-sort/commit/f5efd9a0e70110fc181efc8072e1450b1a72b4cd))
* **ng-keyboard-sort:** update to use signals ([#125](https://github.com/johnhwhite/ng-keyboard-sort/issues/125)) ([150ee69](https://github.com/johnhwhite/ng-keyboard-sort/commit/150ee6971c1719d9078b74130bed13f03884ad41))
* update to Angular 18 ([#121](https://github.com/johnhwhite/ng-keyboard-sort/issues/121)) ([859315a](https://github.com/johnhwhite/ng-keyboard-sort/commit/859315ad49ec74b559d3b2b317a905ffff44ac97))

## [4.0.3](https://github.com/johnhwhite/ng-keyboard-sort/compare/v4.0.2...v4.0.3) (2024-09-07)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.3
5.0.0

0 comments on commit a4400c8

Please sign in to comment.