Skip to content

Latest commit

 

History

History
117 lines (67 loc) · 8.42 KB

CHANGELOG.md

File metadata and controls

117 lines (67 loc) · 8.42 KB

1.3.1 (2017-04-17)

Bug Fixes

  • css: add compatiblity with bootstrap 4 (#596) (8725bd8)

1.3.0 (2017-04-17)

Bug Fixes

  • build: don't declare global type (#617) (0989fcb)
  • package: relax peer dependencies to allow angular 4 (#738) (0e798ad)

1.2.0 (2017-01-18)

Bug Fixes

  • 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)

Features

1.1.2 (2016-11-11)

Bug Fixes

1.1.1 (2016-10-18)

Bug Fixes

Features

  • 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)

Bug Fixes

Features

  • 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.0.3 (2016-05-18)

Bug Fixes

  • 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

Features

  • build: added codecov integration (749ac97)
  • build: enabled tslinting (4718b0f)
  • package: update to angular 2 rc1 (d59368d)
  • package: updated to angular2 beta.15 (393674c), closes #106