Skip to content

Releases: kivy-garden/draggable

0.3.0

05 Sep 07:17

Choose a tag to compare

What's Changed

  • Adapt to the asynckivy 0.9 in #40
    • on_drag_cancel can occur after on_drag_fail or on_drag_succeed if their default handler is an async function.
  • Improve interoperability when Kivy runs in async mode in #41

Full Changelog: 0.2.2...0.3.0

0.2.1

10 Mar 07:57
252e5f3

Choose a tag to compare

What's Changed

No notable changes. Most of the changes are adaptations to upgraded dependencies."

Full Changelog: 0.2.0...0.2.1

version 0.2.0

28 Aug 11:21

Choose a tag to compare

Breaking Changes from version 0.1.3

  • remove KXDraggableBehavior.drag_context property in #17
  • rename on_drag_success -> on_drag_succeed in #18
  • replace DragContext.state with KXDraggableBehavior.drag_state in #19
  • None is no longer a valid argument for ongoing_drags() in #20
  • rename drag_start_from_others_touch() -> start_dragging_from_others_touch() in #21
  • adapt to asynckivy 0.6.0 in #26