Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Releases: Mobius1/Selectr

v2.1.4

31 Mar 23:44
Compare
Choose a tag to compare
  • Fixed form.reset() not clearing Selectr elements (#13)
  • Fixed autocomplete bug in Chrome (#12)
  • Fixed pagination not incrementing when navigating with the down key
  • Fixed reset() method not checking data

v2.1.3

30 Mar 11:14
Compare
Choose a tag to compare

Fixed bug with tagging system

v2.1.2

30 Mar 10:24
Compare
Choose a tag to compare
  • New option closeOnScroll (#11) (see docs)
  • Fixed bug with checking dropdown is on-screen (#10)
  • Fixed navigation bug (70168f2)

v2.1.1

29 Mar 17:09
Compare
Choose a tag to compare
  • new option allowDeselect (see docs)
  • tabIndex enabled on the main container
  • tabIndex disabled on search input when closed

v2.1.0

06 Mar 20:45
Compare
Choose a tag to compare
  • New tagging feature (see docs)

New functions:

  • addOption() (see docs)
  • serialize() (see docs)
  • destroy() (see docs)
  • render() (see docs)

New options:

  • taggable (see docs)
  • tagSeperators (see docs)

v2.0.3

02 Mar 17:00
Compare
Choose a tag to compare
  • Fixed bug in open() method that was breaking the inversion of the dropdown if it went off screen. The same bug was also breaking navigation with arrow keys when inverted.
  • Disabled options can now be used with the data option. (See docs)
  • New option customClass (See docs)

v2.0.2

27 Feb 19:33
Compare
Choose a tag to compare
  • Hotfix

v2.0.1

25 Feb 12:03
Compare
Choose a tag to compare
  • fix for IE9 (removeClass failing)

v2.0.0

24 Feb 19:06
Compare
Choose a tag to compare
  • Complete rewrite
  • New options added
  • New methods added
  • New events added

Updated functions:

  • getValue() (see docs)
  • setValue() (see docs)

Added options:

  • clearable (see docs)
  • sortSelected (see docs)

Updated options:

  • selectedValue is now used for both single and multi selects (see docs)

Removed options:

  • ajax
  • minChars
  • emptyOption
  • selectedValues
  • selectedIndex, selectedIndexes

Removed events:

  • selectr.change (see docs)

v1.0.9

20 Feb 00:39
Compare
Choose a tag to compare
  • Fixed an issue with using the renderSelection option and selectedIndex option together (the custom render function was not being called).