Skip to content

Commit 602b562

Browse files
authored
Merge pull request #258 from ember-learn/blog/embertimes-114
The Ember Times No. 114 - August 9th 2019
2 parents 539d295 + c86cf39 commit 602b562

File tree

2 files changed

+103
-1
lines changed

2 files changed

+103
-1
lines changed

source/2019-08-30-the-ember-times-issue-113.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: The Ember Times - Issue No. 113
33
author: Chris Ng, Jessica Jordan, Anne-Greeth van Herwijnen, Isaac Lee, Amy Lam
4-
tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019
4+
tags: Newsletter, Ember.js Times, Ember Times, 2019
55
alias : "blog/2019/08/30-the-ember-times-issue-113.html"
66
responsive: true
77
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
---
2+
title: The Ember Times - Issue No. 114
3+
author: Chris Ng, Isaac Lee, Jessica Jordan, Amy Lam
4+
tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019
5+
alias : "blog/2019/09/06-the-ember-times-issue-114.html"
6+
responsive: true
7+
---
8+
9+
Hiya Emberistas! 🐹
10+
11+
This week:
12+
read the Octane Update for the Modern Ember Tutorial 🎁,
13+
participate in the discussion of deprecating eventing 💬,
14+
join the crowd at EmberFest 2019 🐹🎉,
15+
and suggest ideas for the upcoming Ember Octane issue ✍️!
16+
17+
---
18+
19+
## [Ember Octane Update for Modern Ember Tutorial 🎁](https://codingitwrong.com/2018/08/16/modern-ember.html)
20+
21+
[@CodingItWrong](https://github.com/CodingItWrong) updated his [Modern Ember](https://codingitwrong.com/2018/08/16/modern-ember.html) tutorial to use [octane-app-blueprint](https://github.com/ember-cli/ember-octane-blueprint).
22+
23+
This tutorial provides an intro to:
24+
25+
- Angle bracket syntax for components
26+
- Easy ES6 imports of NPM modules
27+
- Decorators for clear and expressive component implementations
28+
- Tracked properties to automatically rerender components and recompute derived data
29+
- and Co-locating component templates and classes for easy development
30+
31+
Try out Ember Octane today which [@CodingItWrong](https://github.com/CodingItWrong) calls the “simplest, most straightforward, most productive frontend framework!”
32+
33+
---
34+
35+
## [Emberistas from Europe and Beyond: Get Ready for EmberFest 2019 🐹🎉](https://emberfest.eu/)
36+
37+
If you're using Ember, you're based in Europe or you're planning your next trip there soon, be sure to mark **October 17th and 18th** on your calendar and join hundreds of other Emberistas for Europe's biggest Ember conference. **EmberFest 2019** will take place in Copenhagen, Denmark and feature **16+ talks** by community members such as [Godfrey Chan (@chancancode)](https://github.com/chancancode), [Melanie Sumner (@MelSumner)](https://github.com/MelSumner), [Edward Faulkner (@ef4)](https://github.com/ef4) and [Chantal Broeren (@cbroeren)](https://github.com/cbroeren)! If you're looking for updates on the latest and greatest in Ember and Glimmer, this is the place to be.
38+
39+
You can check out the [full schedule on the conference website](https://emberfest.eu/schedule/) to get an idea of the topics talked about. You can also look forward to tasty and culturally intriguing city tours on October 16th, the day before the conference. Be sure to [secure your ticket before they sell out](https://emberfest.eu/) and tell your colleagues and Ember friends!
40+
41+
Follow [@emberfest on Twitter](https://twitter.com/emberfest) or subscribe to the [official mailing list](https://emberfest.eu/#mc_embed_signup) to stay up to date. See you at [EmberFest 2019](https://emberfest.eu/) soon!
42+
43+
---
44+
45+
## [RFC for Deprecating Eventing from Ember 💬](https://github.com/emberjs/rfcs/pull/528)
46+
47+
[@ggayowsky](https://github.com/ggayowsky) asks for your feedback for deprecating the **eventing** pattern from Ember. The motivation stems from the fact that Ember no longer uses eventing, thanks to the work done for [Octane](https://emberjs.com/editions/octane/). By deprecrating it, we can [simplify Ember and follow the 2019-2020 Roadmap](https://github.com/emberjs/rfcs/blob/2018-2019-roadmap/text/0519-2018-2019-roadmap.md#continue-simplifying-ember).
48+
49+
In particular, Gerald [proposes that we target deprecating](https://github.com/ggayowsky/rfcs/blob/deprecate-evented-mixin/text/0000-deprecate-evented-mixin.md) the [`Evented` mixin](https://api.emberjs.com/ember/release/classes/Evented) and methods from [`@ember/object/events`](https://api.emberjs.com/ember/release/modules/@ember%2Fobject#functions-events) and [`@ember/object/evented`](https://api.emberjs.com/ember/release/modules/@ember%2Fobject#functions-evented) packages. If you need to still use the eventing pattern, you could use a [well-supported, third-party library](https://github.com/ggayowsky/rfcs/blob/deprecate-evented-mixin/text/0000-deprecate-evented-mixin.md#transition-path) instead.
50+
51+
For more information about eventing and the plan to deprecate it from Ember, please [check out the RFC](https://github.com/emberjs/rfcs/pull/528) today. Be sure to provide your feedback and help!
52+
53+
---
54+
55+
## [Suggest Ideas for an Upcoming Ember Octane Issue! ✍️](https://github.com/ember-learn/ember-blog/pull/261)
56+
57+
<!--alex ignore special-->
58+
Your friendly neighborhood writers from [The Ember Times](https://blog.emberjs.com/tags/newsletter.html) here! We would like your help with creating a special Ember Octane issue.
59+
60+
When it comes to Octane:
61+
62+
- What content would you like to see?
63+
- Do you have leads for coverage?
64+
- Any other feedback and suggestions!
65+
66+
Feel free to chat with us today at the [`#support-ember-times` channel](https://discordapp.com/channels/480462759797063690/485450546887786506) on the [Ember Community Discord](https://discordapp.com/invite/zT3asNS), or comment on this [pull request on GitHub](https://github.com/ember-learn/ember-blog/pull/261).
67+
68+
Thanks, and have a great day! 💞
69+
70+
---
71+
72+
## [Contributors' Corner 👏](https://guides.emberjs.com/release/contributing/repositories/)
73+
74+
<p>This week we'd like to thank <a href="https://github.com/locks" target="gh-user">@locks</a>, <a href="https://github.com/chancancode" target="gh-user">@chancancode</a>, <a href="https://github.com/mukilane" target="gh-user">@mukilane</a>, <a href="https://github.com/igorT" target="gh-user">@igorT</a>, <a href="https://github.com/HeroicEric" target="gh-user">@HeroicEric</a>, <a href="https://github.com/dcyriller" target="gh-user">@dcyriller</a>, <a href="https://github.com/rwwagner90" target="gh-user">@rwwagner90</a>, <a href="https://github.com/ggayowsky" target="gh-user">@ggayowsky</a>, <a href="https://github.com/bertdeblock" target="gh-user">@bertdeblock</a>, <a href="https://github.com/mansona" target="gh-user">@mansona</a>, <a href="https://github.com/ClaytonTurner" target="gh-user">@ClaytonTurner</a>, <a href="https://github.com/ppphp" target="gh-user">@ppphp</a>, <a href="https://github.com/rnegron" target="gh-user">@rnegron</a>, <a href="https://github.com/MelSumner" target="gh-user">@MelSumner</a>, <a href="https://github.com/rwjblue" target="gh-user">@rwjblue</a> and <a href="https://github.com/chadhietala" target="gh-user">@chadhietala</a> for their contributions to Ember and related repositories! 💖</p>
75+
76+
---
77+
78+
## [Got a Question? Ask Readers' Questions! 🤓](https://docs.google.com/forms/d/e/1FAIpQLScqu7Lw_9cIkRtAiXKitgkAo4xX_pV1pdCfMJgIr6Py1V-9Og/viewform)
79+
80+
<div class="blog-row">
81+
<img class="float-right small transparent padded" alt="Office Hours Tomster Mascot" title="Readers' Questions" src="/images/tomsters/officehours.png" />
82+
83+
<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>
84+
85+
<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>
86+
</div>
87+
88+
---
89+
90+
## [#embertimes 📰](https://blog.emberjs.com/tags/newsletter.html)
91+
92+
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.
93+
94+
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).
95+
96+
---
97+
98+
That's another wrap! ✨
99+
100+
Be kind,
101+
102+
Chris Ng, Isaac Lee, Jessica Jordan, Amy Lam and the Learning Team

0 commit comments

Comments
 (0)