Releases: ThibaultJanBeyer/DragSelect
Releases · ThibaultJanBeyer/DragSelect
Version 2.7.0
- 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
- Fix bug calling dropZones #168 by @fredrikvin
Version 2.6.0
- Introducing Overrides as a new concept to help advanced modification use-cases like #150 in collaboration with @HollowMan6
- Expose
filterSelected
inSelection
module - Expose
isCollision
helper method
Version 2.5.5
- 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
- Fix a bug where
setSettings
would not work withcustomStyles
. - Beautify the default selector using rgb(0,175,255) as base blue color
Version 2.5.3
- Fix a bug where
setSettings
would not work with dropZones.
Version 2.5.2
2.5.2
- Make
droppables
withindropZones
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
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
- Add support for
pointerEvents
(from @HollowMan6) #143 & #128
Version 2.4.3
- add
triggerCallback
option toremoveSelectables
andaddSelectables