All Versions
15
Latest Version
Avg Release Cycle
57 days
Latest Release
3621 days ago

Changelog History
Page 2

  • v0.9.1 Changes

    April 01, 2013
    • Multiple requests no longer get sent for a query when datasets share a remote source. [#152]
    • ๐Ÿ‘ Datasets now support precompiled templates. [#137]
    • Cached remote suggestions now get rendered immediately. [#156]
    • โž• Added typeahead:autocompleted event. [#132]
    • โž• Added a plugin method for programmatically setting the query. Experimental. [#159]
    • โž• Added minLength option for datasets. Experimental. [#131]
    • ๐Ÿ–จ Prefetch objects now support thumbprint option. Experimental. [#157]
  • v0.9.0 Changes

    March 24, 2013

    Custom events, no more typeahead.css, and an improved API

    • Implemented the triggering of custom events. [#106]
    • Got rid of typeahead.css and now apply styling through JavaScript. [#15]
    • Made the API more flexible and addressed a handful of remote issues by rewriting the transport component. [#25]
    • โž• Added support for dataset headers and footers. [#81]
    • No longer cache unnamed datasets. [#116]
    • ๐Ÿ”ง Made the key name of the value property configurable. [#115]
    • Input values set before initialization of typeaheads are now respected. [#109]
    • ๐Ÿ›  Fixed an input value/hint casing bug. [#108]
  • v0.8.2 Changes

    March 04, 2013
    • ๐Ÿ›  Fixed bug causing error to be thrown when initializing a typeahead on multiple elements. [#51]
    • Tokens with falsy values are now filtered out โ€“ was causing wonky behavior. [#75]
    • No longer making remote requests for blank queries. [#74]
    • Datums with regex characters in their value no longer cause errors. [#77]
    • Now compatible with the Closure Compiler. [#48]
    • Reference to jQuery is now obtained through window.jQuery, not window.$. [#47]
    • โž• Added a plugin method for destroying typeaheads. Won't be documented until v0.9 and might change before then. [#59]
  • v0.8.1 Changes

    February 25, 2013
    • ๐Ÿ›  Fixed bug preventing local and prefetch from being used together. [#39]
    • 0๏ธโƒฃ No longer prevent default browser behavior when up or down arrow is pressed with a modifier. [#6]
    • Hint is hidden when user entered query is wider than the input. [#26]
    • Data stored in localStorage now expires properly. [#34]
    • ๐Ÿ›  Normalized search tokens and fixed query tokenization. [#38]
    • Remote suggestions now are appended, not prepended to suggestions list. [#40]
    • ๐Ÿ›  Fixed some typos through the codebase. [#3]
  • v0.8.0 Changes

    February 19, 2013

    ๐ŸŽ‰ Initial public release

    • Prefetch and search data locally insanely fast.
    • Search hard-coded, prefetched, and/or remote data.
    • Hinting.
    • ๐Ÿ‘ RTL/IME/international support.
    • Search multiple datasets.
    • Share datasets (and caching) between multiple inputs.
    • And much, much more...