Releases: adopted-ember-addons/ember-sortable
Releases · adopted-ember-addons/ember-sortable
1.12.10
🐛 Bug Fix
- #275 [BUGFIX] fixes bug when sorting to the beginning of list (@ryanholte)
🏠 Internal
- #268 Bump mixin-deep from 1.3.0 to 1.3.2 (@dependabot[bot])
- #267 Bump eslint-utils from 1.3.1 to 1.4.2 (@dependabot[bot])
- #258 First pass at upgrading to new QUnit syntax (@nlfurniss)
Committers: 2
- Nathaniel Furniss (@nlfurniss)
- Ryan Holte (@ryanholte)
- @dependabot
1.12.9
🚀 Enhancement
- #259 Expect native events instead of jQuery wrapped events (@stephencattaneo)
Committers: 1
1.12.8
🐛 Bug Fix
- #249 move @ember/jquery to devDependency (@fran-worley)
- #251 Add warning to polyfill
Element.closest()
(@samhogg)
🏠 Internal
Committers: 3
- Fran Worley (@fran-worley)
- Matthew Beale (@mixonic)
- Sam Hogg (@samhogg)
1.12.7
1.12.6
1.12.5
1.12.4
🐛 Bug Fix
- #224 [bugfix] default
dx
anddy
to 0 for drag helper (@fivetanley) - #223 fixes for Firefox (@fivetanley)
Committers: 1
- Stanley Stuart (@fivetanley)
1.12.3
🐛 Bug Fix
- #216 Fix incorrect ScrollContainer dimension calcs (@nlfurniss)
- #220 replace window.releaseEvents with window.removeEventListener (@fonkgoku)
- #221 Pass event to _preventClickHandler (@fonkgoku)
Committers: 2
- Nathaniel Furniss (@nlfurniss)
- Paul Csapak (@fonkgoku)
1.12.2
🚀 Enhancement
- #212 Replace jQuery with vanilla JS (@nlfurniss)
🏠 Internal
- #214 add lerna changelog for generating changelogs (@fivetanley)
Committers: 3
- Nathaniel Furniss (@nlfurniss)
- Stanley Stuart (@fivetanley)
- Todd Evanoff (@tevanoff)