Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 1010 Bytes

CHANGELOG.md

File metadata and controls

40 lines (21 loc) · 1010 Bytes

1.0.0

  • Initial version

1.0.1

  • Added option to alphabetically sort the options by text label

1.0.2

  • Hotfix sorting option incorrect implementation

1.0.3

  • Added user callback option on selection change

1.0.4

  • Hotifx incorrect default value for sortByValue

2.0.0

  • Plugin rewritten according to basic boilerplate template (https://github.com/jquery-boilerplate/jquery-boilerplate)
  • Added two exported API functions, setLoggingEnabled(boolean loggingEnabled) and changeSelectedKey(string|integer newSelectedKey), see README for usage documentation

2.0.1

  • On empty placeholder, do not create placeholder item

2.0.2

  • Added possibility to append extra CSS classes to used/generated select elements through option 'selectCssClass'

2.1.0

Added option autoSelectSingleOptions to allow automatic pre-selection of option if there is only single one (works recursively)

2.1.1

Multiple instances on the same page should now work without cross-contamination