diff --git a/source/blog/2018-04-20-the-emberjs-times-issue-43.md b/source/blog/2018-04-20-the-emberjs-times-issue-43.md new file mode 100644 index 0000000000..fe625e1859 --- /dev/null +++ b/source/blog/2018-04-20-the-emberjs-times-issue-43.md @@ -0,0 +1,58 @@ +--- +title: The Ember.js Times - Issue No. 43 +author: Alon Bukai, Ryan Mark, Amy Lam, Ricardo Mendes, Jessica Jordan +tags: Newsletter, Ember.js Times +alias : "blog/2018/04/20/the-emberjs-times-issue-43.html" +responsive: true +--- + +Ola Emberistas! + +This week we try out another format for the newsletter and bring it right to the +Ember blog, to make it accessible to even more Ember enthusiasts in the community. + +And this week we not only have news about the 2018 roadmap for Ember CLI for you, +but also updates on new exciting RFCs in Emberland and +last, but not least, a brand-new Readers' Question about contributions for you. +Here's what's happened this week: + +--- + +## [The Road Ahead for Ember CLI in 2018](https://discuss.emberjs.com/t/ember-cli-2018-edition/14543) + +This week the Ember CLI team has published their *official roadmap* for the +command-line tool to keep the Ember community posted on which shiny new things +might be landing in an Ember app near you soon. + +The current project goals for 2018 include a dedicated migration story to +[Module Unification](https://github.com/emberjs/rfcs/pull/143), enabling +[Treeshaking](https://github.com/ember-cli/rfcs/pull/110), adding service worker support +to the blueprint of Ember apps by default and many other exciting topics. + +You can read more about the roadmap on the [Ember Forum](https://discuss.emberjs.com/t/ember-cli-2018-edition/14543) +and leave your thoughts and suggestions in the comments below. + +--- + +## [EMBER](yoururl) + +### ES5 getters for computed properties +With Ember 3.1 you now get ES5 getters for computed properties since our target browsers support ES5 getters. The motivation is to improve developer ergonomics and interoperability with other tooling and libraries. For the property to recompute you still need to use `this.set()`or `Ember.set()`. + +Yet, this doesn’t mean that `this.get()` is now deprecated. There’s actually still a lot of cases where you should use `this.get()` instead of the ES5 getter. You can read all about it in the [release post](https://www.emberjs.com/blog/2018/04/13/ember-3-1-released.html#toc_es5-getters-for-computed-properties-1-of-3). + +--- + +## [EMBER LEARN](yoururl) + +--- + +## [READERS QUESTION](yoururl) + +--- + +✨ That's another wrap! ✨ + +Be kind, + +Alon Bukai, Amy Lam, Ryan Mark, Ricardo Mendes, Jessica Jordan and the Learning Team