Skip to content

Releases: ThibaultJanBeyer/DragSelect

Version 2.6.1

10 Feb 10:55
0b47ffd
Compare
Choose a tag to compare

Version 2.6.0

31 Jan 16:57
Compare
Choose a tag to compare
  • Introducing Overrides as a new concept to help advanced modification use-cases like #150 in collaboration with @HollowMan6
  • Expose filterSelected in Selection module
  • Expose isCollision helper method

Version 2.5.5

19 Nov 09:45
Compare
Choose a tag to compare
  • Fix the bug where setting a new area via .setSettings({ area: '...' }) would not remove the old event listeners. Which causes the mobile touch scroll from being blocked when switching between the Document to an area.

Version 2.5.4

10 Nov 14:25
Compare
Choose a tag to compare
  • Fix a bug where setSettings would not work with customStyles.
  • Beautify the default selector using rgb(0,175,255) as base blue color

Version 2.5.3

09 Nov 21:14
Compare
Choose a tag to compare
  • Fix a bug where setSettings would not work with dropZones.

Version 2.5.2

09 Nov 20:38
Compare
Choose a tag to compare

2.5.2

  • Make droppables within dropZones optional and use all selectables as default value if no droppables are provided.

2.5.1

  • Fix: when an item had multiple dropzones, the ${droppedInsideClass} was removed even tho’ the item was dropped inside a zone

Version 2.5.0

08 Nov 22:25
Compare
Choose a tag to compare

DropZones

  • Add dropZones! Solves #115
  • Add a selectionThreshold settings, solves #130
  • Add a refreshMemoryRate settings, to increase/decrease performance as necessary

See the DropZones section in the docs

Version 2.4.4

04 Nov 20:14
Compare
Choose a tag to compare

Version 2.4.3

12 Oct 10:08
Compare
Choose a tag to compare
  • add triggerCallback option to removeSelectables and addSelectables

Version 2.4.2

11 Oct 09:24
Compare
Choose a tag to compare
  • Add Selecrables events/topics for add/delete: Selectable:added & Selectable:added:pre & Selectable:removed & Selectable:removed:pre