This repository has been archived by the owner on Feb 6, 2019. It is now read-only.
Releases: ikalnytskyi/listbox.js
Releases · ikalnytskyi/listbox.js
Version 0.2.0
Released on October 13, 2013.
- Refactored the plugin core. There are two classes now:
SingleSelectLisbox
andMultiSelectListbox
, which are inherited from theListbox
class. - Fixed #1: use selection of the parent element during initialization.
multiselect
option doesn't used now. Usemultiple
attribute of
the<select>
tag instead.seachbar
option isfalse
by default.- Added unit tests.
Version 0.1.3
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
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
Released on January 18, 2013.
- «jQuery Listbox» got renamed to «Listbox.js».
Version 0.1.0
Released on January 17, 2013.
- First public release.