Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

v1.0.0-rc.1

Compare
Choose a tag to compare
@adrianlee44 adrianlee44 released this 22 May 17:16
· 26 commits to master since this release

1.0.0-rc.1 (2016/5/22)

Bug Fixes

  • macTagAutocomplete:
    • Fix macTagAutocompleteOnSuccess not using '&'
      (50edb3a)
    • Fix not creating event directives
      (f13e6bb)

Optimizations

  • macTagAutocomplete:
    • Switch to use macTagAutocompleteController (9e83d0e)
    • Add mac-tag-autocomplete-on-success attribute for callback on a successful xhr request. This will allow users to modify the data pass back to mac-autocomplete before rendering (9e83d0e)

Breaking Changes

  • macTagAutocomplete:
    • Directly populate item from source without filtering (9e83d0e)