+
@@ -20,7 +20,7 @@
ref="suggestionsUL">
diff --git a/dist/system/autocomplete.js b/dist/system/autocomplete.js
index 19598b7..06ea39c 100644
--- a/dist/system/autocomplete.js
+++ b/dist/system/autocomplete.js
@@ -3,7 +3,7 @@
System.register(['aurelia-binding', 'aurelia-templating', 'aurelia-dependency-injection', 'aurelia-pal', 'aurelia-task-queue', './autocompleteoptions'], function (_export, _context) {
"use strict";
- var bindingMode, observable, bindable, InlineViewStrategy, inject, DOM, TaskQueue, autoCompleteOptions, _dec, _dec2, _class, _desc, _value, _class2, _descriptor, _descriptor2, _descriptor3, _descriptor4, _descriptor5, _descriptor6, _descriptor7, nextID, Autocomplete;
+ var bindingMode, observable, bindable, InlineViewStrategy, inject, DOM, TaskQueue, autoCompleteOptions, _dec, _dec2, _class, _desc, _value, _class2, _descriptor, _descriptor2, _descriptor3, _descriptor4, _descriptor5, _descriptor6, _descriptor7, _descriptor8, nextID, Autocomplete;
function _initDefineProp(target, property, descriptor, context) {
if (!descriptor) return;
@@ -89,7 +89,9 @@ System.register(['aurelia-binding', 'aurelia-templating', 'aurelia-dependency-in
_initDefineProp(this, 'delay', _descriptor6, this);
- _initDefineProp(this, 'inputValue', _descriptor7, this);
+ _initDefineProp(this, 'small', _descriptor7, this);
+
+ _initDefineProp(this, 'inputValue', _descriptor8, this);
this.id = nextID++;
this.expanded = false;
@@ -264,7 +266,12 @@ System.register(['aurelia-binding', 'aurelia-templating', 'aurelia-dependency-in
initializer: function initializer() {
return 300;
}
- }), _descriptor7 = _applyDecoratedDescriptor(_class2.prototype, 'inputValue', [observable], {
+ }), _descriptor7 = _applyDecoratedDescriptor(_class2.prototype, 'small', [bindable], {
+ enumerable: true,
+ initializer: function initializer() {
+ return false;
+ }
+ }), _descriptor8 = _applyDecoratedDescriptor(_class2.prototype, 'inputValue', [observable], {
enumerable: true,
initializer: function initializer() {
return '';
diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md
index bfdead2..b80eec3 100644
--- a/doc/CHANGELOG.md
+++ b/doc/CHANGELOG.md
@@ -1,3 +1,9 @@
+# [1.4.0](https://github.com/drivesoftware/aurelia-autocomplete/releases/tag/1.4.0) (2017-04-11)
+
+### Features
+
+* add small property to allow for bootstrap small control
+
# [1.3.0](https://github.com/drivesoftware/aurelia-autocomplete/releases/tag/1.3.0) (2017-04-11)
### Features
diff --git a/package.json b/package.json
index bc6ca50..8f242fa 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aurelia-autocomplete",
- "version": "1.3.0",
+ "version": "1.4.0",
"description": "Autocomplete control for Aurelia",
"keywords": [
"aurelia",