Skip to content

Releases: Mobius1/Selectable

v0.17.5

24 Apr 15:24
Compare
Choose a tag to compare

Fixes

  • Fixed sequential select bug causing all elements from first one to be selected when clicking outside item

v0.17.3

24 Jul 11:34
Compare
Choose a tag to compare

Fixes

  • Incorrect selection on elements with translateX, translateY or translate3d applied.

v0.17.2

16 Apr 19:05
Compare
Choose a tag to compare

Changes

v0.16.0

25 Feb 17:25
Compare
Choose a tag to compare

Changes

  • Add maxSelectable option to limit the number of selections.

v0.15.6

09 Dec 18:18
Compare
Choose a tag to compare

Changes

  • Allow CSS3 selector string to be passed to add(), remove() and get() methods.

v0.15.5

09 Dec 17:04
Compare
Choose a tag to compare

Fixes

  • Fix auto-scroll not working.
  • Fix lasso-limiter not working.

v0.15.4

09 Dec 15:04
Compare
Choose a tag to compare

Fixes

  • Fix broken minified file

v0.15.3

09 Dec 14:58
Compare
Choose a tag to compare
v0.15.3 Pre-release
Pre-release

Changes

  • Added keyboard navigation (ArrowRight, ArrowLeft, ArrowUp, ArrowDown, PageUp, PageDown).

Fixes

  • Fixed multiple instance conflicts.

v0.15.1

06 Dec 17:36
Compare
Choose a tag to compare

Hotfix

v0.15.0

06 Dec 16:34
Compare
Choose a tag to compare

Breaking Changes

  • Method unselect() changed to deselect()

Changes

  • spacebar will toggle state of active item.
  • Method toggle() added.
  • Optmised refresh so it only caches dimensions and not creates items.
  • Use update() to collect, recount and create items from scratch.