From 3a8decd74be46dfa4733ff60ae627ee33f9bd010 Mon Sep 17 00:00:00 2001 From: Ryan Mark Date: Fri, 12 Oct 2018 14:40:01 -0700 Subject: [PATCH 01/15] [WIP] Ember Times Issue 69 --- .../2018-10-12-the-ember-times-issue-68.md | 2 +- .../2018-10-19-the-ember-times-issue-69.md | 93 +++++++++++++++++++ 2 files changed, 94 insertions(+), 1 deletion(-) create mode 100644 source/blog/2018-10-19-the-ember-times-issue-69.md diff --git a/source/blog/2018-10-12-the-ember-times-issue-68.md b/source/blog/2018-10-12-the-ember-times-issue-68.md index 1d52397e39..6885d1625f 100644 --- a/source/blog/2018-10-12-the-ember-times-issue-68.md +++ b/source/blog/2018-10-12-the-ember-times-issue-68.md @@ -1,7 +1,7 @@ --- title: The Ember Times - Issue No. 68 author: Ryan Mark, Preston Sego, Chris Ng, Amy Lam, Jessica Jordan -tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 +tags: Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/10/12-the-ember-times-issue-68.html" responsive: true --- diff --git a/source/blog/2018-10-19-the-ember-times-issue-69.md b/source/blog/2018-10-19-the-ember-times-issue-69.md new file mode 100644 index 0000000000..ac8a202b35 --- /dev/null +++ b/source/blog/2018-10-19-the-ember-times-issue-69.md @@ -0,0 +1,93 @@ +--- +title: The Ember Times - Issue No. 69 +author: the crowd +tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 +alias : "blog/2018/10/19-the-ember-times-issue-69.html" +responsive: true +--- + + Emberistas! 🐹 + + + +--- + +## [SECTION TITLE](#section-url) + + +--- + +## [SECTION TITLE](#section-url) + + +--- + +## [SECTION TITLE](#section-url) + + +--- + +## [SECTION TITLE](#section-url) + + +--- + +## [SECTION TITLE](#section-url) + + +--- + +## [SECTION TITLE](#section-url) + + +--- + +## [SECTION TITLE](#section-url) + + +--- + +## [SECTION TITLE](#section-url) + + +--- + +## [SECTION TITLE](#section-url) + + +--- + + +## [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! πŸ’–

+ +--- + +## [Got a Question? Ask Readers' Questions! πŸ€“](https://docs.google.com/forms/d/e/1FAIpQLScqu7Lw_9cIkRtAiXKitgkAo4xX_pV1pdCfMJgIr6Py1V-9Og/viewform) + +
+ Office Hours Tomster Mascot + +

Wondering about something related to Ember, Ember Data, Glimmer, or addons in the Ember ecosystem, but don't know where to ask? Readers’ Questions are just for you!

+ +

Submit your own short and sweet question under bit.ly/ask-ember-core. And don’t worry, there are no silly questions, we appreciate them all - promise! 🀞

