adopted-ember-addons / ember-cli-hot-loader

An early look at what hot reloading might be like in the ember ecosystem
MIT License
99 stars 13 forks source link

[WIP] Custom tag management for components #100

Open lifeart opened 6 years ago

lifeart commented 6 years ago

This PR allow users to manage wrapper component tagName. Now users may specify tag name for wraper to render and force tagless/tagged component behaviour by component name.

toranb commented 6 years ago

Could you write up some README changes to express how this differs from what we offer today w/ configuration? Also, will this be a breaking change or does it just look that was on the surface?