Skip to content

Latest commit

 

History

History
90 lines (46 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

90 lines (46 loc) · 2.31 KB

Changelog

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.

Unreleased

Changed

  • Raised the minimal Node requirement to 8.
  • Resolved the nested list jumping issue by preventing height change during dragging.

Documentation

  • Removed jQuery mentions from the readme.
  • Mentioned the handleSelector attribute in test helpers.

[2.0.0-alpha.3] - 2019-04-08

Changed

  • Upgraded to Ember Canary (internally).
  • Removed dependency on ember-awesome-macros and ember-macro-helpers.
  • Account for current placeholder padding when determining next placeholder position.

Documentation

  • Updated the version of the Ember CLI badge.

[2.0.0-alpha.2] - 2019-04-03

Changed

  • 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

[1.1.1] - 2017-11-15

Fixed

  • Fixed placeholder jumping around in nested lists, by @lolmaus

[1.1.0] - 2017-11-14

Added

Tech debt

  • Upgraded to Ember CLI 2.16.2
  • Migrated to new module imports (RFC 176)

[1.0.2] - 2017-10-3

Fixed

  • Make ember-awesome-macros a dependency instead of subdependency (#11, fixed by @lolmaus)

[1.0.1] - 2017-09-30

Added

  • Make page objects aware of drag handles (#10, implemented by @lolmaus)

[1.0.0] - 2017-09-11

Added

[1.0.0-beta-0] - 2017-08-31

Added

[1.0.0-alpha.9] - 2017-05-22

Public release.