Releases: adopted-ember-addons/ember-sortable
Releases · adopted-ember-addons/ember-sortable
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)
1.12.1
1.12.0
1.12.0 (2018-11-16)
- #189 Fix travis node version @acburdine
- #188 Don't break if A extensions are not enabled @btecu
- #190 set rootURL for tests @jmar910
- #206 Ember 3.5 @jmar910
- #200 Update links to use new owner @raulb
- #203 Remove ember-invoke-action @raulb
- #182 Updated README to include js example for accessibility @alanwguo
- #185 docs: use action helper in more examples @knownasilya