Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Releases: rkusa/zepto-dnd

1.1.0

11 Nov 08:25
Compare
Choose a tag to compare
  • Add clone Option to Droppable (#11)

Bugfix Release

30 Jul 09:51
Compare
Choose a tag to compare
  • fix forcePlaceholderSize for box-sizing: border-box #9 #10

1.0.0

08 Oct 12:02
Compare
Choose a tag to compare

This update is not completely backwards compatible to previous versions!

Changes

  • Namespace Events
  • Fire Sortable events if Childs got Removed from the DOM
  • Add activeClass Option to Sortable
  • Rename Draggable Option connectToSortable to connectWith

0.2.2

03 Oct 12:21
Compare
Choose a tag to compare
  • Allow drop on non-empty Sortables without hovering its Elements
  • Implement accept property for Sortables
  • Hide previous Placeholder if hovering another Element
  • Do not Execute Sortable Enter & Over if being disabled
  • Set Droppable Accept Fn Scope to its Element
  • Merge Options on Re-Definition

Bugfix Release

25 Sep 19:08
Compare
Choose a tag to compare

Enable drop on empty Sortables

Connect Sortables to Droppables

14 Sep 12:43
Compare
Choose a tag to compare
  • Make Sortable Connectable to Droppables
  • Support Sortable Childs Added at Runtime
  • Bugfixes

0.1.1

26 Jul 17:13
Compare
Choose a tag to compare
  • Bugfixes
  • IE & FF Compatibility
  • Cross-Frame Support