Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

24 lines (15 loc) · 1.91 KB

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