+ +
+ +--- + +## [#embertimes](https://emberjs.com/blog/tags/newsletter.html) πŸ“° + +Want to write for the Ember Times? Have a suggestion for next week's issue? Join us at [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on the [Ember Community Discord](https://discordapp.com/invite/zT3asNS) or ping us [@embertimes](https://twitter.com/embertimes) on Twitter. + +Keep on top of what's been going on in Emberland this week by subscribing to our [e-mail newsletter](https://the-emberjs-times.ongoodbits.com/)! You can also find our posts on the [Ember blog](https://emberjs.com/blog/tags/newsletter.html). + +--- + + +That's another wrap! ✨ + +Be kind, + +the crowd and the Learning Team From a959fd0cc68cfa7dd3164f271562bcf3ca300720 Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Thu, 18 Oct 2018 15:52:17 +0100 Subject: [PATCH 02/15] blog(embertimes#69): add ember-data error rfc --- source/blog/2018-10-19-the-ember-times-issue-69.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/blog/2018-10-19-the-ember-times-issue-69.md b/source/blog/2018-10-19-the-ember-times-issue-69.md index ac8a202b35..5774ca2103 100644 --- a/source/blog/2018-10-19-the-ember-times-issue-69.md +++ b/source/blog/2018-10-19-the-ember-times-issue-69.md @@ -17,8 +17,11 @@ responsive: true --- -## [SECTION TITLE](#section-url) +## [A New Way to Error Handling 🚩](https://github.com/emberjs/rfcs/pull/384) + +[A recent **Request for Comments (RFC)**](https://github.com/emberjs/rfcs/pull/384) from the magical **Ember Data** Land takes us on a journey through **error handling** in Ember: It proposes the addition of new error handling methods which do not affect the state of your data records to the [`DS.Errors`](https://www.emberjs.com/api/ember-data/release/classes/DS.Errors) class. +Read more about the new, proposed API and the motivation behind it [in the original proposal and feel free to discuss](https://github.com/emberjs/rfcs/pull/384)! --- @@ -79,7 +82,7 @@ responsive: true ## [#embertimes](https://emberjs.com/blog/tags/newsletter.html) πŸ“° -Want to write for the Ember Times? Have a suggestion for next week's issue? Join us at [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on the [Ember Community Discord](https://discordapp.com/invite/zT3asNS) or ping us [@embertimes](https://twitter.com/embertimes) on Twitter. +Want to write for the Ember Times? Have a suggestion for next week's issue? Join us at [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on the [Ember Community Discord](https://discordapp.com/invite/zT3asNS) or ping us [@embertimes](https://twitter.com/embertimes) on Twitter. Keep on top of what's been going on in Emberland this week by subscribing to our [e-mail newsletter](https://the-emberjs-times.ongoodbits.com/)! You can also find our posts on the [Ember blog](https://emberjs.com/blog/tags/newsletter.html). From 8d6e5e3e37846d12471200964c76aa8723172f88 Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Thu, 18 Oct 2018 16:19:31 +0100 Subject: [PATCH 03/15] blog(embertimes#69): add jquery opt-in --- source/blog/2018-10-19-the-ember-times-issue-69.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/blog/2018-10-19-the-ember-times-issue-69.md b/source/blog/2018-10-19-the-ember-times-issue-69.md index 5774ca2103..a9e88b0008 100644 --- a/source/blog/2018-10-19-the-ember-times-issue-69.md +++ b/source/blog/2018-10-19-the-ember-times-issue-69.md @@ -25,8 +25,13 @@ Read more about the new, proposed API and the motivation behind it [in the origi --- -## [SECTION TITLE](#section-url) +## [🍬 Sugar-, 🍞 Gluten- & jQuery-Free Ember Apps 🐹 by Default](https://github.com/emberjs/rfcs/pull/386) + +Previous RFC-driven efforts already provided an **option** for you to **exclude jQuery** from your Ember app builds easily ([1](https://emberjs.github.io/rfcs/0294-optional-jquery.html), [2](https://www.emberjs.com/blog/2018/07/16/ember-3-3-released.html#toc_new-features-1), [3](https://github.com/ember-learn/guides-source/pull/64)). Now [a **follow-up RFC**](https://github.com/emberjs/rfcs/pull/386) takes the idea of **reducing the initial bundle size** of apps even further. + +The new proposal envisions apps to provide an **easy opt-in** for the UI library, but to **exclude jQuery by default**. The RFC suggests that this will make it easier for developers and addon authors to provide smaller apps from the start and only include the dependency back in if it is _really_ needed. +Curious to know more? Here's the [full proposal](https://github.com/emberjs/rfcs/pull/386). --- From da076a6bca5f1702379b2934c3987302c5343c9a Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Thu, 18 Oct 2018 16:22:38 +0100 Subject: [PATCH 04/15] blog(embertimes#69): add contributors section --- source/blog/2018-10-19-the-ember-times-issue-69.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog/2018-10-19-the-ember-times-issue-69.md b/source/blog/2018-10-19-the-ember-times-issue-69.md index a9e88b0008..c83835fbcd 100644 --- a/source/blog/2018-10-19-the-ember-times-issue-69.md +++ b/source/blog/2018-10-19-the-ember-times-issue-69.md @@ -68,7 +68,7 @@ Curious to know more? Here's the [full proposal](https://github.com/emberjs/rfcs ## [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 @btecu, @locks, @ssutar, @josemarluedke, @KamiKillertO, @rwjblue, @wifelette, @tylerturdenpants, @devpuppy, @amyrlam, @runspired, @pixelhandler, @sduquej, @nummi, @rwwagner90, @stefanpenner, @Turbo87, @mydea, @mattdonnelly, @Gaurav0, @gowthamrm, @dcombslinkedin, @SparshithNR, @buschtoens, @chiragpat, @mansona, @esbanarango, @Ricool06, @aklkv, @JonoLightning, @LalithaRajanala, @YoranBrondsema, @worace, @sivakumar-kailasam and @joshmcrty for their contributions to Ember and related repositories! πŸ’–

