Skip to content

Releases: ghiden/angucomplete-alt

Use promises instead of success/catch

02 Jan 20:12
Compare
Choose a tag to compare

Angular compatibility update:

  • Removing legacy success/catch code and use promises instead #442. Thanks to @postama

Support Japanese IME

18 Sep 09:54
Compare
Choose a tag to compare

New feature:

Bug fixes

27 Aug 10:06
Compare
Choose a tag to compare

Bug fixes:

  • #377 Show text-searching on focus or when input becomes empty with minlength=0. Thanks to @JaZo
  • #420 Normalize return object before we check the status. Again, thanks to @JaZo
  • #426 Fix for issue #426 (Not found" when an external request is cancelled). Thanks to @elkami12

Update the package file and contribution instructions

22 Apr 09:02
Compare
Choose a tag to compare

Update the package file and contribution instructions. Thanks to @loren138

Pass data variable to select function

17 Apr 09:37
Compare
Choose a tag to compare

New feature:

  • Pass data variable to select function. Thanks to @loren138 #373

Bug fix:

  • Stop displaying 'searching' message on error. Thanks to @ggillyb #336

Pass local-data to local search function and pass text-searching and text-no-results with @

16 Apr 22:07
Compare
Choose a tag to compare

Changes:

  • passing local-data to local search function. This will make the function easier to test as it does not depend on a scope variable. Thanks to @JohanYe
  • passing text-searching and text-no-results with @ instead of manually retrieving from attributes. This will let you run dynamic filter with double curly expressions. Thanks to @JaZo and @glaggia-larus

Custom search, tab index, and move "use strict" to inside of module

26 Jan 09:00
Compare
Choose a tag to compare

New Features:

  • Custom search
  • Add tab index. Thanks to @fkeusch

Misc:

  • Move "use strict" to inside of module. Thanks to @thetrevdev

New feature: Adding parseInput function parameter

04 Nov 16:27
Compare
Choose a tag to compare

New feature:

  • Adding parseInput function parameter #294 Thanks to @jesusr

Bug fix: $resource is not working

01 Nov 09:59
Compare
Choose a tag to compare

Bug fix:

  • #296 httpSuccessCallbackGen with remoteApi that returns a resource promise doesn't work

Bug fix: Error when using multi-step-container

21 Oct 06:07
Compare
Choose a tag to compare

Bug fix:

  • Remove $destroy block that checks required field. It was needed to work with angular 1.2. but not anymore.

Misc:

  • Update readme to describe that input-name is required when field-required is used.