Skip to content

Releases: UrbanCompass/ngc-omnibox

Fix getting yelled at about a $digest being in progress

27 Jan 23:06
Compare
Choose a tag to compare
v0.1.1

Fix getting yelled at about a $digest being in progress (#38)

Add option for requiring a match

27 Jan 22:29
Compare
Choose a tag to compare

Fix digest cycle race conditions when updating suggestions

26 Jan 23:28
Compare
Choose a tag to compare

Depending on the app and how quickly your markup would get updated, sometimes when you re-opened the suggestions, you would see the old suggestions for a second until the markup was updated by Angular's digest cycle.

To combat this, we're now wrapping the contents of the suggestions directive in a wrapper so that we can use ng-if, which does a better job of syncing up the digest cycle. Since the user has control over the type of element and attributes that are applied to the suggestions directive, we also will try and honor their markup as much as possible, grabbing all the attributes from the now root suggestions element and applying them to the wrapper.

Fix suggestions being out of date in list momentarily, and funky scrolling on mouseover

25 Jan 21:13
Compare
Choose a tag to compare
  • Fix suggestions list showing before updated by source function
  • Fix #31 where mouseover caused page scrolling
    Should only scroll the highlighted suggestion into view when using the keyboard to navigate next/previous.

Fix JS error with highlighting a missing suggestion

23 Jan 22:26
Compare
Choose a tag to compare
v0.0.4

Fix #29 with JS error with highlighting a missing suggestion (#30)

Fix for model change detection and No Results not showing

23 Jan 16:55
Compare
Choose a tag to compare
Update ngModel's existing prototype instead of assuming Array (#28)

This allows better prototypal inheritance in cases where the prototype
of the ngModel was already custom.

Also fix: returning no suggestions to show is different from suggestions never having been loaded.

Point NPM module to transpiled distribution and bundle as a library

20 Jan 19:11
Compare
Choose a tag to compare
v0.0.2

Point NPM module to transpiled distribution and bundle as a library (…

Initial public release of Ngc Omnibox

19 Jan 17:28
Compare
Choose a tag to compare
v0.0.1

Small fixes and added a package description (#26)