Skip to content

Latest commit

 

History

History
710 lines (425 loc) · 33.2 KB

CHANGELOG.md

File metadata and controls

710 lines (425 loc) · 33.2 KB

ember-sortable changelog

v4.0.0 (2022-05-16)

💥 Breaking Change

🚀 Enhancement

  • #477 perf: avoid creating callbacks for the destructor (@BnitoBzh)

🏠 Internal

Committers: 3

v3.0.1 (2022-03-16)

🐛 Bug Fix

  • #461 bugfix: Ensure horizontal scrolling can go negative (@snewcomer)

📝 Documentation

🏠 Internal

Committers: 3

v3.0.0 (2021-11-29)

🚀 Enhancement

🏠 Internal

Committers: 4

v2.4.0 (2021-11-10)

🚀 Enhancement

Committers: 2

  • Merge pull request #430 from jacojoubert/refactor-disabled (364fc80)
  • (51ea46f)
  • Merge pull request #444 from snewcomer/sn/deprecate-components (b70d5cd)
  • Deprecate use of components (ffbd488)
  • Add deprecation warning for isDraggingDisabled (ad38e58)
  • Reset sortable-item (cebbe62)
  • Merge pull request #440 from ntnz/patch-2 (2cbc2b5)
  • Merge branch 'master' into refactor-disabled (0f315a6)
  • Merge branch 'master' into refactor-disabled (36aa312)
  • Fix syntax issues in readme (d2f8cc9)
  • Update README.md (c0e88e7)
  • Add disabled argument to sortable-item (888dc5c)
  • Add examples of disabled item (4db5107)

v2.2.6 (2021-10-21)

🐛 Bug Fix

