ember-component-inbound-actions icon indicating copy to clipboard operation
ember-component-inbound-actions copied to clipboard

confusing version check

Open kellyselden opened this issue 7 years ago • 1 comments

What versions is https://github.com/GavinJoyce/ember-component-inbound-actions/blob/master/addon/inbound-actions.js#L4 supposed to detect? It matches every ember 2.x version, only fails less than 1.13. Is that desired?

kellyselden avatar Mar 24 '17 00:03 kellyselden

That is confusing. The intention is for scheduleInAfterRender to run on any version of ember newer than 1.12

GavinJoyce avatar Apr 03 '17 08:04 GavinJoyce