Releases: mharris717/ember-drag-drop
v0.5.0 Ember 3.0 and closure actions
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
Just a small maintenance fix for the babel deprecation PR #124 .
v0.4.7 Maintenance Release
v0.4.6 new drag helpers
v0.4.5 now with nested sortable elements
v 0.4.4 maintenance including some mobile support
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
v0.4.2 new drag start and end hooks
v0.4.1 Update to Glimmer 2 Ember 2.10
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
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.