angular-text-input-autocomplete
Version:
A angular 6+ directive for adding autocomplete functionality to text input elements, built around composability
103 lines (43 loc) • 3.24 kB
Markdown
# 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.5.0"></a>
# [0.5.0](https://github.com/mattlewis92/angular-text-input-autocomplete/compare/v0.4.1...v0.5.0) (2021-02-26)
### Features
* allow opening the menu with a keyboard shortcut ([9c785d2](https://github.com/mattlewis92/angular-text-input-autocomplete/commit/9c785d2))
<a name="0.4.1"></a>
## [0.4.1](https://github.com/mattlewis92/angular-text-input-autocomplete/compare/v0.4.0...v0.4.1) (2020-02-15)
### Bug Fixes
* correct menu location if line-height of textarea isn't in px ([7a8ca90](https://github.com/mattlewis92/angular-text-input-autocomplete/commit/7a8ca90))
<a name="0.4.0"></a>
# [0.4.0](https://github.com/mattlewis92/angular-text-input-autocomplete/compare/v0.3.0...v0.4.0) (2020-02-10)
### Bug Fixes
* scroll behavior if menu has multiple scrollable ancestors ([c105a40](https://github.com/mattlewis92/angular-text-input-autocomplete/commit/c105a40))
### Features
* add option to close menu on blur ([800f07d](https://github.com/mattlewis92/angular-text-input-autocomplete/commit/800f07d))
<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))