Skip to content

Releases: Mobius1/Selectable

v0.5.0

03 Nov 13:08
Compare
Choose a tag to compare

Changes

  • Method add: add()
  • Method add: remove()
  • Method getItem() can accept a collection.

v0.4.1

03 Nov 11:51
Compare
Choose a tag to compare
  • Fixed event names

v0.4.0

03 Nov 11:50
Compare
Choose a tag to compare

Changes

  • Method updated: selectItem() --> select()
  • Method updated: deselectItem() --> unselect()
  • Method added: getItem()
  • Event updated: selectable.selected --> selectable.select
  • Event updated: selectable.down --> selectable.mousedown
  • Event updated: selectable.drag --> selectable.mousemove
  • Event updated: selectable.up --> selectable.mouseup
  • Event added: selectable.unselect
  • Event added: selectable.update
  • Event added: selectable.recalculate

v0.3.1

03 Nov 09:46
Compare
Choose a tag to compare
  • Allow arrays of nodes as well as instances of HTMLCollection and NodeList as a filter.

v0.3.0

02 Nov 19:32
Compare
Choose a tag to compare
  • Add method getItems()
  • Add method getNodes()

v0.2.5

02 Nov 19:01
Compare
Choose a tag to compare
  • Remove need for selectedItems array (error-prone)

v0.2.4

02 Nov 18:29
Compare
Choose a tag to compare
  • Fixed SHIFT key not selecting preceeding items.

v0.2.3

02 Nov 17:32
Compare
Choose a tag to compare
  • Fixed selected items unselecting when clicking on them.
  • Fixed single items being unselectable if they have child elements.

v0.2.2

02 Nov 16:47
Compare
Choose a tag to compare
  • Fixed .ui-unselecting class not removing.

v0.2.1

02 Nov 14:51
Compare
Choose a tag to compare
  • Fix method clear() not deselecting all items.