Skip to content

Releases: Availity/availity-angular

v1.10.1

26 Feb 03:01
Compare
Choose a tag to compare

Fixed

  • c2da823 Fixed bug in Logger.supplant where it would incorrectly interpret {} in angular error messages as an attempt to supplant undefined data
  • 19bfb1c Added ability to use av-dropdown without ng-option, using inline option tags instead

Dev

v1.10.0

23 Feb 21:03
Compare
Choose a tag to compare

Added

Improved

  • c191f22 Added ability for AvModal to be created using standard controller, controllerAs, and locals properties

v1.9.3

11 Feb 19:10
Compare
Choose a tag to compare

Added

  • avAnalyticsConfig provider for configuring analytics

Deprecated

  • AV_ANALYTICS constant in favor of avAnalyticsConfig

v1.9.2

03 Feb 15:25
Compare
Choose a tag to compare

Fixed

  • #188 Fixed dropdown when ngModel is set to false

v1.9.1

23 Jan 03:40
Compare
Choose a tag to compare

Fixed

  • fe6899e avDropdown was ignoring option closeOnResize
  • 3a836fc npi validator should pass if value is empty, null or undefine

v1.9.0

21 Jan 22:24
Compare
Choose a tag to compare

Fixed

  • #181 Load more button will no longer be shown while data is loading
  • #182 Programmatically find label allow user to override using attribute

Added

  • #183 Add ability to register event listeners to dropdown

v1.8.1

21 Jan 02:41
Compare
Choose a tag to compare

Fixed

  • dc53d3c Support for "select.value as" clause of ng-options

v1.8.0

15 Jan 15:09
Compare
Choose a tag to compare

Added

  • a5d08de Added hooks for before and after paging in scroll pagination plugin

v1.7.0

13 Jan 22:02
Compare
Choose a tag to compare

Added

  • 2f8b7eb Added scroll pagination service to allow reset on an instance

v1.6.3

12 Jan 21:31
Compare
Choose a tag to compare

Fixed