Releases: Shopify/draggable
Releases · Shopify/draggable
v1.1.3
v1.1.2
Patch Changes
-
#579
bb23ff2
Thanks @tsov! - Convert CollidableEvent to typescript -
#579
9154a96
Thanks @tsov! - Convert SensorEvent to typescript -
#579
74c35e5
Thanks @tsov! - Convert SwappableEvent to typescript -
#579
fb5354f
Thanks @tsov! - Convert SortableEvent to typescript -
#579
7734961
Thanks @tsov! - Converts DragEvent tests to typescript -
#579
a0c3c90
Thanks @tsov! - Convert DroppableEvent to typescript -
#579
527dcb6
Thanks @tsov! - Converts MirrorEvent to typescript -
#579
7219781
Thanks @tsov! - Convert SnappableEvent to typescript -
#579
cc42520
Thanks @tsov! - Converts DraggableEvent to typescript
v1.1.1
v1.1.0
v1.0.1
v1.0.0-beta.12
Added
- Added
drag:stopped
event that will be fired after drag finished - Support specifying an array of class name to Draggable
classes
option
Changed
- Fixes incorrect
oldIndex
value when working with nested sortable - Fixes wrong same container checking bug when working with nested sortable
- Fixes bug
drag:start
event was triggered during the delay time - Fixes missing
overContainer
property in DragOutEvent
v1.0.0-beta.11
Added
- Added
exclude
option to allow disable default plugins and sensors - Added missing plugin types
- Support set the type of callback function according to the event type
Changed
- Fixes drag start concurrency (
delay
anddistance
options) - Fixes text in mirror blurry
- Fixes accidentally append mirror
v1.0.0-beta.10
Added
- Added
SortAnimation
plugin - Added
distance?: number
to DraggableOptions TS interface
Changed
- Fix mirror dimensions when
constrainDimensions
is active and not using fixed item width
v1.0.0-beta.9
Added
- Added
distance
option - Added
thresholdX
andthresholdY
mirror options
Changed
- Fixes preventing of contextmenu in MouseSensor
- Fixes SortableEvent
over
andoverContainer
giving incorrect properties
v1.0.0-beta.8
Changed
- Announcement plugin to use
textContent
instead ofinnerHTML