From 290c73bb051e808c76260b7736080db580e340db Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Thu, 31 Jan 2019 20:14:21 -0500 Subject: [PATCH 1/2] blog(embertimes83): FCP RFCs --- .../blog/2019-02-01-the-ember-times-issue-83.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/source/blog/2019-02-01-the-ember-times-issue-83.md b/source/blog/2019-02-01-the-ember-times-issue-83.md index 2964e8e5b4..e212fe2261 100644 --- a/source/blog/2019-02-01-the-ember-times-issue-83.md +++ b/source/blog/2019-02-01-the-ember-times-issue-83.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. XX -author: the crowd +author: Chris Ng, the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019 alias : "blog/2019/xx/xx-the-ember-times-issue-XX.html" responsive: true @@ -8,7 +8,7 @@ responsive: true Emberistas! 🐹 - +, 2019 is coming in strong with a staggering amount of RFCs in FCP ⌛ --- @@ -17,8 +17,17 @@ responsive: true --- -## [SECTION TITLE](#section-url) +## [RFCs in Final Comment Period 🖊️⌛](https://github.com/emberjs/rfcs/pulls?q=is%3Aopen+is%3Apr+label%3A%22Final+Comment+Period%22) + +2019 is coming in strong with a staggering amount of RFCs in Final Comment Period (FCP). So come and check out these awesome work! + +[Tracked Properties RFC](https://github.com/emberjs/rfcs/pull/410) by [@pzuraq](https://github.com/pzuraq) which introduces a simpler and more ergonomic system for tracking state change in Ember applications. + +[Contextual Helpers & Modifiers RFC](https://github.com/emberjs/rfcs/pull/432) by [@chancancode](https://github.com/chancancode) or supporting first-class helpers/modifiers in our templates. + +Two deprecation RFCs by [@chadhietala](https://github.com/chadhietala) are now in FCP - [Deprecate Application Controller Router Properties RFC](https://github.com/emberjs/rfcs/pull/421) and [Deprecate Route Render APIs RFC](https://github.com/emberjs/rfcs/pull/418). +Finally the [Restructuring the Guides Table of Contents RFC](https://github.com/emberjs/rfcs/pull/431) by [@jenweber](https://github.com/jenweber) where the [Guides](https://guides.emberjs.com/release/) will be rearranged to provide a natural learning flow for today’s Ember.js developers is also in FCP. --- @@ -90,4 +99,4 @@ That's another wrap! ✨ Be kind, -the crowd and the Learning Team +Chris Ng, the crowd and the Learning Team From 48e0a60f5f5e34d4f1b15f37c65f680fde1a8422 Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Thu, 31 Jan 2019 20:23:37 -0500 Subject: [PATCH 2/2] Add alex lint ignores --- source/blog/2019-02-01-the-ember-times-issue-83.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/blog/2019-02-01-the-ember-times-issue-83.md b/source/blog/2019-02-01-the-ember-times-issue-83.md index e212fe2261..5638d9f07b 100644 --- a/source/blog/2019-02-01-the-ember-times-issue-83.md +++ b/source/blog/2019-02-01-the-ember-times-issue-83.md @@ -17,8 +17,10 @@ responsive: true --- + ## [RFCs in Final Comment Period 🖊️⌛](https://github.com/emberjs/rfcs/pulls?q=is%3Aopen+is%3Apr+label%3A%22Final+Comment+Period%22) + 2019 is coming in strong with a staggering amount of RFCs in Final Comment Period (FCP). So come and check out these awesome work! [Tracked Properties RFC](https://github.com/emberjs/rfcs/pull/410) by [@pzuraq](https://github.com/pzuraq) which introduces a simpler and more ergonomic system for tracking state change in Ember applications.