Skip to content

Releases: Fivium/jquery-tagger

v0.8.0

27 May 15:33
Compare
Choose a tag to compare
  • Add hard widths to droparrow and search for old IE support
  • Added support for disabled options
  • Show suggestions list when the field is clicked
  • Put onChange event call in setTimeout 0 to stop IE11 crashing
  • Accessibility enhancements: Aria roles, alt text, required, focus shifting
  • Add data attribute identifying select elements that have been turned in to taggers
  • Don't show 'no suggestions' bar if the noSuggestText is null/empty or user hasn't typed yet

v0.7.1

19 Nov 11:22
Compare
Choose a tag to compare
  • Fixes for widget blur
  • More careful handling of double quotes in free text values
  • Single select filter input now respects character threshold
  • Keep focus on the widget when blurring from a list item selection via mouse
  • Made freeTextMessage take a %VALUE% bind instead of concatenating it to the value
  • Also used jquery trim for older IE support
  • Redirect focus to the tagger widget when labels are clicked that were for the original select

v0.7.0

17 Nov 15:06
Compare
Choose a tag to compare
  • Large code refactor to be more jQuery-y
  • Added free text mode
  • General UX fixes and improvements

v0.6.2

23 Jul 13:16
Compare
Choose a tag to compare
  • Improve AJAX code, added better error handling and tag creation
  • Fix UX issues with keypresses not being redirected

v0.6.1

18 Feb 13:54
Compare
Choose a tag to compare

Fix foxus of input on mousedown of tagger.
Fix spelling mistakes.
Correct version numbers/dates.

v0.6.0

16 Nov 16:19
Compare
Choose a tag to compare

Included work by @strein to have AJAX autocomplete support
Also added package.json and published to npm as jquery plugin repository is readonly now.

v0.5.0

26 Aug 10:51
Compare
Choose a tag to compare

Major refactoring and fixes via @benbasson

v0.4.0

02 Jun 13:01
Compare
Choose a tag to compare

Tab order and character escaping fixes along with keyboard accessibility improvements.

v0.3.0

21 Oct 14:18
Compare
Choose a tag to compare

Adds a mandatory selection option for single-select mode and general bug fixes

v0.2.0

09 Sep 16:33
Compare
Choose a tag to compare

Fixed a couple of issues:

Also added pages, sorted suggestion lists and updated the readme a little