2.0.0 (2017-11-23)
- demo: update dependencies, fix aot build (#902) (6328439)
- test: add tsconfig for specs (#904) (ce84518)
1.2.0 (2017-01-18)
- add checking for not udefined document object (#541) (7330f47)
- demo: Removed duplicated attribute (data)="value" from multiple-demo.html (#516) (7cbeb46)
- forms: Validation compliant to ngModel (#575) (aaadcbb)
- select: compare the ID of a SelectItem instead of its text (#358) (5c3a4e1)
1.1.2 (2016-11-11)
1.1.1 (2016-10-18)
- firefox issue (#273) (f83764f)
- docs: updated property name for active items (#318) (d39def2), closes #307
- filter: possible dupes in filter (#212) (7f4e9f6)
- options: fixed the disabled state (#225) (388506f)
- README: Update docs with correct selector ng-select (#148) (8aee01c)
- select: issue #437 (#454) (926e14d)
- select: allow empty items (2c090f3)
- css: removed most hardcoded css, instead rely on bootstrap css classes (#214) (c178431)
- input: Added selectable inputfields instead of forcing id and text. (#213) (cf7f110)
- programmatically select active items (#223) (1ddbcd9)
- package: update to angular 2.0.0 (#412) (10aeaba)
- package: updated to rc.4 and new forms (#311) (5b992e9)
1.1.0 (2016-09-21)
- firefox issue (#273) (f83764f)
- docs: updated property name for active items (#318) (d39def2), closes #307
- filter: possible dupes in filter (#212) (7f4e9f6)
- options: fixed the disabled state (#225) (388506f)
- select: allow empty items (2c090f3)
- css: removed most hardcoded css, instead rely on bootstrap css classes (#214) (c178431)
- input: Added selectable inputfields instead of forcing id and text. (#213) (cf7f110)
- programmatically select active items (#223) (1ddbcd9)
- package: update to angular 2.0.0 (#412) (10aeaba)
- package: updated to rc.4 and new forms (#311) (5b992e9)
- ready for publish with ng2 0.42.0 (8065308)
- misprint: replaced hightlight with highlight (6266d98)
- multi select: duplicates, select by Enter in multiple mode (6fd0067)
- package: updated code style\fixed ng2 imports (7fbe339)
- Regex: escape all characters to prevent exception (3103352)
- select: clicking on the input now causes the item list to appear (#154) (c46c0ff)
- select: using string.match not regexp.test (fixes #57, fixes #54, fixes #56) (5c96c2d), closes #57 #54 #56