typeahead.js v0.10.1 Release Notes

Release Date: 2014-02-10 // about 10 years ago
  • ๐Ÿš‘ Hotfix

    • ๐Ÿ›  Fixed bug that prevented some ajax configs from being respected. [#630]
    • Event delegation on suggestion clicks is no longer broken. [#118]
    • ๐Ÿ›  Ensure dataset names are valid class name suffixes. [#610]
    • โž• Added support for displayKey to be a function. [#633]
    • jQuery#typeahead('val') now mirrors jQuery#val(). [#659]
    • ๐Ÿ”Œ Datasets can now be passed to jQuery plugin as an array. [#664]
    • โž• Added a noConflict method to the jQuery plugin. [#612]
    • Bloodhound's local property can now be a function. [#485]