From 3e29d8b8daf8b3b35c6ff1aea0dee67edf3d2420 Mon Sep 17 00:00:00 2001 From: Yicheng Gong Date: Wed, 30 Oct 2019 20:09:57 -0700 Subject: [PATCH] Release 2.0.0 --- CHANGELOG.md | 143 +++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 144 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 470855b4..fbd02657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,146 @@ +## v2.0.0 (2019-10-31) + +#### :rocket: Enhancement +* [#295](https://github.com/adopted-ember-addons/ember-sortable/pull/295) Updating README.md and adding migration guide ([@ygongdev](https://github.com/ygongdev)) +* [#294](https://github.com/adopted-ember-addons/ember-sortable/pull/294) add aria-live announcement ([@ygongdev](https://github.com/ygongdev)) +* [#293](https://github.com/adopted-ember-addons/ember-sortable/pull/293) Visual Indicators ([@ygongdev](https://github.com/ygongdev)) +* [#290](https://github.com/adopted-ember-addons/ember-sortable/pull/290) Adding built-in keyboard support and focus management ([@ygongdev](https://github.com/ygongdev)) +* [#289](https://github.com/adopted-ember-addons/ember-sortable/pull/289) Adding sortable-handle ([@ygongdev](https://github.com/ygongdev)) +* [#287](https://github.com/adopted-ember-addons/ember-sortable/pull/287) Contextual components ([@ygongdev](https://github.com/ygongdev)) +* [#282](https://github.com/adopted-ember-addons/ember-sortable/pull/282) Deprecating sendAction ([@ygongdev](https://github.com/ygongdev)) +* [#271](https://github.com/adopted-ember-addons/ember-sortable/pull/271) Modernizing test suite ([@ygongdev](https://github.com/ygongdev)) +* [#286](https://github.com/adopted-ember-addons/ember-sortable/pull/286) Removing matches polyfill from closest polyfill ([@ygongdev](https://github.com/ygongdev)) +* [#280](https://github.com/adopted-ember-addons/ember-sortable/pull/280) Closest polyfill ([@ygongdev](https://github.com/ygongdev)) + +#### :bug: Bug Fix +* [#265](https://github.com/adopted-ember-addons/ember-sortable/pull/265) Properly convert ScrollContainer width and height to integers ([@benedikt](https://github.com/benedikt)) + +#### :house: Internal +* [#289](https://github.com/adopted-ember-addons/ember-sortable/pull/289) Adding sortable-handle ([@ygongdev](https://github.com/ygongdev)) +* [#282](https://github.com/adopted-ember-addons/ember-sortable/pull/282) Deprecating sendAction ([@ygongdev](https://github.com/ygongdev)) +* [#286](https://github.com/adopted-ember-addons/ember-sortable/pull/286) Removing matches polyfill from closest polyfill ([@ygongdev](https://github.com/ygongdev)) +* [#280](https://github.com/adopted-ember-addons/ember-sortable/pull/280) Closest polyfill ([@ygongdev](https://github.com/ygongdev)) + +#### Committers: 2 +- Benedikt Deicke ([@benedikt](https://github.com/benedikt)) +- Yicheng (Jerry) Gong ([@ygongdev](https://github.com/ygongdev)) + + +## 1.12.10 (2019-09-24) + +#### :bug: Bug Fix +* [#275](https://github.com/adopted-ember-addons/ember-sortable/pull/275) [BUGFIX] fixes bug when sorting to the beginning of list ([@ryanholte](https://github.com/ryanholte)) + +#### :house: Internal +* [#268](https://github.com/adopted-ember-addons/ember-sortable/pull/268) Bump mixin-deep from 1.3.0 to 1.3.2 ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#267](https://github.com/adopted-ember-addons/ember-sortable/pull/267) Bump eslint-utils from 1.3.1 to 1.4.2 ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#258](https://github.com/adopted-ember-addons/ember-sortable/pull/258) First pass at upgrading to new QUnit syntax ([@nlfurniss](https://github.com/nlfurniss)) + +#### Committers: 4 +- Jamie White ([@jgwhite](https://github.com/jgwhite)) +- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss)) +- Ryan Holte ([@ryanholte](https://github.com/ryanholte)) +- [@stephencattaneo](https://github.com/stephencattaneo) + + +## 1.12.9 (2019-06-11) + +#### :rocket: Enhancement +* [#259](https://github.com/adopted-ember-addons/ember-sortable/pull/259) Expect native events instead of jQuery wrapped events ([@stephencattaneo](https://github.com/stephencattaneo)) + +#### Committers: 2 +- Jamie White ([@jgwhite](https://github.com/jgwhite)) +- [@stephencattaneo](https://github.com/stephencattaneo) + + +## 1.12.8 (2019-05-22) + +#### :bug: Bug Fix +* [#249](https://github.com/adopted-ember-addons/ember-sortable/pull/249) move @ember/jquery to devDependency ([@fran-worley](https://github.com/fran-worley)) +* [#251](https://github.com/adopted-ember-addons/ember-sortable/pull/251) Add warning to polyfill `Element.closest()` ([@samhogg](https://github.com/samhogg)) + +#### :house: Internal +* [#245](https://github.com/adopted-ember-addons/ember-sortable/pull/245) Add Ember 2.8, 2.12 to testing. Test Node 8. ([@mixonic](https://github.com/mixonic)) + +#### Committers: 4 +- Fran Worley ([@fran-worley](https://github.com/fran-worley)) +- Jamie White ([@jgwhite](https://github.com/jgwhite)) +- Matthew Beale ([@mixonic](https://github.com/mixonic)) +- Sam Hogg ([@samhogg](https://github.com/samhogg)) + + +## 1.12.7 (2019-04-24) + +#### :bug: Bug Fix +* [#227](https://github.com/adopted-ember-addons/ember-sortable/pull/227) Tweak clientHeight calculation in drag helper ([@jgwhite](https://github.com/jgwhite)) +* [#244](https://github.com/adopted-ember-addons/ember-sortable/pull/244) Fix subtle bug in sortable-item#thaw ([@jgwhite](https://github.com/jgwhite)) +* [#242](https://github.com/adopted-ember-addons/ember-sortable/pull/242) Runloop tweaks ([@mixonic](https://github.com/mixonic)) + +#### Committers: 2 +- Jamie White ([@jgwhite](https://github.com/jgwhite)) +- Matthew Beale ([@mixonic](https://github.com/mixonic)) + + +## 1.12.6 (2019-02-25) + +#### :bug: Bug Fix +* [#236](https://github.com/adopted-ember-addons/ember-sortable/pull/236) getX and getY methods do provide now for non-wrapped events too (fixe… ([@froskos](https://github.com/froskos)) + +#### Committers: 2 +- Jamie White ([@jgwhite](https://github.com/jgwhite)) +- [@froskos](https://github.com/froskos) + + +## 1.12.5 (2019-02-15) + +#### :bug: Bug Fix +* [#229](https://github.com/adopted-ember-addons/ember-sortable/pull/229) inline `touch-action:none` not being properly applied ([@froskos](https://github.com/froskos)) + +#### :house: Internal +* [#228](https://github.com/adopted-ember-addons/ember-sortable/pull/228) Upgrade to 3.7.x family ([@jgwhite](https://github.com/jgwhite)) + +#### Committers: 2 +- Jamie White ([@jgwhite](https://github.com/jgwhite)) +- [@froskos](https://github.com/froskos) + + +## 1.12.4 (2019-01-04) + +#### :bug: Bug Fix +* [#224](https://github.com/adopted-ember-addons/ember-sortable/pull/224) [bugfix] default `dx` and `dy` to 0 for drag helper ([@fivetanley](https://github.com/fivetanley)) +* [#223](https://github.com/adopted-ember-addons/ember-sortable/pull/223) fixes for Firefox ([@fivetanley](https://github.com/fivetanley)) + +#### Committers: 2 +- Jamie White ([@jgwhite](https://github.com/jgwhite)) +- Stanley Stuart ([@fivetanley](https://github.com/fivetanley)) + + +## 1.12.3 (2018-12-19) + +#### :bug: Bug Fix +* [#216](https://github.com/adopted-ember-addons/ember-sortable/pull/216) Fix incorrect ScrollContainer dimension calcs ([@nlfurniss](https://github.com/nlfurniss)) +* [#220](https://github.com/adopted-ember-addons/ember-sortable/pull/220) replace window.releaseEvents with window.removeEventListener ([@fonkgoku](https://github.com/fonkgoku)) +* [#221](https://github.com/adopted-ember-addons/ember-sortable/pull/221) Pass event to _preventClickHandler ([@fonkgoku](https://github.com/fonkgoku)) + +#### Committers: 3 +- Jamie White ([@jgwhite](https://github.com/jgwhite)) +- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss)) +- Paul Csapak ([@fonkgoku](https://github.com/fonkgoku)) + + +## 1.12.2 (2018-12-07) + +#### :rocket: Enhancement +* [#212](https://github.com/adopted-ember-addons/ember-sortable/pull/212) Replace jQuery with vanilla JS ([@nlfurniss](https://github.com/nlfurniss)) + +#### :house: Internal +* [#214](https://github.com/adopted-ember-addons/ember-sortable/pull/214) add lerna changelog for generating changelogs ([@fivetanley](https://github.com/fivetanley)) + +#### Committers: 3 +- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss)) +- Stanley Stuart ([@fivetanley](https://github.com/fivetanley)) +- Todd Evanoff ([@tevanoff](https://github.com/tevanoff)) + # ember-sortable changelog ## 1.12.10 (2019-09-24) diff --git a/package.json b/package.json index a9f53bb2..7c699f60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-sortable", - "version": "1.12.10", + "version": "2.0.0", "description": "Sortable UI primitives for Ember.", "keywords": [ "ember-addon",