ng-next-select
Version:
101 lines (58 loc) • 7.8 kB
Markdown
<a name="1.2.0"></a>
# [1.2.0](https://github.com/valor-software/ng2-select/compare/v1.1.2...v1.2.0) (2017-01-18)
### Bug Fixes
* add checking for not udefined document object ([#541](https://github.com/valor-software/ng2-select/issues/541)) ([7330f47](https://github.com/valor-software/ng2-select/commit/7330f47))
* **demo:** Removed duplicated attribute (data)="value" from multiple-demo.html ([#516](https://github.com/valor-software/ng2-select/issues/516)) ([7cbeb46](https://github.com/valor-software/ng2-select/commit/7cbeb46))
* **forms:** Validation compliant to ngModel ([#575](https://github.com/valor-software/ng2-select/issues/575)) ([aaadcbb](https://github.com/valor-software/ng2-select/commit/aaadcbb))
* **select:** compare the ID of a SelectItem instead of its text ([#358](https://github.com/valor-software/ng2-select/issues/358)) ([5c3a4e1](https://github.com/valor-software/ng2-select/commit/5c3a4e1))
### Features
* **select:** update to ng v2.3+ ([#590](https://github.com/valor-software/ng2-select/issues/590)) ([71536bc](https://github.com/valor-software/ng2-select/commit/71536bc))
<a name="1.1.2"></a>
## [1.1.2](https://github.com/valor-software/ng2-select/compare/v1.1.1...v1.1.2) (2016-11-11)
### Bug Fixes
* **close:** dropdown by missclick ([#515](https://github.com/valor-software/ng2-select/issues/515)) ([43b4c10](https://github.com/valor-software/ng2-select/commit/43b4c10))
<a name="1.1.1"></a>
## [1.1.1](https://github.com/valor-software/ng2-select/compare/v1.0.3...v1.1.1) (2016-10-18)
### Bug Fixes
* firefox issue ([#273](https://github.com/valor-software/ng2-select/issues/273)) ([f83764f](https://github.com/valor-software/ng2-select/commit/f83764f))
* **docs:** updated property name for active items ([#318](https://github.com/valor-software/ng2-select/issues/318)) ([d39def2](https://github.com/valor-software/ng2-select/commit/d39def2)), closes [#307](https://github.com/valor-software/ng2-select/issues/307)
* **filter:** possible dupes in filter ([#212](https://github.com/valor-software/ng2-select/issues/212)) ([7f4e9f6](https://github.com/valor-software/ng2-select/commit/7f4e9f6))
* **options:** fixed the disabled state ([#225](https://github.com/valor-software/ng2-select/issues/225)) ([388506f](https://github.com/valor-software/ng2-select/commit/388506f))
* **README:** Update docs with correct selector ng-select ([#148](https://github.com/valor-software/ng2-select/issues/148)) ([8aee01c](https://github.com/valor-software/ng2-select/commit/8aee01c))
* **select:** issue [#437](https://github.com/valor-software/ng2-select/issues/437) ([#454](https://github.com/valor-software/ng2-select/issues/454)) ([926e14d](https://github.com/valor-software/ng2-select/commit/926e14d))
* **select:** allow empty items ([2c090f3](https://github.com/valor-software/ng2-select/commit/2c090f3))
### Features
* **css:** removed most hardcoded css, instead rely on bootstrap css classes ([#214](https://github.com/valor-software/ng2-select/issues/214)) ([c178431](https://github.com/valor-software/ng2-select/commit/c178431))
* **input:** Added selectable inputfields instead of forcing id and text. ([#213](https://github.com/valor-software/ng2-select/issues/213)) ([cf7f110](https://github.com/valor-software/ng2-select/commit/cf7f110))
* programmatically select active items ([#223](https://github.com/valor-software/ng2-select/issues/223)) ([1ddbcd9](https://github.com/valor-software/ng2-select/commit/1ddbcd9))
* **package:** update to angular 2.0.0 ([#412](https://github.com/valor-software/ng2-select/issues/412)) ([10aeaba](https://github.com/valor-software/ng2-select/commit/10aeaba))
* **package:** updated to rc.4 and new forms ([#311](https://github.com/valor-software/ng2-select/issues/311)) ([5b992e9](https://github.com/valor-software/ng2-select/commit/5b992e9))
<a name="1.1.0"></a>
# [1.1.0](https://github.com/valor-software/ng2-select/compare/v1.0.3...v1.1.0) (2016-09-21)
### Bug Fixes
* firefox issue ([#273](https://github.com/valor-software/ng2-select/issues/273)) ([f83764f](https://github.com/valor-software/ng2-select/commit/f83764f))
* **docs:** updated property name for active items ([#318](https://github.com/valor-software/ng2-select/issues/318)) ([d39def2](https://github.com/valor-software/ng2-select/commit/d39def2)), closes [#307](https://github.com/valor-software/ng2-select/issues/307)
* **filter:** possible dupes in filter ([#212](https://github.com/valor-software/ng2-select/issues/212)) ([7f4e9f6](https://github.com/valor-software/ng2-select/commit/7f4e9f6))
* **options:** fixed the disabled state ([#225](https://github.com/valor-software/ng2-select/issues/225)) ([388506f](https://github.com/valor-software/ng2-select/commit/388506f))
* **select:** allow empty items ([2c090f3](https://github.com/valor-software/ng2-select/commit/2c090f3))
### Features
* **css:** removed most hardcoded css, instead rely on bootstrap css classes ([#214](https://github.com/valor-software/ng2-select/issues/214)) ([c178431](https://github.com/valor-software/ng2-select/commit/c178431))
* **input:** Added selectable inputfields instead of forcing id and text. ([#213](https://github.com/valor-software/ng2-select/issues/213)) ([cf7f110](https://github.com/valor-software/ng2-select/commit/cf7f110))
* programmatically select active items ([#223](https://github.com/valor-software/ng2-select/issues/223)) ([1ddbcd9](https://github.com/valor-software/ng2-select/commit/1ddbcd9))
* **package:** update to angular 2.0.0 ([#412](https://github.com/valor-software/ng2-select/issues/412)) ([10aeaba](https://github.com/valor-software/ng2-select/commit/10aeaba))
* **package:** updated to rc.4 and new forms ([#311](https://github.com/valor-software/ng2-select/issues/311)) ([5b992e9](https://github.com/valor-software/ng2-select/commit/5b992e9))
<a name="1.0.3"></a>
## 1.0.3 (2016-05-18)
### Bug Fixes
* ready for publish with ng2 0.42.0 ([8065308](https://github.com/valor-software/ng2-select/commit/8065308))
* **misprint:** replaced hightlight with highlight ([6266d98](https://github.com/valor-software/ng2-select/commit/6266d98))
* **multi select:** duplicates, select by Enter in multiple mode ([6fd0067](https://github.com/valor-software/ng2-select/commit/6fd0067))
* **package:** updated code style\fixed ng2 imports ([7fbe339](https://github.com/valor-software/ng2-select/commit/7fbe339))
* **Regex:** escape all characters to prevent exception ([3103352](https://github.com/valor-software/ng2-select/commit/3103352))
* **select:** clicking on the input now causes the item list to appear ([#154](https://github.com/valor-software/ng2-select/issues/154)) ([c46c0ff](https://github.com/valor-software/ng2-select/commit/c46c0ff))
* **select:** using string.match not regexp.test (fixes [#57](https://github.com/valor-software/ng2-select/issues/57), fixes [#54](https://github.com/valor-software/ng2-select/issues/54), fixes [#56](https://github.com/valor-software/ng2-select/issues/56)) ([5c96c2d](https://github.com/valor-software/ng2-select/commit/5c96c2d)), closes [#57](https://github.com/valor-software/ng2-select/issues/57) [#54](https://github.com/valor-software/ng2-select/issues/54) [#56](https://github.com/valor-software/ng2-select/issues/56)
### Features
* **build:** added codecov integration ([749ac97](https://github.com/valor-software/ng2-select/commit/749ac97))
* **build:** enabled tslinting ([4718b0f](https://github.com/valor-software/ng2-select/commit/4718b0f))
* **package:** update to angular 2 rc1 ([d59368d](https://github.com/valor-software/ng2-select/commit/d59368d))
* **package:** updated to angular2 beta.15 ([393674c](https://github.com/valor-software/ng2-select/commit/393674c)), closes [#106](https://github.com/valor-software/ng2-select/issues/106)