Skip to content

Latest commit

 

History

History
70 lines (58 loc) · 3.35 KB

CHANGELOG.md

File metadata and controls

70 lines (58 loc) · 3.35 KB

v1.0.0 (2013-12-07)

v0.1.5 (2013-11-23)

  • Renamed autocomplete directive as auto-complete so it doesn't conflict with input's autocomplete attribute
  • Changed 'restrict' property of both tags-input and auto-complete directives to 'E'

v0.1.4 (2013-11-21)

  • Added basic autocomplete support
  • Added onTagAdded and onTagRemoved callbacks

v0.1.3 (2013-10-02)

  • Added support for one-time string interpolation to all options

v0.1.2 (2013-09-08)

  • Fixed the CSS classes so the directive gets rendered consistently across different browsers

v0.1.1 (2013-08-17)

  • Removed allowed-chars-pattern option since it wouldn't prevent invalid chars from being inserted by pasting data from the clipboard. The allowed-tags-pattern option is the correct way to validate input from now on