Skip to content

Releases: mharris717/ember-drag-drop

v0.3.7 New Swap algorithm

13 Jul 03:09
Compare
Choose a tag to compare

This introduces a new algorithm option for sorting items. In the case of horizontal lists, sometimes you may want the items to cascade their positions down the list, rather than just swapping the items. You can send a useSwap=false now on the sortable-objects component to use the cascading algorithm instead. PR #50 thanks to @juanazam for his contribution and test.

v0.3.6 another small update

21 Jun 01:47
Compare
Choose a tag to compare

Another small update for PR #44 and #46 fixes a leaking css styles issue and returns more default events if you need them.

V0.3.5 emit drag event update

07 Jun 13:33
Compare
Choose a tag to compare

A small release for pull request #38 and #40

V0.3.4 drag handle update

11 May 22:59
Compare
Choose a tag to compare

A fix for performance issues when using the drag handles on an draggable item. PR #37 Thanks @remkoboschker for the PR.

V0.3.3

03 Apr 21:59
Compare
Choose a tag to compare

Fixes a few issues, and merges a couple PR's

  • Fixed linked with demo docs
  • Fixed issue where you could drag the whole sort coordinator component #31
  • Issue #29 added simple support for multiple sort containers

Next release should have full support for multiple and nested sort containers thanks to a PR that came in recently.

Version 0.3.2 small PR merge

06 Mar 21:49
Compare
Choose a tag to compare

This is a small release that allows an onClick action to be based to the drag target.

Version 0.3.1 - Fix for Ember 2.3

03 Feb 03:35
Compare
Choose a tag to compare

Just a small update to fix an error that occurs on Ember 2.3.X. Also just some cleanup to the travisCI files for some incorrectly failing tests.

Version 0.3.0 - Sortable update

10 Jan 19:02
Compare
Choose a tag to compare

This release is to address issues with sorting on Ember 1.13 and above. The glimmer engine was not working with the previous code.

If you are using the sortable objects and you are on Ember 1.12.1 and below upgrading to this version will not work for you.

If you are on Ember 1.13.2 and above, you should use this version and up.

Release v0.2.3 Drag Handles

03 Dec 03:39
Compare
Choose a tag to compare

In some cases you may only want the drag action to start from a handle. You can now specify the class of a handle and only when the handle is active will a drag start from it.

Live demo and examples are in the readme.
P.S. I even wrote tests for it :-)

Small update release for sorting fix

01 Dec 20:53
Compare
Choose a tag to compare

You can now disable the the sorting object by passing in the parameter enableSort