Skip to content

Releases: ThibaultJanBeyer/DragSelect

Version 2.7.0

05 Mar 09:54
0d9b246
Compare
Choose a tag to compare
  • Introduce blog-drag as alpha. It is supposed to fix dragging of multiple elements: dragging them as one block keeping aspect ratio positions on drag-scroll. Instead of moving elements individually. This was considered a bug. However as it is not fully tested it comes under a flag, please turn it on by setting dragAsBlock: true and report any issue you find here. Thanks to @rendertom for the addition #162.

Note: this feature will be turned on by default in a future release once proper testing and all bugs are fixed

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