adopted-ember-addons / ember-sortable

Sortable UI primitives for Ember.js
https://ember-sortable.netlify.app/
MIT License
298 stars 148 forks source link

Drop support for ember less than 3.28 #510

Closed leoeuclids closed 1 year ago

leoeuclids commented 1 year ago

Why?

V2 addons only support ember >= 3.28, so the support for anything below that should be dropped. This PR is separate to from #508 to be featured on the 5.0.0 release changelog.

What it achieves

Allows the conversion into a V2 addon (In progress #508).

What this PR does

Changes the ember-try scenarios, dropping ember-lts-2.4, as well as adding ember-lts-4.4 and ember-lts-4.8. Updates the Readme compatibility table with the 5.0.0 version.

leoeuclids commented 1 year ago

A11y tests should pass now.

leoeuclids commented 1 year ago

Third try's the charm.

leoeuclids commented 1 year ago

Thanks for merging!