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) + +

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) + +
+
+ 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! π€
+ +