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

Releases: ikalnytskyi/listbox.js

Version 0.2.0

13 Oct 17:48
Compare
Choose a tag to compare

Released on October 13, 2013.

  • Refactored the plugin core. There are two classes now: SingleSelectLisbox
    and MultiSelectListbox, which are inherited from the Listbox class.
  • Fixed #1: use selection of the parent element during initialization.
  • multiselect option doesn't used now. Use multiple attribute of
    the <select> tag instead.
  • seachbar option is false by default.
  • Added unit tests.

Version 0.1.3

13 Oct 17:49
Compare
Choose a tag to compare

Released on August 4, 2013.

  • Changed license from LGPLv3 to BSD.
  • Declared each method as prototype property.
  • Added JSDoc comments.
  • Added new tip to FAQ.

Version 0.1.2

13 Oct 17:51
Compare
Choose a tag to compare

Released on January 29, 2013.

  • Use semicolons in plugin sources.
  • Removed build tool from repo.
  • Added new tip to FAQ.
  • Fixed path to the LICENSE file.

Version 0.1.1

13 Oct 17:51
Compare
Choose a tag to compare

Released on January 18, 2013.

  • «jQuery Listbox» got renamed to «Listbox.js».

Version 0.1.0

13 Oct 17:52
Compare
Choose a tag to compare

Released on January 17, 2013.

  • First public release.