# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.3.0"></a>
# [0.3.0](https://github.com/mattlewis92/angular-text-input-autocomplete/compare/v0.2.1...v0.3.0) (2018-07-08)


### Features

* add a component selector to the dropdown menu ([c9ff811](https://github.com/mattlewis92/angular-text-input-autocomplete/commit/c9ff811)), closes [#8](https://github.com/mattlewis92/angular-text-input-autocomplete/issues/8)



<a name="0.2.1"></a>
## [0.2.1](https://github.com/mattlewis92/angular-text-input-autocomplete/compare/v0.2.0...v0.2.1) (2018-06-16)


### Bug Fixes

* **menu:** scroll active item into view when using arrow keys ([de22714](https://github.com/mattlewis92/angular-text-input-autocomplete/commit/de22714)), closes [#6](https://github.com/mattlewis92/angular-text-input-autocomplete/issues/6)



<a name="0.2.0"></a>
# [0.2.0](https://github.com/mattlewis92/angular-text-input-autocomplete/compare/v0.1.2...v0.2.0) (2018-05-14)


### Features

* add max height and scrollbar to menu ([11a32ad](https://github.com/mattlewis92/angular-text-input-autocomplete/commit/11a32ad))
* upgrade to angular 6 ([8d8af83](https://github.com/mattlewis92/angular-text-input-autocomplete/commit/8d8af83))


### BREAKING CHANGES

* angular 6 or higher is now required to use this package



<a name="0.1.2"></a>
## [0.1.2](https://github.com/mattlewis92/angular-text-input-autocomplete/compare/v0.1.1...v0.1.2) (2018-05-05)


### Bug Fixes

* allow angular 6 peer dependency ([4e02a45](https://github.com/mattlewis92/angular-text-input-autocomplete/commit/4e02a45))



<a name="0.1.1"></a>
## [0.1.1](https://github.com/mattlewis92/angular-text-input-autocomplete/compare/v0.1.0...v0.1.1) (2018-01-10)


### Bug Fixes

* allow the package to be compiled with fullTemplateTypecheck ([d2b7cd1](https://github.com/mattlewis92/angular-text-input-autocomplete/commit/d2b7cd1))



<a name="0.1.0"></a>
# 0.1.0 (2017-10-09)


### Features

* initial implementation ([f8cf905](https://github.com/mattlewis92/angular-text-input-autocomplete/commit/f8cf905))
