ember-cli-addon-search icon indicating copy to clipboard operation
ember-cli-addon-search copied to clipboard

[Proposal] Display version of Ember

Open medokin opened this issue 9 years ago • 2 comments

Right now it would be helpful to see which version of Ember an addon is using.

Any comments on that?

medokin avatar Aug 17 '15 08:08 medokin

I think it might be better to show some sort compatibility matrix instead of just what version of Ember an addon is using. Most addons are compatible with multiple versions of Ember.

@kategengler is working on how to implement this on the addon side https://github.com/emberobserver/client/issues/8. Once that work is completed the only thing we need to figure out is how to present that information on the site.

Do you have any suggestions about UI?

gcollazo avatar Aug 17 '15 12:08 gcollazo

Wonderful, maybe adding a column with the lowest compatible version like '>= 2.0.0' and if you click on that a collapsed matrix appears underneath in a new row?

medokin avatar Aug 20 '15 07:08 medokin