diff --git a/source/blog/2019-01-18-the-ember-times-issue-81.md b/source/blog/2019-01-18-the-ember-times-issue-81.md index 8108aab6b9..5241a4839a 100644 --- a/source/blog/2019-01-18-the-ember-times-issue-81.md +++ b/source/blog/2019-01-18-the-ember-times-issue-81.md @@ -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 --- diff --git a/source/blog/2019-01-25-the-ember-times-issue-82.md b/source/blog/2019-01-25-the-ember-times-issue-82.md new file mode 100644 index 0000000000..0d02ab5b26 --- /dev/null +++ b/source/blog/2019-01-25-the-ember-times-issue-82.md @@ -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) + +
Bek
+ +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). + + Read more + + +--- + +## [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/) + +

This week we'd like to thank @rwjblue, @samselikoff, @cibernox, @Parrryy, @cah-danmonroe, @MichalBryxi, @jelhan, @gitKrystan, @simonihmig, @efx, @rwwagner90, @kategengler, @pzuraq, @ppcano, @wycats 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, + +Kenneth Larsen, Amy Lam, Jessica Jordan, Alon Bukai, Chris Ng, and the Learning Team diff --git a/source/images/blog/emberjstimes/bekzod.png b/source/images/blog/emberjstimes/bekzod.png new file mode 100644 index 0000000000..c18d7086f1 Binary files /dev/null and b/source/images/blog/emberjstimes/bekzod.png differ