Releases: mharris717/ember-drag-drop
Version 0.9.0-beta.0
This is a breaking change release for Ember pre version 3.12. If using a version of Ember before 3.12 I would suggest staying with version 0.8.2. This is primarily the merge of the upgrade to Ember 3.26 release of the addon. PR #184. Thanks to @boris-petrov and @rwwagner90 for their contributions and pushing me to complete this upgrade.
This should keep us deprecation free for a while. It would be difficult to get this project to a full Ember octane compatibility. The plan is to start a new more modern project for a Ember octane soon. It is currently in the works. In the mean time I will attempt to keep this one working as long as possible.
When this release is deemed stable, I'll release it as a proper 0.9 release.
More Bug fixes
0.8.1 Fix for error
Release 0.8.0
This is another maintenance release to merge a number of community pull requests. This merges #165 #167 #170 #171 #172 #173. Thanks to everyone for their contributions.
#170 in particular could break some tests if you use the test addon. So make sure to check that out if you are having issues with tests after upgrading.
In general this repo is is maintenance mode as Ember Octane has changed how you can implement drag and drop significantly with modifiers. See -> https://dev.to/dgavey/simple-drag-and-drop-in-ember-octane-466i
Maintenance release Nov 2019
Maintenance release
Fix for jquery compatibility
This is for PR #148 to use normalizeEvent so Jquery can still be used with the addon optionally.
Fix for leaky event listeners
Just a small update to fix leaky event listeners #144
Droping jquery events
Ember 3.3 compatibility
This release makes the addon compatible with at least Ember 3.3