You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure that people don't accidentally use old-style APIs for top-level elements in GlimmerComponent (tagName)
Refactor to separate conceptually different code paths that happen to share code, such as...
build-component-template
component node manager?
make recursive invocation work (<my-foo> component as the top-level element inside <my-bar>'s layout)
discuss a path for properties vs. attributes being plausibly aligned between normal elements and components
Make sure elementId is set on GlimmerComponent
Fix skipped tests.
Make GlimmerComponent isComponentFactory
Export GlimmerComponent as a module
Add flag to allow a component author to use new-semantics and provide a deprecation when the component is invoked with curlies (providing a bridge from {{foo-bar blah="baz"}} to <foo-bar blah="baz"></foo-bar>).
The text was updated successfully, but these errors were encountered:
Post merge pending items from #12011:
{{partial}}
case (0604db1)tagName
)<my-foo>
component as the top-level element inside<my-bar>
's layout)elementId
is set on GlimmerComponentisComponentFactory
GlimmerComponent
as a module{{foo-bar blah="baz"}}
to<foo-bar blah="baz"></foo-bar>
).The text was updated successfully, but these errors were encountered: