Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added small section on es5 getters #1

Open
wants to merge 2 commits into
base: emberjs-times#43
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions source/blog/2018-04-20-the-emberjs-times-issue-43.md
Original file line number Diff line number Diff line change
@@ -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