New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

typeahead.js

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typeahead.js - npm Package Versions

0.11.1

Diff

Changelog

Source

0.11.1 April 26, 2015

  • Add prepare option to prefetch. [#1181]
  • Handle QuotaExceededError. [#1110]
  • Escape HTML entities from suggestion display value when rendering with default template. [#964]
  • List jquery as a dependency in package.json. [#1143]
jharding
published 0.11.0 •

Changelog

Source

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.

jharding
published 0.10.5 •

Changelog

Source

0.10.5 August 7, 2014

  • Increase supported version range for jQuery dependency. [#917]
jharding
published 0.10.4 •

Changelog

Source

0.10.4 July 13, 2014

Hotfix

  • Fix regression that breaks Bloodhound instances when more than 1 instance is relying on remote data. [#899]
jharding
published 0.10.3 •

Changelog

Source

0.10.3 July 10, 2014

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]
jharding
published 0.10.2 •

Changelog

Source

0.10.2 March 10, 2014

  • Prevent flickering of dropdown menu when requesting remote suggestions. [#718]
  • Reduce hint flickering. [#754]
  • Added Bloodhound#{clear, clearPrefetchCache, clearRemoteCache} and made it possible to reinitialize Bloodhound instances. [#703]
  • Invoke local function during initialization. [#687]
  • In addition to HTML strings, templates can now return DOM nodes. [#742]
  • Prevent jQuery#typeahead('val', val) from opening dropdown menus of non-active typeaheads. [#646]
  • Fix bug in IE that resulted in dropdown menus with overflow being closed when clicking on the scrollbar. [#705]
  • Only show dropdown menu if minLength is satisfied. [#710]
jharding
published 0.10.1 •

Changelog

Source

0.10.1 February 9, 2014

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]
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc