Skip to content

Releases: mharris717/ember-drag-drop

Version 0.9.0-beta.0

01 Apr 02:03
Compare
Choose a tag to compare
Version 0.9.0-beta.0 Pre-release
Pre-release

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

04 Oct 14:50
Compare
Choose a tag to compare

More bug fixes including a memory leak introduced in the last release. #178 and #179

0.8.1 Fix for error

10 Sep 17:00
Compare
Choose a tag to compare

There was a bug with one of the PR's from the last release #171, #174 fixes it.

Release 0.8.0

04 Sep 16:14
Compare
Choose a tag to compare

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

07 Nov 04:03
Compare
Choose a tag to compare

Another maintenance release pulling in some great PR's #154 #151 and #156

Biggest change here is that this addon should no longer required jQuery at all.

Maintenance release

02 Mar 22:06
Compare
Choose a tag to compare

Pulls in a few PR's including a fix to a Firefox bug #152 .

Also includes #147 and #149.

Fix for jquery compatibility

30 Nov 14:36
Compare
Choose a tag to compare

This is for PR #148 to use normalizeEvent so Jquery can still be used with the addon optionally.

Fix for leaky event listeners

28 Nov 14:17
Compare
Choose a tag to compare

Just a small update to fix leaky event listeners #144

Droping jquery events

28 Nov 04:08
Compare
Choose a tag to compare

This release drops the use of jquery events. They are still being used in tests, but that will be dropped soon when the 3.5 upgrade is complete. This includes PR's #137 #141 and #140.

Ember 3.3 compatibility

30 Aug 03:03
Compare
Choose a tag to compare

This release makes the addon compatible with at least Ember 3.3