Skip to content

Releases: ckotzbauer/extended-listbox

extended-listbox 2.0.0

04 Feb 12:59
Compare
Choose a tag to compare

Released on February 4, 2017.

  • Dropped Bower Support.
  • Updated JQuery to 2.x.
  • Dropped Support for IE 9 and 10.
  • Use MIT License.
  • Removed methods marked as deprecated.
  • Internal: Major build system update
  • Internal: Replaced Karma with Testem

extended-listbox 1.1.3

19 Jun 09:36
Compare
Choose a tag to compare

Released on June 19, 2016.

  • Added support for Typings
  • Bugfix: getSelection() returns wrong values for child items.

extended-listbox 1.1.2

24 Jan 16:30
Compare
Choose a tag to compare

Released on January 24, 2016.

  • Specified files to put into npm and bower packages
  • Added automated cross browser testing with Saucelabs
  • Bugfix: Fixed bad behavior with arrow key usage (arrow up and down)
  • Updated devDependencies

extended-listbox 1.1.1

14 Jan 16:05
Compare
Choose a tag to compare

Released on January 14, 2016.

  • Fixed npm package

extended-listbox 1.1.0

13 Jan 17:38
Compare
Choose a tag to compare

Released on January 13, 2016.

Features

  • Added new public API interface (ExtendedListboxInstance)
  • Public function moveItemToTop to move item to the top of the list
  • Public function moveItemToBottom to move item to the bottom of the list
  • Public function getSelection that returns a array of currently selected items.
  • New callback: onItemEnterPressed to notify enter events on items
  • New callback: onItemDoubleClicked to notify double click events on items
  • Change selection of item with cursor keys (up and down)
  • Return existing ExtendedListboxInstance if listbox() function is called without any arguments
  • Internal refactoring
  • Updated devDependencies
  • Use Karma as unit test runner
  • Added code coverage
  • Added unit tests

Bugfixes

  • Prevent multiple listbox creations on one DOM item.

Potentially breaking changes

  • Constructor function listbox() returns now a instance of class ExtendedListboxInstance (Access target variable on returned instance to get JQuery object as in 1.0.x)

extended-listbox 1.0.6

03 Jan 17:27
Compare
Choose a tag to compare

Released on January 03, 2016.

  • Refactored unit tests
  • Published new documentation site
  • Removed old demo sites
  • Updated devDependencies
  • Internal refactorings
  • Added missing classes to definition file

extended-listbox 1.0.5

23 Dec 14:43
Compare
Choose a tag to compare

Released on December 23, 2015.

  • Added missing jquery dependency to package.json
  • Removed wrong jquery reference from extended-listbox.d.ts file.

extended-listbox 1.0.4

21 Dec 18:45
Compare
Choose a tag to compare

Released on December 21, 2015.

  • Fixed TSLint errors
  • Added TypeScript Definition file
  • New public API function enable to enable and disable the complete component

extended-listbox 1.0.3

20 Dec 14:16
Compare
Choose a tag to compare

Released on December 20, 2015.

  • Applied new folder structure
  • Added build infrastructure (gulp)
  • Replaced CSS with LESS internally
  • Replaced JavaScript with TypeScript internally
  • Added minified distribution files (JavaScript and CSS)

extended-listbox 1.0.2

16 Dec 17:54
Compare
Choose a tag to compare

Released on December 16, 2015.