Skip to content

Latest commit

 

History

History
145 lines (75 loc) · 3.57 KB

CHANGELOG.md

File metadata and controls

145 lines (75 loc) · 3.57 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.

[3.0.1] - 2022-07-27

Fixed

  • Fix ember-cli-page-object import path, by @mkszepp.

Maintenance

[3.0.0] - 2020-08-17

Added

  • dragStartAction allows updating drag image, by @bendemboski.

[3.0.0-beta.0] - 2020-01-05

Changed

  • ⚠ Dropped support for Ember CLI below 3.12.

Maintenance

  • Upgraded Ember CLI to 3.15 and dependencies.
  • Converted templates to angle brackets.
  • Minor maintenance changes.

[2.0.0-beta.2] - 2020-01-05

Added

  • sourceOnly option for an immutable drag-from list by @rwwagner90.

Maintenance

  • Brush up demo, tests and linting.

[2.0.0-beta.1] - 2019-12-04

Added

  • additionalArgs enable saving many-to-many relationships by @rwwagner90.

Fixed

  • Avoid redirects to anything.com in Firefox by @anlumo.
  • Remove 'anything' text from dataTransfer.setData by @mateusalexandre.

[2.0.0-beta.0] - 2019-09-17

Added

  • Support for horizontal lists by @frysch. 😎

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.