From a5586ab73444ffd7ad409a1bc1e425a8088ff459 Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Fri, 25 Jan 2019 19:18:14 +0100 Subject: [PATCH 1/2] blog(embertimes#82): update interview section --- source/blog/2019-01-25-the-ember-times-issue-82.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/source/blog/2019-01-25-the-ember-times-issue-82.md b/source/blog/2019-01-25-the-ember-times-issue-82.md index f1534d261a..1068854781 100644 --- a/source/blog/2019-01-25-the-ember-times-issue-82.md +++ b/source/blog/2019-01-25-the-ember-times-issue-82.md @@ -8,7 +8,7 @@ responsive: true హలో Emberistas! 🐹 -This week you can read all about a new RFC for **accesible routing** πŸ—Ί, angle brackets coming soon to the guides, a new way to decorate with Ember Decorators, a contributor interview with @bekzod, check out the upcoming Ember.js documentary 🎬🍿πŸŽ₯, and more! +This week you can read all about a new RFC for **accesible routing** πŸ—Ί, angle brackets coming soon to the guides, a new way to decorate with Ember Decorators, a **contributor interview** with @bekzod πŸ’¬, check out the upcoming Ember.js documentary 🎬🍿πŸŽ₯, and more! --- @@ -26,7 +26,7 @@ A [quest issue](https://github.com/ember-learn/guides-source/issues/139) to conv --- ## [Decorate today! The Ember Way! πŸ“](http://ember-decorators.github.io/ember-decorators/) -[Ember Decorators](https://github.com/emberjs/rfcs/blob/master/text/0408-decorators.md) are the future of using Ember along with native Javascript classes. The addon [ember-decorators](https://github.com/ember-decorators/ember-decorators) allows you to use **"The Javascript of the Future, Today!"** +[Ember Decorators](https://github.com/emberjs/rfcs/blob/master/text/0408-decorators.md) are the future of using Ember along with native Javascript classes. The addon [ember-decorators](https://github.com/ember-decorators/ember-decorators) allows you to use **"The Javascript of the Future, Today!"** Once you install it you will have a fully RFC compliant implementation of Ember Decorators. The [Ember Decorators RFC](https://github.com/emberjs/rfcs/blob/master/text/0408-decorators.md) was merged into the RFC repo about two weeks ago. It will take some time until this functionality is in Ember Core. If you would like to try this out now and give your feedback then install the addon and test it out! @@ -51,16 +51,15 @@ Thanks to everyone for pushing this forward and making it a reality πŸ† --- -## ["I contribute to Ember" with Bek](#link-to-forum) +## ["I contribute to Ember" with Bekzod Khaitbaev πŸ’¬](https://discuss.emberjs.com/t/i-contribute-to-ember-with-bekzod-khaitbaev/16085)
Bek
-This week we'd like to highlight the work of community member **Bek**, also known as [@bekzod](https://github.com/bekzod). -In an exclusive interview with the Ember Times they talk about their learnings as a **contributor** to the **Ember.js framework** and why contributions can have an impact on thousands of people. +This week we'd like to highlight the work of community member **Bekzod Khaitbaev**, also known as [@bekzod](https://github.com/bekzod). In an exclusive interview with the Ember Times he talk about his learnings as a **contributor** to the **Ember.js framework** and why contributions can have an impact on thousands of people. - You can read the full interview on [the Ember Forum](#link-to-forum). + You can read the full interview on [the Ember Forum](https://discuss.emberjs.com/t/i-contribute-to-ember-with-bekzod-khaitbaev/16085). - Read more + Read more --- From c96b9314b1d8df4986247d6da40de6d46bbf9d6f Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Fri, 25 Jan 2019 19:49:51 +0100 Subject: [PATCH 2/2] blog(embertimes#82): add contextual helper rfc --- source/blog/2019-01-25-the-ember-times-issue-82.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/source/blog/2019-01-25-the-ember-times-issue-82.md b/source/blog/2019-01-25-the-ember-times-issue-82.md index 1068854781..a58002bde2 100644 --- a/source/blog/2019-01-25-the-ember-times-issue-82.md +++ b/source/blog/2019-01-25-the-ember-times-issue-82.md @@ -8,7 +8,7 @@ responsive: true హలో Emberistas! 🐹 -This week you can read all about a new RFC for **accesible routing** πŸ—Ί, angle brackets coming soon to the guides, a new way to decorate with Ember Decorators, a **contributor interview** with @bekzod πŸ’¬, check out the upcoming Ember.js documentary 🎬🍿πŸŽ₯, and more! +This week you can read all about a new RFC for **accesible routing** πŸ—Ί, angle brackets coming soon to the guides, a new way to decorate with Ember Decorators πŸ–Ό, a **contributor interview** with @bekzod πŸ’¬, check out the upcoming Ember.js documentary 🎬🍿πŸŽ₯, a new RFC for **contextual helpers** πŸŽ’ and more! --- @@ -72,8 +72,13 @@ Until then, you can always watch the [trailer on YouTube](https://www.youtube.co --- -## [SECTION TITLE](#section-url) +## [Contextual Helpers πŸ†•](https://github.com/emberjs/rfcs/pull/432) + +The [Contextual Components pattern](https://guides.emberjs.com/release/components/wrapping-content-in-a-component/#toc_sharing-component-data-with-its-wrapped-content) empowered addon authors to create highly reusable UI components as part of popular addons such as [Ember Light Table](https://offirgolan.github.io/ember-light-table/), [Ember Power Calendar](https://ember-power-calendar.com/), [Ember Paper](https://miguelcobain.github.io/ember-paper/) and many more. + +In extension of [allowing components to be contextual](https://emberjs.github.io/rfcs/0064-contextual-component-lookup.html), a **new Request for Comments(RFC)** proposes to [extend the semantics of template helpers in a similar fashion](https://github.com/emberjs/rfcs/blob/contextual-helpers/text/0432-contextual-helpers.md). +You can read all about the motivation and possible design solutions in the original proposal and [leave your thoughts in the comments below](https://github.com/emberjs/rfcs/pull/432)! ---