Skip to content

Releases: mharris717/ember-drag-drop

v0.5.0 Ember 3.0 and closure actions

30 Aug 02:40
Compare
Choose a tag to compare

This release (is long over due) and upgrades this addon to use closure actions and is compatible up to Ember 3.2. A new release is coming shortly which should get it compatible with the latest ember.

These are breaking changes if you are not using closure actions. Refer to the readme and demos code for examples.

Fix for babel deprecation

01 May 02:06
Compare
Choose a tag to compare

Just a small maintenance fix for the babel deprecation PR #124 .

v0.4.7 Maintenance Release

12 Dec 03:12
Compare
Choose a tag to compare

Just a release that pulls in some minor PRs #114 #113 and #112 Biggest changes are to support Node 4 and some memory leak issues.

v0.4.6 new drag helpers

08 Sep 02:58
Compare
Choose a tag to compare

This release pulls in PR #108 PR #109 and PR #106. Notable differences being that there is a now a sort in place option and better documentation for the test helper. Big shout out to @dwickern for his work on this.

v0.4.5 now with nested sortable elements

03 Jul 21:47
Compare
Choose a tag to compare

Mostly a maintenance release pulling in PR #100 #102#103 and #105

The most significant change being #103 which should allow you to have your drop targets nested.

v 0.4.4 maintenance including some mobile support

29 May 17:27
Compare
Choose a tag to compare

This release pulls in PR #95 #96 and #97 including #95 which enables use on mobile when you add the ember-drag-drop-polyfill addon.

v0.4.3 Ember 2.12 compatibility

29 Mar 23:43
Compare
Choose a tag to compare

This release brings you compatibility with Ember 2.12. Thanks to the contributors on PR #88 #85 and #80.

We also bring you a new test helper for all your drag drop testing needs.

v0.4.2 new drag start and end hooks

09 Dec 03:36
Compare
Choose a tag to compare

This is a small release to fix the sort issue in #73 and adds some drag start and end hooks thanks to PR #74

v0.4.1 Update to Glimmer 2 Ember 2.10

30 Nov 05:03
Compare
Choose a tag to compare

This update was mostly to resolve an error with Ember 2.10 and to confirm that things are working with Glimmer 2. Test are passing for previous LTS 2.8 and the new 2.10.

This also brings in PR #71 if you needs events passed.

Multiple Sort Containers

20 Sep 01:59
Compare
Choose a tag to compare

This is the first release that supports multiple sort containers. See PR #56 thanks to @remkoboschker for his hard work on that PR. This release also brings this addon up to date with Ember 2.8.