Skip to content

Releases: Shopify/draggable

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 22 Oct 15:40
8a1eed5

Patch Changes

v1.1.4

Choose a tag to compare

@github-actions github-actions released this 19 Mar 01:00
b40ff36

Patch Changes

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 12 Oct 16:18
63fdd16

Patch Changes

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 11 Oct 19:47
82c3679

Patch Changes

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 28 Sep 01:36
a8bfa03

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

Choose a tag to compare

@github-actions github-actions released this 26 Sep 02:32
9f351a3

Minor Changes

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

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 25 Sep 14:04
16c3172

Patch Changes

v1.0.0-beta.12

v1.0.0-beta.12 Pre-release
Pre-release

Choose a tag to compare

@tsov tsov released this 02 Nov 17:17
8b4d0ec

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

v1.0.0-beta.11 Pre-release
Pre-release

Choose a tag to compare

@tsov tsov released this 14 Jul 15:25
260d430

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

v1.0.0-beta.10 Pre-release
Pre-release

Choose a tag to compare

@tsov tsov released this 18 Jun 16:49
c533811

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