Releases: mharris717/ember-drag-drop
v0.3.7 New Swap algorithm
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
V0.3.5 emit drag event update
V0.3.4 drag handle update
A fix for performance issues when using the drag handles on an draggable item. PR #37 Thanks @remkoboschker for the PR.
V0.3.3
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
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
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
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
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
You can now disable the the sorting object by passing in the parameter enableSort