typeahead.js
Advanced tools
Changelog
0.11.1 April 26, 2015
Changelog
0.11.0 April 25, 2015
An overhaul of typeahead.js – consider this a release candidate for v1. There are bunch of API changes with this release so don't expect backwards compatibility with previous versions. There are also many new undocumented features that have been introduced. Documentation for those features will be added before v1 ships.
Beware that since this release is pretty much a rewrite, there are bound to be some bugs. To be safe, you should consider this release beta software and throughly test your integration of it before using it in production environments. This caveat only applies to this release as subsequent releases will address any issues that come up.
Changelog
0.10.4 July 13, 2014
Hotfix
Changelog
0.10.3 July 10, 2014
Bug fixes
Bloodhound#clearPrefetchCache
now works with cache keys that contain regex
characters. [#771]jQuery#typeahead('val')
method. [#815]disabled
attribute from the hint input control. [#839]tt-highlight
class to highlighted text. [#833]jQuery#typeahead('val', val)
. [#881]Changelog
0.10.2 March 10, 2014
Bloodhound#{clear, clearPrefetchCache, clearRemoteCache}
and made it
possible to reinitialize Bloodhound instances. [#703]local
function during initialization. [#687]jQuery#typeahead('val', val)
from opening dropdown menus of
non-active typeaheads. [#646]minLength
is satisfied. [#710]Changelog
0.10.1 February 9, 2014
Hotfix
displayKey
to be a function. [#633]jQuery#typeahead('val')
now mirrors jQuery#val()
. [#659]noConflict
method to the jQuery plugin. [#612]local
property can now be a function. [#485]