Skip to content
This repository has been archived by the owner on Feb 18, 2018. It is now read-only.

Releases: hlsolutions/jquery-autosuggest

2.4 Patch 1

20 Aug 18:04
Compare
Choose a tag to compare

Fix: Use proper prefixed classes (thanks to @coryschires #26) introduced with 2.4.0

2.4.0: Validations & other improvements

18 Aug 19:13
Compare
Choose a tag to compare
  • Add: New option creationText indicating a token will be created when using canGenerateNewSelections (643215d).
  • Improvement: Validation message for minChars.
  • Add: New configuration option maxChars, which includes corresponding validation message.
  • Add: onRenderErrorMessage hook which is responsible for rendering all validation messages. This function can be overridden via a configuration option.
  • Add: onRemoveErrorMessage hook which is responsible for removing all validation messages. This function can be overridden via a configuration option.
  • Improvement: If the option neverSubmit is used, a token could be created using ENTER (c7a79fe).

2.3.0

02 Jul 21:41
Compare
Choose a tag to compare

New option defaults, see #15.

2.2.0 with Grunt 0.4

02 Jul 21:39
Compare
Choose a tag to compare
Upgrade to Grunt 0.4 (-> version 2.2)