From 6fc1ef7e4a7ec197d58719849afc034629ec4d98 Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Thu, 21 Feb 2019 11:14:01 +0100 Subject: [PATCH 1/3] blog(embertimes#86): fixup post description --- .../blog/2019-02-22-the-ember-times-issue-86.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/source/blog/2019-02-22-the-ember-times-issue-86.md b/source/blog/2019-02-22-the-ember-times-issue-86.md index 0fe2a05b7f..bc89c70d69 100644 --- a/source/blog/2019-02-22-the-ember-times-issue-86.md +++ b/source/blog/2019-02-22-the-ember-times-issue-86.md @@ -1,8 +1,8 @@ --- -title: The Ember Times - Issue No. XX -author: Chris Ng, Gaurav Munjal, Amy Lam, the crowd +title: The Ember Times - Issue No. 86 +author: Chris Ng, Gaurav Munjal, Amy Lam, Jessica Jordan, the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019 -alias : "blog/2019/xx/xx-the-ember-times-issue-XX.html" +alias : "blog/2019/02/22-the-ember-times-issue-86.html" responsive: true --- @@ -12,6 +12,8 @@ responsive: true Check out the two follow up RFCs to make Tracked Properties better 👣, an Ember community experience 🤝... +...and an exclusive interview with Ember contributor @cibernox 💬 ! + --- ## [SECTION TITLE](#section-url) @@ -63,9 +65,9 @@ in order to enable me to customize it to my liking. Given that it would break ba I was surprised when Bujorel Tecu AKA [@btecu](https://github.com/btecu), the author of ember-simple-tree, contacted me and wanted to work together to include my changes. As a result, my changes are now in the latest version of -ember-simple-tree. +ember-simple-tree. -Even though we had to sacrifice technical backward compatibility, it was important to @btecu that we had a shared solution. One of the main strengths of Ember is how shared conventions enable developers to build on top of each other's work and improve the ecosystem for everyone. It's heartening to see this view echoed in the Ember addon community. +Even though we had to sacrifice technical backward compatibility, it was important to @btecu that we had a shared solution. One of the main strengths of Ember is how shared conventions enable developers to build on top of each other's work and improve the ecosystem for everyone. It's heartening to see this view echoed in the Ember addon community. --- @@ -75,7 +77,7 @@ Even though we had to sacrifice technical backward compatibility, it was importa Miguel Camba -In our 7th edition of the contributor interview series, community member **Miguel Camba**, also known as [@cibernox](https://github.com/cibernox) talks about and talk about his work on **powerful** addons, contributing by necessity and why the **silly pull request** is only **a myth**. +In our 7th edition of the contributor interview series, community member **Miguel Camba**, also known as [@cibernox](https://github.com/cibernox) talks about his work on **powerful** addons, contributing by necessity and why the **silly pull request** is only **a myth**. You can read the full interview on [the Ember Forum](https://discuss.emberjs.com/t/i-contribute-to-ember-with-miguel-camba/16193). @@ -116,4 +118,4 @@ That's another wrap! ✨ Be kind, -Chris Ng, Gaurav Munjal, Amy Lam the crowd and the Learning Team +Chris Ng, Gaurav Munjal, Amy Lam, Jessica Jordan, the crowd and the Learning Team From ba6220b57b449ed11c50e8ead525c47e63dabd09 Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Thu, 21 Feb 2019 11:16:26 +0100 Subject: [PATCH 2/3] blog(embertimes#86): add contributors corner --- source/blog/2019-02-22-the-ember-times-issue-86.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog/2019-02-22-the-ember-times-issue-86.md b/source/blog/2019-02-22-the-ember-times-issue-86.md index bc89c70d69..7f0eb58fd3 100644 --- a/source/blog/2019-02-22-the-ember-times-issue-86.md +++ b/source/blog/2019-02-22-the-ember-times-issue-86.md @@ -88,7 +88,7 @@ You can read the full interview on [the Ember Forum](https://discuss.emberjs.com ## [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 @rwjblue, @cibernox, @pzuraq, @ppcano, @Gaurav0, @MelSumner, @mixonic, @chrisrng, @runspired, @XaserAcheron, @scalvert, @mansona, @nummi, @jaredgalanis, @samselikoff, @aklkv, @bartocc, @locks, @jenweber, @EndangeredMassa and @CodingItWrong for their contributions to Ember and related repositories! 💖

--- From e2c1199c896759aaa6a94ec385384f98a00e25a7 Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Thu, 21 Feb 2019 11:36:01 +0100 Subject: [PATCH 3/3] blog(embertimes#86): add rfc writeup for htmlSafe and with --- source/blog/2019-02-22-the-ember-times-issue-86.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/blog/2019-02-22-the-ember-times-issue-86.md b/source/blog/2019-02-22-the-ember-times-issue-86.md index 7f0eb58fd3..324108545d 100644 --- a/source/blog/2019-02-22-the-ember-times-issue-86.md +++ b/source/blog/2019-02-22-the-ember-times-issue-86.md @@ -53,7 +53,14 @@ Read and comment on the [Decorator Support RFC](https://github.com/emberjs/rfcs/ --- -## [SECTION TITLE](#section-url) +## [Less Confused 🤷‍♀️🚫 with htmlSafe and with](https://github.com/emberjs/rfcs/pull/443) + +Two new **Requests for Comments (RFC)** propose deprecations to better avoid confusion in Ember apps: +[One of the proposals](https://github.com/emberjs/rfcs/pull/443) aims to rename the `htmlSafe` template helper and util to `trustedHtml` in an effort to convey the mechanism of the util better. + +[The second RFC](https://github.com/emberjs/rfcs/pull/445) proposes the deprecation of the `with` template helper acknowledging the rather recent [`let` helper](https://guides.emberjs.com/release/templates/built-in-helpers/#toc_built-in-block-helpers), that can now be used in templates instead of and with much clearer intent than `with`. + +Be sure to check out the original proposals for [the renaming of htmlSafe](https://github.com/emberjs/rfcs/pull/443) and [the deprecation of the with helper](https://github.com/emberjs/rfcs/pull/445) and leave your comments below! ---