<a name="3.1.0"></a>
# [3.1.0](https://github.com/SpoonX/aurelia-autocomplete/compare/v3.0.0...v3.1.0) (2018-07-02)


### Bug Fixes

* **autocomplete:** show autocomplete results when user focuses input without clicking in it ([f1e9de9](https://github.com/SpoonX/aurelia-autocomplete/commit/f1e9de9))



<a name="3.0.0"></a>
# [3.0.0](https://github.com/SpoonX/aurelia-autocomplete/compare/v3.0.0-2...v3.0.0) (2018-06-20)


### Bug Fixes

* **autocomplete:** only init endpoint when set ([463e0e0](https://github.com/SpoonX/aurelia-autocomplete/commit/463e0e0))


### Features

* **autocomplete:** add bootstrap v4 support ([1119a02](https://github.com/SpoonX/aurelia-autocomplete/commit/1119a02))



<a name="3.0.0-2"></a>
# [3.0.0-2](https://github.com/SpoonX/aurelia-autocomplete/compare/v3.0.0-1...v3.0.0-2) (2018-04-19)


### Bug Fixes

* **project:** prevent autocomplete options from being uncollapsed initially ([2a3fa37](https://github.com/SpoonX/aurelia-autocomplete/commit/2a3fa37))



<a name="3.0.0-1"></a>
# [3.0.0-1](https://github.com/SpoonX/aurelia-autocomplete/compare/v3.0.0-0...v3.0.0-1) (2018-04-10)


### Bug Fixes

* **project:** added resultChanged handler to update the autocomplete view ([b02dfb6](https://github.com/SpoonX/aurelia-autocomplete/commit/b02dfb6))



<a name="3.0.0-0"></a>
# [3.0.0-0](https://github.com/SpoonX/aurelia-autocomplete/compare/v2.2.4...v3.0.0-0) (2018-04-10)



<a name="2.2.4"></a>
## [2.2.4](https://github.com/SpoonX/aurelia-autocomplete/compare/v2.2.3...v2.2.4) (2017-12-06)


### Bug Fixes

* safari blur bug ([8427e1a](https://github.com/SpoonX/aurelia-autocomplete/commit/8427e1a))



<a name="2.2.3"></a>
## [2.2.3](https://github.com/SpoonX/aurelia-autocomplete/compare/v2.2.2...v2.2.3) (2017-10-16)


### Bug Fixes

* **autocomplete:** Handle initial undefined state ([55864df](https://github.com/SpoonX/aurelia-autocomplete/commit/55864df))



<a name="2.2.2"></a>
## [2.2.2](https://github.com/SpoonX/aurelia-autocomplete/compare/v2.2.1...v2.2.2) (2017-08-18)


### Bug Fixes

* **dropdown:** keep the dropdown's state when using the left/right arrows ([f5a19ed](https://github.com/SpoonX/aurelia-autocomplete/commit/f5a19ed))
* **project:** make sure to always set the previous value ([f3adc9b](https://github.com/SpoonX/aurelia-autocomplete/commit/f3adc9b))
* **project:** set hasFocus once the value actually exists ([e8dc9f2](https://github.com/SpoonX/aurelia-autocomplete/commit/e8dc9f2))



<a name="2.2.1"></a>
## [2.2.1](https://github.com/SpoonX/aurelia-autocomplete/compare/v2.2.0...v2.2.1) (2017-07-14)


### Bug Fixes

* **project:** prevent selecting result when search result is empty ([e33434c](https://github.com/SpoonX/aurelia-autocomplete/commit/e33434c))



<a name="2.2.0"></a>
# [2.2.0](https://github.com/SpoonX/aurelia-autocomplete/compare/v2.1.2...v2.2.0) (2017-07-06)


### Features

* **project:** support search on multiple fields ([4eb27d7](https://github.com/SpoonX/aurelia-autocomplete/commit/4eb27d7))



<a name="2.1.2"></a>
## [2.1.2](https://github.com/SpoonX/aurelia-autocomplete/compare/v2.1.1...v2.1.2) (2017-06-15)


### Bug Fixes

* **autocomplete:** fix value converter ([e0aaa44](https://github.com/SpoonX/aurelia-autocomplete/commit/e0aaa44))



<a name="2.1.1"></a>
## [2.1.1](https://github.com/SpoonX/aurelia-autocomplete/compare/v2.1.0...v2.1.1) (2017-04-16)


### Features

* **autocomplete:** make placeholder bindable ([6e0873b](https://github.com/SpoonX/aurelia-autocomplete/commit/6e0873b))
* **autocomplete:** make placeholder configurable ([5b8e4fd](https://github.com/SpoonX/aurelia-autocomplete/commit/5b8e4fd))



<a name="2.1.0"></a>
# [2.1.0](https://github.com/SpoonX/aurelia-autocomplete/compare/v2.0.0...v2.1.0) (2017-02-23)


### Bug Fixes

* **autocomplete:** add name and type button ([ee35abb](https://github.com/SpoonX/aurelia-autocomplete/commit/ee35abb))
* **component:** catch escape and enter ([0f649df](https://github.com/SpoonX/aurelia-autocomplete/commit/0f649df))



<a name="2.0.0"></a>
# [2.0.0](https://github.com/SpoonX/aurelia-autocomplete/compare/v1.0.0...v2.0.0) (2017-01-26)


### Bug Fixes

* **component:** add conditional for pretty padding ([7d2b7a3](https://github.com/SpoonX/aurelia-autocomplete/commit/7d2b7a3))
* **component:** check for string ([67ac0ee](https://github.com/SpoonX/aurelia-autocomplete/commit/67ac0ee))
* **component:** make initial request run ([97f9096](https://github.com/SpoonX/aurelia-autocomplete/commit/97f9096))
* **component:** use css attribute for IE support ([8633147](https://github.com/SpoonX/aurelia-autocomplete/commit/8633147))
* **component:** use default empty string for label ([48d2d4b](https://github.com/SpoonX/aurelia-autocomplete/commit/48d2d4b))


### Features

* **component:** add minInput option ([f7c7f09](https://github.com/SpoonX/aurelia-autocomplete/commit/f7c7f09))
* **component:** support use of custom event ([50545bb](https://github.com/SpoonX/aurelia-autocomplete/commit/50545bb))



<a name="1.0.0"></a>
# [1.0.0](https://github.com/SpoonX/aurelia-autocomplete/compare/v0.2.0...v1.0.0) (2017-01-25)



<a name="0.2.0"></a>
# [0.2.0](https://github.com/SpoonX/aurelia-autocomplete/compare/v0.1.0...v0.2.0) (2017-01-25)


### Bug Fixes

* **component:** always shows dropdown when input has focus ([0e6881b](https://github.com/SpoonX/aurelia-autocomplete/commit/0e6881b))
* **component:** store in variable for comparing ([fb7e42b](https://github.com/SpoonX/aurelia-autocomplete/commit/fb7e42b))


### Features

* **component:** allow passing in of bindable debounce ([baf9d70](https://github.com/SpoonX/aurelia-autocomplete/commit/baf9d70))
* **component:** show no results feedback ([5d6b461](https://github.com/SpoonX/aurelia-autocomplete/commit/5d6b461))



<a name="0.1.0"></a>
# 0.1.0 (2017-01-11)


### Bug Fixes

* **auto-complete:** set autocomplete off ([3dde726](https://github.com/SpoonX/aurelia-autocomplete/commit/3dde726))
* **component:** make href inert ([aacbcf6](https://github.com/SpoonX/aurelia-autocomplete/commit/aacbcf6))
* **eslint:** add missing eslint config ([4133d02](https://github.com/SpoonX/aurelia-autocomplete/commit/4133d02))
* **label-with-matches:** only replace with strong is label returns a instance with replace method ([e2958a0](https://github.com/SpoonX/aurelia-autocomplete/commit/e2958a0))
* **template:** remove form-group div around input ([5c54b3c](https://github.com/SpoonX/aurelia-autocomplete/commit/5c54b3c))
* **test:** fix the configure test ([fe3668b](https://github.com/SpoonX/aurelia-autocomplete/commit/fe3668b))
* **view-model:** overrule bootstrap.js' class open behavior ([d8d8888](https://github.com/SpoonX/aurelia-autocomplete/commit/d8d8888))
* **view-model:** set the initial text of input ([ec26fb0](https://github.com/SpoonX/aurelia-autocomplete/commit/ec26fb0))


### Features

* **auto-complete:** ignore all but last find request ([c2ba4ee](https://github.com/SpoonX/aurelia-autocomplete/commit/c2ba4ee))
* **project:** add items bindable ([ab34d06](https://github.com/SpoonX/aurelia-autocomplete/commit/ab34d06))
* **value:** allow falsy values when selecting ([4e572ad](https://github.com/SpoonX/aurelia-autocomplete/commit/4e572ad))