--- From 5abcf3f16c67dba80bc62614b3798ad2c5e88883 Mon Sep 17 00:00:00 2001 From: Kenneth Larsen Date: Thu, 18 Oct 2018 20:31:03 +0200 Subject: [PATCH 05/15] Added section on docs testing --- source/blog/2018-10-19-the-ember-times-issue-69.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/blog/2018-10-19-the-ember-times-issue-69.md b/source/blog/2018-10-19-the-ember-times-issue-69.md index c83835fbcd..098ba9c5a1 100644 --- a/source/blog/2018-10-19-the-ember-times-issue-69.md +++ b/source/blog/2018-10-19-the-ember-times-issue-69.md @@ -35,7 +35,10 @@ Curious to know more? Here's the [full proposal](https://github.com/emberjs/rfcs --- -## [SECTION TITLE](#section-url) +## [We've Got You Covered β›‘](https://github.com/emberjs/ember.js/pull/16910) +You might have noticed that sometimes when a new release of Ember is out some API documentation can disappear. This happens when code gets moved around in Ember, such as putting functions in their own modules, which makes it easy to make mistakes that impact the documentation parser. [@ef4](https://github.com/ef4) added [test coverage](https://github.com/emberjs/ember.js/pull/16910) for exactly these cases. + +This means that when a new release is prepared these tests will most likely catch any unintentional documentation changes. --- From 242bf8c50707819327b31f856594fc5df2a698eb Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Thu, 18 Oct 2018 23:04:20 +0100 Subject: [PATCH 06/15] blog(embertimes#69): ember data shouldfindVialink rfc --- source/blog/2018-10-19-the-ember-times-issue-69.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/source/blog/2018-10-19-the-ember-times-issue-69.md b/source/blog/2018-10-19-the-ember-times-issue-69.md index ac8a202b35..6a3b049db7 100644 --- a/source/blog/2018-10-19-the-ember-times-issue-69.md +++ b/source/blog/2018-10-19-the-ember-times-issue-69.md @@ -37,7 +37,13 @@ responsive: true --- -## [SECTION TITLE](#section-url) +## [Using Relationships Links or Not? Your Call! πŸ”—](https://github.com/emberjs/rfcs/pull/387) + +Fetching your data from a [JSON:API compliant](https://jsonapi.org/) backend? Not sure how to tell Ember Data **explicitly** to look up an included **relationship** in the payload itself vs. via an additional request using the response's `link` attribute? + +Possibly, this will be much easier very soon! [Another new, Ember Data related RFC](https://github.com/emberjs/rfcs/pull/387) proposed the addition of a `shouldFindViaLink` method to the public API of REST **adapters**. According to the proposal, users may overwrite this method - which should return a _Boolean_ to indicate if Ember Data should look up relationship data via links or not - themselves for custom behavior and gain full control of their relational data loading. + +You can **read more** about the design of this proposed API [**in the RFC itself**](https://github.com/emberjs/rfcs/pull/387)! --- @@ -79,7 +85,7 @@ responsive: true ## [#embertimes](https://emberjs.com/blog/tags/newsletter.html) πŸ“° -Want to write for the Ember Times? Have a suggestion for next week's issue? Join us at [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on the [Ember Community Discord](https://discordapp.com/invite/zT3asNS) or ping us [@embertimes](https://twitter.com/embertimes) on Twitter. +Want to write for the Ember Times? Have a suggestion for next week's issue? Join us at [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on the [Ember Community Discord](https://discordapp.com/invite/zT3asNS) or ping us [@embertimes](https://twitter.com/embertimes) on Twitter. Keep on top of what's been going on in Emberland this week by subscribing to our [e-mail newsletter](https://the-emberjs-times.ongoodbits.com/)! You can also find our posts on the [Ember blog](https://emberjs.com/blog/tags/newsletter.html). From fb524eae7b11cc21df0ffadb6758ca4b7fc91c93 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 19 Oct 2018 01:04:37 -0700 Subject: [PATCH 07/15] Short writeup on EmberConf brainstorm Also, added authors and cleaned up the branch --- .../2018-10-19-the-ember-times-issue-69.md | 29 +++---------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/source/blog/2018-10-19-the-ember-times-issue-69.md b/source/blog/2018-10-19-the-ember-times-issue-69.md index e26e6c1575..9f902805c2 100644 --- a/source/blog/2018-10-19-the-ember-times-issue-69.md +++ b/source/blog/2018-10-19-the-ember-times-issue-69.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. 69 -author: the crowd +author: Kenneth Larsen, Ryan Mark, Amy Lam, Jessica Jordan tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/10/19-the-ember-times-issue-69.html" responsive: true @@ -10,11 +10,6 @@ responsive: true ---- - -## [SECTION TITLE](#section-url) - - --- ## [A New Way to Error Handling 🚩](https://github.com/emberjs/rfcs/pull/384) @@ -40,12 +35,6 @@ You might have noticed that sometimes when a new release of Ember is out some AP This means that when a new release is prepared these tests will most likely catch any unintentional documentation changes. - ---- - -## [SECTION TITLE](#section-url) - - --- ## [Using Relationships Links or Not? Your Call! πŸ”—](https://github.com/emberjs/rfcs/pull/387) @@ -56,21 +45,11 @@ Possibly, this will be much easier very soon! [Another new, Ember Data related R You can **read more** about the design of this proposed API [**in the RFC itself**](https://github.com/emberjs/rfcs/pull/387)! - ---- - -## [SECTION TITLE](#section-url) - - ---- - -## [SECTION TITLE](#section-url) - - --- -## [SECTION TITLE](#section-url) +## [EmberConf 2019 CFP Brainstorm πŸ“†](https://emberconf.com/cfp-brainstorm.html) +Interested in submitting a talk idea to EmberConf? Join the EmberConf team for an interactive video brainstorm on Tuesday, October 30th at 11:00am PT. They'll chat about the CFP, the topics they hope to see, and answer community questions about ideas and proposals. Mark your calendars and go to [the EmberConf website](https://emberconf.com/cfp-brainstorm.html) for more info! --- @@ -107,4 +86,4 @@ That's another wrap! ✨ Be kind, -the crowd and the Learning Team +Kenneth Larsen, Ryan Mark, Amy Lam, Jessica Jordan and the Learning Team From 3d52a8fcd53c168b4369c37aa9a8ba0baf9bb51a Mon Sep 17 00:00:00 2001 From: Alon Bukai Date: Fri, 19 Oct 2018 14:39:59 +0300 Subject: [PATCH 08/15] Add section on RFC 388 Also, added authors and hello --- .../blog/2018-10-19-the-ember-times-issue-69.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/source/blog/2018-10-19-the-ember-times-issue-69.md b/source/blog/2018-10-19-the-ember-times-issue-69.md index e26e6c1575..cf2a898c7e 100644 --- a/source/blog/2018-10-19-the-ember-times-issue-69.md +++ b/source/blog/2018-10-19-the-ember-times-issue-69.md @@ -1,19 +1,27 @@ --- title: The Ember Times - Issue No. 69 -author: the crowd +author: Alon Bukai, Jessica Jordan, Amy Lam, Ryan Mark, the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/10/19-the-ember-times-issue-69.html" responsive: true --- - Emberistas! 🐹 +Namaste Emberistas! 🐹 --- -## [SECTION TITLE](#section-url) +## [Help Yourselves to Default Template Helpers 🍽️](https://github.com/emberjs/rfcs/pull/388) +If you find yourself often reaching for the addon [ember-truth-helpers](https://github.com/jmurphyau/ember-truth-helpers) in your templates then this [new RFC by @cibernox](https://github.com/emberjs/rfcs/pull/388) is for you. This **Request for Comments (RFC)** proposes bringing in some of the **template helpers** in `ember-truth-helpers` into **Ember Core**. + +The reasoning behind this is that a few helpers from this addon are so common in Ember apps that it makes sense to add them into Ember Core itself to **reduce the friction** of needing to install an addon to get them. + +Another reason that might even be more important is that this could open up **Glimmer VM low level optimizations** as the Glimmer VM itself would know about these helpers. + +The proposed helpers to add to core are: `eq`, `not`, `and`, `or`, `gt` and `gte`, `lt` and `lte`. +Learn more about this RFC and [join the discussion](https://github.com/emberjs/rfcs/pull/388). --- @@ -107,4 +115,4 @@ That's another wrap! ✨ Be kind, -the crowd and the Learning Team +Alon Bukai, Jessica Jordan, Amy Lam, Ryan Mark, the crowd and the Learning Team From a6359f05415d4763926cf5a85085f0e069b2f1c7 Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Fri, 19 Oct 2018 10:40:46 -0400 Subject: [PATCH 09/15] blog(embertimes69): ember-self-focused --- source/blog/2018-10-19-the-ember-times-issue-69.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/source/blog/2018-10-19-the-ember-times-issue-69.md b/source/blog/2018-10-19-the-ember-times-issue-69.md index e26e6c1575..2654694dd4 100644 --- a/source/blog/2018-10-19-the-ember-times-issue-69.md +++ b/source/blog/2018-10-19-the-ember-times-issue-69.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. 69 -author: the crowd +author: Chris Ng, Alon Bukai, Jessica Jordan, Amy Lam, Ryan Mark tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/10/19-the-ember-times-issue-69.html" responsive: true @@ -59,8 +59,13 @@ You can **read more** about the design of this proposed API [**in the RFC itself --- -## [SECTION TITLE](#section-url) +## [New Addon Release: ember-self-focused πŸ‘οΈ](#https://github.com/linkedin/self-focused/tree/master/packages/ember-self-focused) + +User interface transitions that happen in a SPA are problematic for screen reading software since traditionally they are reliant on reading out the text on page load. Since there are some visual changes on the screen but the page does not reload in an SPA, it makes it difficult for screen reading software users to be aware of UI changes. + +To solve this issue, [@sarbbottam](https://github.com/sarbbottam) released a brand new addon to enable screen reading software to speak the content of the new node by focusing on the HTML node of the dynamic content. The new addon [ember-self-focused](https://github.com/linkedin/self-focused/tree/master/packages/ember-self-focused) provides a component and a service to keep track of the HTML nodes to be focused. +Check out more in [@sarbbottam](https://github.com/sarbbottam)'s [blog post](https://engineering.linkedin.com/blog/2018/10/making-ember-applications--ui-transitions-screen-reader-friendly) or at the [GitHub repo](https://github.com/linkedin/self-focused/tree/master/packages/ember-self-focused)! --- @@ -107,4 +112,4 @@ That's another wrap! ✨ Be kind, -the crowd and the Learning Team +Chris Ng, Alon Bukai, Jessica Jordan, Amy Lam, Ryan Mark, and the Learning Team From 0662bd783d4f3360c3dd8514d40a9658f6ceb48f Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Fri, 19 Oct 2018 10:42:05 -0400 Subject: [PATCH 10/15] blog(embertimes69): link fix for self focused --- source/blog/2018-10-19-the-ember-times-issue-69.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog/2018-10-19-the-ember-times-issue-69.md b/source/blog/2018-10-19-the-ember-times-issue-69.md index 2654694dd4..db3bd50f72 100644 --- a/source/blog/2018-10-19-the-ember-times-issue-69.md +++ b/source/blog/2018-10-19-the-ember-times-issue-69.md @@ -59,7 +59,7 @@ You can **read more** about the design of this proposed API [**in the RFC itself --- -## [New Addon Release: ember-self-focused πŸ‘οΈ](#https://github.com/linkedin/self-focused/tree/master/packages/ember-self-focused) +## [New Addon Release: ember-self-focused πŸ‘οΈ](https://github.com/linkedin/self-focused/tree/master/packages/ember-self-focused) User interface transitions that happen in a SPA are problematic for screen reading software since traditionally they are reliant on reading out the text on page load. Since there are some visual changes on the screen but the page does not reload in an SPA, it makes it difficult for screen reading software users to be aware of UI changes. From fff23599f6ddb5574e30e6ab8d771b02975dff68 Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Fri, 19 Oct 2018 10:45:37 -0400 Subject: [PATCH 11/15] blog(embertimes69): added bold stuff --- source/blog/2018-10-19-the-ember-times-issue-69.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/blog/2018-10-19-the-ember-times-issue-69.md b/source/blog/2018-10-19-the-ember-times-issue-69.md index db3bd50f72..ef35c263be 100644 --- a/source/blog/2018-10-19-the-ember-times-issue-69.md +++ b/source/blog/2018-10-19-the-ember-times-issue-69.md @@ -61,9 +61,9 @@ You can **read more** about the design of this proposed API [**in the RFC itself ## [New Addon Release: ember-self-focused πŸ‘οΈ](https://github.com/linkedin/self-focused/tree/master/packages/ember-self-focused) -User interface transitions that happen in a SPA are problematic for screen reading software since traditionally they are reliant on reading out the text on page load. Since there are some visual changes on the screen but the page does not reload in an SPA, it makes it difficult for screen reading software users to be aware of UI changes. +User interface transitions that happen in a SPA are problematic for **screen reading software** since traditionally they are reliant on reading out the text on page load. Since there are some visual changes on the screen but the page does not reload in an SPA, it makes it difficult for screen reading software users to be aware of UI changes. -To solve this issue, [@sarbbottam](https://github.com/sarbbottam) released a brand new addon to enable screen reading software to speak the content of the new node by focusing on the HTML node of the dynamic content. The new addon [ember-self-focused](https://github.com/linkedin/self-focused/tree/master/packages/ember-self-focused) provides a component and a service to keep track of the HTML nodes to be focused. +To solve this issue, [@sarbbottam](https://github.com/sarbbottam) released a brand new addon to enable screen reading software to speak the content of the new node by **focusing on the HTML node of the dynamic content**. The new addon [ember-self-focused](https://github.com/linkedin/self-focused/tree/master/packages/ember-self-focused) provides a **component** and a **service** to keep track of the HTML nodes to be focused. Check out more in [@sarbbottam](https://github.com/sarbbottam)'s [blog post](https://engineering.linkedin.com/blog/2018/10/making-ember-applications--ui-transitions-screen-reader-friendly) or at the [GitHub repo](https://github.com/linkedin/self-focused/tree/master/packages/ember-self-focused)! From 8921cf0d702273973829c9adf2140cbcbb2d31cf Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 19 Oct 2018 09:26:08 -0700 Subject: [PATCH 12/15] Add bold --- source/blog/2018-10-19-the-ember-times-issue-69.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog/2018-10-19-the-ember-times-issue-69.md b/source/blog/2018-10-19-the-ember-times-issue-69.md index 9f902805c2..34d0bf66c0 100644 --- a/source/blog/2018-10-19-the-ember-times-issue-69.md +++ b/source/blog/2018-10-19-the-ember-times-issue-69.md @@ -49,7 +49,7 @@ You can **read more** about the design of this proposed API [**in the RFC itself ## [EmberConf 2019 CFP Brainstorm πŸ“†](https://emberconf.com/cfp-brainstorm.html) -Interested in submitting a talk idea to EmberConf? Join the EmberConf team for an interactive video brainstorm on Tuesday, October 30th at 11:00am PT. They'll chat about the CFP, the topics they hope to see, and answer community questions about ideas and proposals. Mark your calendars and go to [the EmberConf website](https://emberconf.com/cfp-brainstorm.html) for more info! +Interested in submitting a talk idea to **EmberConf**? Join the EmberConf team for an **interactive video brainstorm** on Tuesday, October 30th at 11:00am PT. They'll chat about the CFP, the topics they hope to see, and answer community questions about ideas and proposals. Mark your calendars and go to [the EmberConf website](https://emberconf.com/cfp-brainstorm.html) for more info! --- From 99d8770f635f6e50be0b4242f7daecf156a3a5cc Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 19 Oct 2018 09:43:32 -0700 Subject: [PATCH 13/15] Add alex linter and spell out SPA --- source/blog/2018-10-19-the-ember-times-issue-69.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/blog/2018-10-19-the-ember-times-issue-69.md b/source/blog/2018-10-19-the-ember-times-issue-69.md index fe6d5b2026..3c59e91927 100644 --- a/source/blog/2018-10-19-the-ember-times-issue-69.md +++ b/source/blog/2018-10-19-the-ember-times-issue-69.md @@ -62,7 +62,8 @@ You can **read more** about the design of this proposed API [**in the RFC itself ## [New Addon Release: ember-self-focused πŸ‘οΈ](https://github.com/linkedin/self-focused/tree/master/packages/ember-self-focused) -User interface transitions that happen in a SPA are problematic for **screen reading software** since traditionally they are reliant on reading out the text on page load. Since there are some visual changes on the screen but the page does not reload in an SPA, it makes it difficult for screen reading software users to be aware of UI changes. + +User interface transitions that happen in a single-page application (SPA) are problematic for **screen reading software** since traditionally they are reliant on reading out the text on page load. Since there are some visual changes on the screen but the page does not reload in an SPA, it makes it difficult for screen reading software users to be aware of UI changes. To solve this issue, [@sarbbottam](https://github.com/sarbbottam) released a brand new addon to enable screen reading software to speak the content of the new node by **focusing on the HTML node of the dynamic content**. The new addon [ember-self-focused](https://github.com/linkedin/self-focused/tree/master/packages/ember-self-focused) provides a **component** and a **service** to keep track of the HTML nodes to be focused. From 9eea5df63786ae806ded5c5b04dc4c8b22881583 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 19 Oct 2018 11:27:08 -0700 Subject: [PATCH 14/15] Fix alex ignore, must be lowercase --- source/blog/2018-10-19-the-ember-times-issue-69.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog/2018-10-19-the-ember-times-issue-69.md b/source/blog/2018-10-19-the-ember-times-issue-69.md index 3c59e91927..7703fd649d 100644 --- a/source/blog/2018-10-19-the-ember-times-issue-69.md +++ b/source/blog/2018-10-19-the-ember-times-issue-69.md @@ -62,7 +62,7 @@ You can **read more** about the design of this proposed API [**in the RFC itself ## [New Addon Release: ember-self-focused πŸ‘οΈ](https://github.com/linkedin/self-focused/tree/master/packages/ember-self-focused) - + User interface transitions that happen in a single-page application (SPA) are problematic for **screen reading software** since traditionally they are reliant on reading out the text on page load. Since there are some visual changes on the screen but the page does not reload in an SPA, it makes it difficult for screen reading software users to be aware of UI changes. To solve this issue, [@sarbbottam](https://github.com/sarbbottam) released a brand new addon to enable screen reading software to speak the content of the new node by **focusing on the HTML node of the dynamic content**. The new addon [ember-self-focused](https://github.com/linkedin/self-focused/tree/master/packages/ember-self-focused) provides a **component** and a **service** to keep track of the HTML nodes to be focused. From 248d1b797e308d97fb02d0948cbd6ebd53fd9a53 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 19 Oct 2018 12:42:31 -0700 Subject: [PATCH 15/15] Add intro --- source/blog/2018-10-19-the-ember-times-issue-69.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog/2018-10-19-the-ember-times-issue-69.md b/source/blog/2018-10-19-the-ember-times-issue-69.md index 7703fd649d..0c719ec2f0 100644 --- a/source/blog/2018-10-19-the-ember-times-issue-69.md +++ b/source/blog/2018-10-19-the-ember-times-issue-69.md @@ -8,7 +8,7 @@ responsive: true Namaste Emberistas! 🐹 - +This week we're discussing 4️⃣ fresh RFCs πŸ₯‘: bringing truth helpers to Ember core ✍️, new error handling methods 🚨, jQuery-free Ember apps by default πŸ˜„, and some improvements to relationship links πŸ”—. We're also highlighting test coverage for docs when Ember is upgraded 🚧, the new ember-self-focused addon πŸ‘β€πŸ—¨, the EmberConf 2019 CFP brainstorm πŸ§ β›ˆ, and more...read on! ---