All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fix
ember-cli-page-object
import path, by @mkszepp.
dragStartAction
allows updating drag image, by @bendemboski.
- ⚠ Dropped support for Ember CLI below 3.12.
- Upgraded Ember CLI to 3.15 and dependencies.
- Converted templates to angle brackets.
- Minor maintenance changes.
sourceOnly
option for an immutable drag-from list by @rwwagner90.
- Brush up demo, tests and linting.
additionalArgs
enable saving many-to-many relationships by @rwwagner90.
- Avoid redirects to anything.com in Firefox by @anlumo.
- Remove
'anything'
text fromdataTransfer.setData
by @mateusalexandre.
- Support for horizontal lists by @frysch. 😎
- Raised the minimal Node requirement to 8.
- Resolved the nested list jumping issue by preventing height change during dragging.
- Removed jQuery mentions from the readme.
- Mentioned the
handleSelector
attribute in test helpers.
- Upgraded to Ember Canary (internally).
- Removed dependency on
ember-awesome-macros
andember-macro-helpers
. - Account for current placeholder padding when determining next placeholder position.
- Updated the version of the Ember CLI badge.
- Upgraded to Ember CLI 3.8, got rid of jQuery dependency.
⚠️ Nested lists don't work in Ember without jQuery, see emberjs/ember.js#17840 - Moved to kaliber5/ember-drag-sort
- Adjusted code style/linting
- Fixed placeholder jumping around in nested lists, by @lolmaus
- Upgraded to Ember CLI 2.16.2
- Migrated to new module imports (RFC 176)
Public release.