Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #3773 from emberjs/blog/embertimes-82
Browse files Browse the repository at this point in the history
Ember Times No. 82 - Jan 25th 2019
  • Loading branch information
amyrlam authored Jan 25, 2019
2 parents b49e3c1 + e2adb50 commit 9bb0709
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 1 deletion.
2 changes: 1 addition & 1 deletion source/blog/2019-01-18-the-ember-times-issue-81.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: The Ember Times - Issue No. 81
author: Chris Ng, Ryan Mark, Jessica Jordan
tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019
tags: Newsletter, Ember.js Times, Ember Times, 2019
alias : "blog/2019/01/18-the-ember-times-issue-81.html"
responsive: true
---
Expand Down
103 changes: 103 additions & 0 deletions source/blog/2019-01-25-the-ember-times-issue-82.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
---
title: The Ember Times - Issue No. 82
author: Kenneth Larsen, Amy Lam, Jessica Jordan, Alon Bukai, Chris Ng
tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019
alias : "blog/2019/01/25-the-ember-times-issue-82.html"
responsive: true
---

హలో Emberistas! 🐹

This week you can read all about a new RFC for **accesible routing** 🗺, angle brackets coming 🔜 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!

---

## [New RFC: Accessible Routing in Ember 🗺](https://github.com/emberjs/rfcs/pull/433)
Currently, routing in Ember is not natively accessible for users with assistive technology. This means that whenever the user navigates to a new route within an Ember application, screen readers do not read out the new content or appropriately move focus. This new RFC by [@MelSumner](https://github.com/MelSumner) proposes a solution to this so **Ember routing can be natively accessible for users with assistive technology**.

Feel free to read the [RFC](https://github.com/MelSumner/rfcs/blob/MelSumner-a11y-routing/text/0000-a11y-routing.md) and leave your thoughts as a comment.

---

## [Coming Soon: Angle Brackets to the Guides 🎉](https://github.com/ember-learn/guides-source/issues/139)

A [quest issue](https://github.com/ember-learn/guides-source/issues/139) to convert the guides to **angle bracket invocation** is gaining traction. This effort will bring [RFC 311](https://github.com/emberjs/rfcs/blob/master/text/0311-angle-bracket-invocation.md) to the documentation in the next few weeks, which is nice since this is a feature that has been available in Ember for some time! Many thanks to the contributors involved in this effort. 👏

---

## [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!"**
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!
Thanks to everyone for pushing this forward and making it a reality. 🏆

[Decorate away!](http://ember-decorators.github.io/ember-decorators/)

---

## ["I contribute to Ember" with Bekzod Khaitbaev 💬](https://discuss.emberjs.com/t/i-contribute-to-ember-with-bekzod-khaitbaev/16085)

<div class="float-right padded portrait-frame"><img alt="Bek" title="Bek - Contributor to Ember" src="/images/blog/emberjstimes/bekzod.png" /></div>

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](https://discuss.emberjs.com/t/i-contribute-to-ember-with-bekzod-khaitbaev/16085).

<a class="ember-button ember-button--centered" href="https://discuss.emberjs.com/t/i-contribute-to-ember-with-bekzod-khaitbaev/16085">Read more</a>


---

## [Ember.js: The Documentary 🎬🍿🎥](https://www.youtube.com/watch?v=V0AC3Z1WIcc)

Ever wondered how and why Ember came to be? Starring [@wycats](https://github.com/wycats), [@tomdale](https://github.com/tomdale), [@wifelette](https://github.com/wifelette) and members of the Ember community – the film **"Ember.js: The Documentary"** will be premiering at Pakhuis de Zwijger in Amsterdam on February 8th! Get your tickets while they’re still [available on EventBrite](https://www.eventbrite.ie/e/emberjs-the-documentary-premiere-qa-w-yehuda-katz-special-guests-tickets-53804460590)!

Until then, you can always watch the [trailer on YouTube](https://www.youtube.com/watch?v=V0AC3Z1WIcc)!

---

## [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)!

---


## [Contributors' Corner 👏](https://guides.emberjs.com/release/contributing/repositories/)

<p>This week we'd like to thank <a href="https://github.com/rwjblue" target="gh-user">@rwjblue</a>, <a href="https://github.com/samselikoff" target="gh-user">@samselikoff</a>, <a href="https://github.com/cibernox" target="gh-user">@cibernox</a>, <a href="https://github.com/Parrryy" target="gh-user">@Parrryy</a>, <a href="https://github.com/cah-danmonroe" target="gh-user">@cah-danmonroe</a>, <a href="https://github.com/MichalBryxi" target="gh-user">@MichalBryxi</a>, <a href="https://github.com/jelhan" target="gh-user">@jelhan</a>, <a href="https://github.com/gitKrystan" target="gh-user">@gitKrystan</a>, <a href="https://github.com/simonihmig" target="gh-user">@simonihmig</a>, <a href="https://github.com/efx" target="gh-user">@efx</a>, <a href="https://github.com/rwwagner90" target="gh-user">@rwwagner90</a>, <a href="https://github.com/kategengler" target="gh-user">@kategengler</a>, <a href="https://github.com/pzuraq" target="gh-user">@pzuraq</a>, <a href="https://github.com/ppcano" target="gh-user">@ppcano</a>, <a href="https://github.com/wycats" target="gh-user">@wycats</a> for their contributions to Ember and related repositories! 💖</p>

---

## [Got a Question? Ask Readers' Questions! 🤓](https://docs.google.com/forms/d/e/1FAIpQLScqu7Lw_9cIkRtAiXKitgkAo4xX_pV1pdCfMJgIr6Py1V-9Og/viewform)

<div class="blog-row">
<img class="float-right small transparent padded" alt="Office Hours Tomster Mascot" title="Readers' Questions" src="/images/tomsters/officehours.png" />

<p>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!</p>

<p><strong>Submit your own</strong> short and sweet <strong>question</strong> under <a href="https://bit.ly/ask-ember-core" target="rq">bit.ly/ask-ember-core</a>. And don’t worry, there are no silly questions, we appreciate them all - promise! 🤞</p>

</div>

---

## [#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,

Kenneth Larsen, Amy Lam, Jessica Jordan, Alon Bukai, Chris Ng, and the Learning Team
Binary file added source/images/blog/emberjstimes/bekzod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9bb0709

Please sign in to comment.