Releases: Shopify/draggable
Releases · Shopify/draggable
v1.2.1
v1.1.4
v1.1.3
v1.1.2
Patch Changes
-
#579
bb23ff2Thanks @tsov! - Convert CollidableEvent to typescript -
#579
9154a96Thanks @tsov! - Convert SensorEvent to typescript -
#579
74c35e5Thanks @tsov! - Convert SwappableEvent to typescript -
#579
fb5354fThanks @tsov! - Convert SortableEvent to typescript -
#579
7734961Thanks @tsov! - Converts DragEvent tests to typescript -
#579
a0c3c90Thanks @tsov! - Convert DroppableEvent to typescript -
#579
527dcb6Thanks @tsov! - Converts MirrorEvent to typescript -
#579
7219781Thanks @tsov! - Convert SnappableEvent to typescript -
#579
cc42520Thanks @tsov! - Converts DraggableEvent to typescript
v1.1.1
v1.1.0
v1.0.1
v1.0.0-beta.12
Added
- Added
drag:stoppedevent that will be fired after drag finished - Support specifying an array of class name to Draggable
classesoption
Changed
- Fixes incorrect
oldIndexvalue when working with nested sortable - Fixes wrong same container checking bug when working with nested sortable
- Fixes bug
drag:startevent was triggered during the delay time - Fixes missing
overContainerproperty in DragOutEvent
v1.0.0-beta.11
Added
- Added
excludeoption 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 (
delayanddistanceoptions) - Fixes text in mirror blurry
- Fixes accidentally append mirror
v1.0.0-beta.10
Added
- Added
SortAnimationplugin - Added
distance?: numberto DraggableOptions TS interface
Changed
- Fix mirror dimensions when
constrainDimensionsis active and not using fixed item width