Skip to content

Releases: Shopify/draggable

v1.1.3

12 Oct 16:18
63fdd16
Compare
Choose a tag to compare

Patch Changes

v1.1.2

11 Oct 19:47
82c3679
Compare
Choose a tag to compare

Patch Changes

v1.1.1

28 Sep 01:36
a8bfa03
Compare
Choose a tag to compare

Patch Changes

  • #580 873ef2b Thanks @tsov! - Removes unused packages dependencies

  • #582 762ffbf Thanks @tsov! - - Cleans up code comments from build folder

    • Also resolves absolute paths for ts build declarations
    • Renames build files with .cjs and .mjs

v1.1.0

26 Sep 02:32
9f351a3
Compare
Choose a tag to compare

Minor Changes

  • #574 b81e8f6 Thanks @tsov! - Converted build from webpack to rollout. Import paths have changed

v1.0.1

25 Sep 14:04
16c3172
Compare
Choose a tag to compare

Patch Changes

v1.0.0-beta.12

02 Nov 17:17
8b4d0ec
Compare
Choose a tag to compare
v1.0.0-beta.12 Pre-release
Pre-release

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

14 Jul 15:25
260d430
Compare
Choose a tag to compare
v1.0.0-beta.11 Pre-release
Pre-release

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 and distance options)
  • Fixes text in mirror blurry
  • Fixes accidentally append mirror

v1.0.0-beta.10

18 Jun 16:49
c533811
Compare
Choose a tag to compare
v1.0.0-beta.10 Pre-release
Pre-release

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

26 Aug 15:34
97dc19f
Compare
Choose a tag to compare
v1.0.0-beta.9 Pre-release
Pre-release

Added

  • Added distance option
  • Added thresholdX and thresholdY mirror options

Changed

  • Fixes preventing of contextmenu in MouseSensor
  • Fixes SortableEvent over and overContainer giving incorrect properties

v1.0.0-beta.8

07 Sep 15:24
c518fb1
Compare
Choose a tag to compare
v1.0.0-beta.8 Pre-release
Pre-release

Changed

  • Announcement plugin to use textContent instead of innerHTML