typeahead.js v0.10.3 Release Notes

Release Date: 2014-07-12 // almost 10 years ago
  • ๐Ÿ› Bug fixes

    • Bloodhound#clearPrefetchCache now works with cache keys that contain regex characters. [#771]
    • Prevent outdated network requests from being sent. [#809]
    • โž• Add support to object tokenizers for multiple property tokenization. [#811]
    • ๐Ÿ›  Fix broken jQuery#typeahead('val') method. [#815]
    • โœ‚ Remove disabled attribute from the hint input control. [#839]
    • โž• Add tt-highlight class to highlighted text. [#833]
    • ๐Ÿ– Handle non-string types that are passed to jQuery#typeahead('val', val). [#881]