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.
- 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.