diff --git a/source/blog/2018-11-02-the-ember-times-issue-71.md b/source/blog/2018-11-02-the-ember-times-issue-71.md index 9b0f15c5a9..db86cf8280 100644 --- a/source/blog/2018-11-02-the-ember-times-issue-71.md +++ b/source/blog/2018-11-02-the-ember-times-issue-71.md @@ -33,7 +33,7 @@ If you're feeling up to the task to help tree-shaking land in Ember and you're c --- ## [A New and Dynamic RFC](https://github.com/cibernox/rfcs/blob/dynamic-tag-names/text/0000-dynamic-tag-names.md) -[@cibernox](https://github.com/cibernox) has submitted a new RFC suggesting **dynamic tag names in glimmer templates**. In the transition from using inner-html semantics to using outer-html semantics in components there's one feature that has been lost: Being able to dynamically define the tag name of components. +[@cibernox](https://github.com/cibernox) has submitted a new RFC suggesting **dynamic tag names in glimmer templates**. In the transition from using inner-html semantics to using outer-html semantics in components there's one feature that has been lost: Being able to dynamically define the tag name of components. To solve this issue the RFC proposes a new `element` helper that takes a tag name and generates a contextual component that, when invoked, renders the selected element. Like this: @@ -89,7 +89,7 @@ If you havenβt yet, check out the [slides for #30DaysOfEmber](https://slides.c ## [Contributors' Corner π](https://guides.emberjs.com/release/contributing/repositories/) -
This week we'd like to thank our siblings for their contributions to Ember and related repositories! π
+This week we'd like to thank @pzuraq, @chadhietala, @esquith, @rwjblue, @ppcano, @kennethlarsen, @chengz, @chrisrng, @fiddler, @jessica-jordan, @jenweber, @Alonski, @tylerturdenpants, @yaxinr, @spruce, @runspired, @sbatson5, @mike-north, @scalvert, @Turbo87, @tomdale, @SergeAstapov, @abhilashlr, @loganrosen, @sangm, @tschoartschi, @toddjordan, @esbanarango, @kategengler, @mansona, @aklkv, @caseywatts, @skyboyer, @jelhan, @Parrryy, @theroncross for their contributions to Ember and related repositories! π
---