ciena-frost / ember-frost-object-browser

See all of your objects! http://ciena-frost.github.io/ember-frost-object-browser/
MIT License
5 stars 22 forks source link

List item types and controls #136

Closed jscharf closed 7 years ago

jscharf commented 7 years ago

This project uses semver, please check the scope of this pr:

You can now specify itemTypeKey, componentKeyNames, and componentKeyNamesForTypes in addition to changing controls from an array of components to a hash of components, in order to produce an object browser that can take advantage of this new functionality. It can conditionally show certain controls based on the type of the list item. If multiple list items are selected, it will only show the controls that are applicable to all of the selected items.

CHANGELOG

dafortin commented 7 years ago

LGTM. Please check comments before merging.

jscharf commented 7 years ago

I cancelled the previous build because I pushed another commit to remove the unnecessary checks from a computed property. Now I am just waiting for the next build to finish before I merge.