Skip to content

Releases: ghiden/angucomplete-alt

Update Input Field

01 Oct 08:18
Compare
Choose a tag to compare

New feature:

  • Update input field as selection moves #42

Bug fixes:

  • Dotted notation #46
  • Double active selection #51

Disable/Enable Input

18 Sep 18:03
Compare
Choose a tag to compare

New Feature:

  • Disable/Enable input field

Misc:

  • Update example page with anchors

Bug fixes

15 Sep 10:24
Compare
Choose a tag to compare

Bug fixes:

Merci to @pauldijou

Focus In/Out

14 Sep 09:15
Compare
Choose a tag to compare

New Feature:

  • Focus in/out

Misc:

  • Fix typo in readme

Auto Match

08 Sep 20:15
Compare
Choose a tag to compare

New Feature:

  • Auto match

Bug fixes: no results found not disappearing

29 Aug 21:19
Compare
Choose a tag to compare

Bug fixes:

Misc:

  • Removed mangle option for uglify

Bug fixes: minlength

21 Aug 11:36
Compare
Choose a tag to compare

Bug fixes:

  • results are not cleared once the input string length becomes less than minlength

Misc:

  • update contributors and add contributing doc
  • clean up old code

Bug fixes

20 Aug 10:25
Compare
Choose a tag to compare

Bug fixes:

  • Form submission was prevented after a selection is made.
  • Initial value did not work properly.
  • Tab and override suggestions did not work properly.

Misc:

  • $http canceller added.

Input changed callback and bug fix

19 Aug 10:22
Compare
Choose a tag to compare

New feature:

  • Input changed callback

Bug fix:

  • reset selectedObject after input changes

Misc:

  • restructure example directory

Error callback and bug fix

18 Aug 10:01
Compare
Choose a tag to compare

Feature:

  • Error callback for $http.get

Bug fix:

  • When used inside a directive with isolate scope, remote-url-response-formatter became undefined. The formatter function was bound immediately in the link function but now it is evaluated when it gets called.

Misc:

  • Update remote API example to use Github Search API.