Committers: 4

  • updated yarn.lock (ca925fa)

  • Fix deprecation warning Importing from ember-test-waiters is deprecated (#423) (f817c5d)

  • Require ember-decorators-polyfill to be installed by client app (#425) (f901543)

  • Set default values for itemVisualClass and a11yAnnouncementConfig (#424) (436b7ac)

  • update yarn.lock (a18d3cb)

  • bump ember-get-config to version using babel v7 (#416) (92dd9b9)

  • Remove event.stopPropagation from focusOut (#413) (48fd3eb)

Must provide GITHUB_AUTH

Must provide GITHUB_AUTH

  • Use a service to track group/item state (#361) (68c12b6)
  • Correct typos in modifier examples (#365) (17ecd1d)
  • fixes parentNode of null (#370) (#371) (87953ce)
  • fixes handle when using modifiers (#349) (81320bd)
  • Merge pull request #357 from alexabreu/patch-1 (b6f0b97)
  • Bumping travis node to 10 (#358) (5360e49)
  • Actually use onDragStop argument rather then re-using onDragStart. (88b9562)

v2.2.0-beta.0 (2020-01-31)

🚀 Enhancement

🏠 Internal

Committers: 2

v2.1.3 (2020-01-29)

🐛 Bug Fix

  • #347 [BUGFIX] Fixes scrolling outside of an overflow container's boundaries resolves#346 (@validkeys)

Committers: 1

  • Added check for transitionDuration to isAnimated (#343) (b0597db)

  • [A11y enhancement] Adding role=button to sortable-handle (828cace)

  • [Bugfix] Use deregisterItem instead of registerItem on destroy [Feature] Adding isDraggingDisabled flag to allow specifying a sortable-item to be non-sortable (29fc641)

v2.1.0-beta.0 (2019-11-22)

🚀 Enhancement

  • #335 Refactoring group into actions and pass actions instead (@ygongdev)

🐛 Bug Fix

  • #335 Refactoring group into actions and pass actions instead (@ygongdev)

🏠 Internal

  • #335 Refactoring group into actions and pass actions instead (@ygongdev)

Committers: 1

v2.0.6 (2019-11-19)

🚀 Enhancement

  • #334 Updating README regarding polyfill breaking production build (@ygongdev)

🐛 Bug Fix

🏠 Internal

Committers: 1

v2.0.6-1 (2019-11-19)

🐛 Bug Fix

  • #331 Attempt to fix vendor on consuming again again haha (@ygongdev)

🏠 Internal

  • #331 Attempt to fix vendor on consuming again again haha (@ygongdev)

Committers: 1

v2.0.6-0 (2019-11-19)

🐛 Bug Fix

🏠 Internal

Committers: 1

v2.0.5 (2019-11-19)

🐛 Bug Fix

  • #329 Attempt to fix vendor on consuming app production build (@ygongdev)
  • #328 Correcting test-support helper extraction (@ygongdev)

🏠 Internal

  • #329 Attempt to fix vendor on consuming app production build (@ygongdev)
  • #328 Correcting test-support helper extraction (@ygongdev)

Committers: 1

v2.0.4 (2019-11-19)

🐛 Bug Fix

🏠 Internal

Committers: 2

v2.0.3 (2019-11-10)

🚀 Enhancement

🏠 Internal

  • #324 Removing @ember/jquery and updating tests (@ygongdev)
  • #322 Deprecating volatile in favor of native getter and setter (@ygongdev)

Committers: 2

v2.0.2 (2019-11-08)

🚀 Enhancement

🐛 Bug Fix

Committers: 1

v2.0.1 (2019-10-31)

🐛 Bug Fix

Committers: 1

v2.0.0 (2019-10-31)

🚀 Enhancement

🐛 Bug Fix

  • #265 Properly convert ScrollContainer width and height to integers (@benedikt)

🏠 Internal

Committers: 2

1.12.10 (2019-09-24)

🐛 Bug Fix

  • #275 [BUGFIX] fixes bug when sorting to the beginning of list (@ryanholte)

🏠 Internal

Committers: 4

1.12.9 (2019-06-11)

🚀 Enhancement

Committers: 2

1.12.8 (2019-05-22)

🐛 Bug Fix

🏠 Internal

  • #245 Add Ember 2.8, 2.12 to testing. Test Node 8. (@mixonic)

Committers: 4

1.12.7 (2019-04-24)

🐛 Bug Fix

Committers: 2

1.12.6 (2019-02-25)

🐛 Bug Fix

  • #236 getX and getY methods do provide now for non-wrapped events too (fixe… (@froskos)

Committers: 2

1.12.5 (2019-02-15)

🐛 Bug Fix

  • #229 inline touch-action:none not being properly applied (@froskos)

🏠 Internal

Committers: 2

1.12.4 (2019-01-04)

🐛 Bug Fix

Committers: 2

1.12.3 (2018-12-19)

🐛 Bug Fix

Committers: 3

1.12.2 (2018-12-07)

🚀 Enhancement

🏠 Internal

Committers: 3

ember-sortable changelog

1.12.10 (2019-09-24)

🐛 Bug Fix

  • #275 [BUGFIX] fixes bug when sorting to the beginning of list (@ryanholte)

🏠 Internal

Committers: 2

1.12.9 (2019-06-11)

🚀 Enhancement

Committers: 1

1.12.8 (2019-05-22)

🐛 Bug Fix

🏠 Internal

  • #245 Add Ember 2.8, 2.12 to testing. Test Node 8. (@mixonic)

Committers: 3

1.12.7 (2019-04-24)

🐛 Bug Fix

Committers: 2

1.12.6 (2019-02-25)

🐛 Bug Fix

  • #236 getX and getY methods do provide now for non-wrapped events too (fixe… (@froskos)

Committers: 1

1.12.5 (2019-02-15)

🐛 Bug Fix

  • #229 inline touch-action:none not being properly applied (@froskos)

🏠 Internal

Committers: 2

1.12.4 (2019-01-03)

🐛 Bug Fix

Committers: 1

1.12.3 (2018-12-19)

🐛 Bug Fix

Committers: 2

1.12.2 (2018-12-06)

🚀 Enhancement

🏠 Internal

Committers: 3

1.12.1 (2018-11-16)

  • #209 Revert "Ember 3.5"

1.12.0 (2018-11-16)

1.11.2 (2018-02-23)

1.11.1 (2018-02-20)

1.11.0 (2018-01-26)

1.10.0 (2017-10-19)

1.9.4 (2017-07-12)

  • #137 Add distance attribute to specify after what distance sorting should start @mupkoo

1.9.3 (2017-02-12)

  • return preventDefault calls to touch event @acburdine

1.9.2 (2017-02-12)

  • #131 prevent touch-actions on element or handle using css @acburdine
  • #118 improve performance of dragging by throttling drag event using ember run @estshy

1.9.1 (2016-11-28)

1.9.0 (2016-10-27)

1.8.2 (2016-08-05)

1.8.1 (2016-03-10)

  • #87 Backfill triggerEvent in drag for Ember >= 2.5 @jgwhite

1.8.0 (2016-02-23)

  • #87 Introduce spacing property on sortable-item @dianafa

1.7.0 (2016-02-04)

1.6.3 (2016-01-06)

1.6.2 (2015-10-22)

1.6.1 (2015-09-18)

1.6.0 (2015-09-04)

1.5.3 (2015-08-26)

1.5.2 (2015-08-14)

1.5.1 (2015-08-10)

  • #51 Distinguish between clicking and dragging an item @opsb

1.5.0 (2015-08-04)

1.4.0 (2015-08-03)

1.3.1 (2015-07-27)

1.3.0 (2015-07-07)

1.2.0 (2015-06-09)

1.1.0 (2015-05-18)

1.0.0 (2015-05-13)

First stable release.