diff --git a/source/blog/2018-09-28-the-ember-times-issue-66.md b/source/blog/2018-09-28-the-ember-times-issue-66.md index 04edc84fd2..604d169481 100644 --- a/source/blog/2018-09-28-the-ember-times-issue-66.md +++ b/source/blog/2018-09-28-the-ember-times-issue-66.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. XX -author: the crowd +author: Bill Heaton, Chris Ng, Ryan Mark, Amy Lam, Jessica Jordan tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/xxxx/xx/xx-the-ember-times-issue-XX.html" responsive: true @@ -39,8 +39,15 @@ Check it out on the [GitHub repo](https://github.com/mixonic/ember-cli-deprecati --- -## [SECTION TITLE](#section-url) +## [And Today's Special On The Router Menu: Query Params](https://github.com/emberjs/rfcs/pull/380) + +Ever had the need to read **query params (QPs)** off a `Controller` and pass it down to a component to change its UI state depending on the QP value? + +Ever had a hard time passing down QP values through layers and layers of components to do just that? + +It doesn't have to be this way. Read [this new RFC](https://github.com/emberjs/rfcs/pull/380) about exposing QPs as a _computed property_ on the `RouterService`. It proposes that this `Service` can then be injected into components easily which makes laborious passing of QP data obsolete. +As always, **leave your comments** and appreciation [below the original proposal](https://github.com/emberjs/rfcs/pull/380) as long as it's **still under discussion**! --- @@ -77,7 +84,7 @@ Check it out on the [GitHub repo](https://github.com/mixonic/ember-cli-deprecati Thanks for your triage contributions - over the past two weeks 🤩… + over the past two weeks 🙏… @yininge, @ryanlabouve, @yohanmishkin, @@ -100,7 +107,7 @@ Check it out on the [GitHub repo](https://github.com/mixonic/ember-cli-deprecati ## [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, @pzuraq, @chancancode, @Gaurav0, @simonihmig, @chadhietala, @bekzod, @iezer, @chrisrng, @jessica-jordan, @pixelhandler, @amyrlam, @tylerturdenpants, @acorncom, @runspired, @jrjohnson, @tmquinn, @BryanCrotaz, @mfeckie, @bmac, @Turbo87, @greenkeeper[bot], @SparshithNR, @dcyriller, @gandalfar, @CodingItWrong, @ppcano, @hybridmuse for their contributions to Ember and related repositories 💖!
--- @@ -128,4 +135,4 @@ That's another wrap! ✨ Be kind, -the crowd and the Learning Team +Bill Heaton, Chris Ng, Ryan Mark, Amy Lam, Jessica Jordan and the Learning Team