adopted-ember-addons / ember-light-table

Lightweight, contextual component based table for Ember
http://adopted-ember-addons.github.io/ember-light-table/
MIT License
312 stars 131 forks source link

Set minimum supported ember version at 2.18 #700

Closed fran-worley closed 5 years ago

fran-worley commented 5 years ago

Based on the community survey results there is still enough of a user base for 2.18 that we'll need to maintain support for a little longer while people continue to upgrade to ember 3.x.

2.18 is a sensible place to stop as a number of polyfills for new behaviour only go back to 2.18 and continuing to support older versions will make it harder to keep up with the pace of ember development.

Don't merge until #696 (sorry I stupidly chained these branches together locally).

fran-worley commented 5 years ago

@alexander-alvarez , @snewcomer in principal do you foresee any issues with this?

Obviously I'll rebase once we've updated 2-x branch to ember v3.8 which will leave us with just the one commit here.

alexander-alvarez commented 5 years ago

2 LTS-es is pretty typical in the dev world :+1: from me