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

Adds ember octane blog series #25

Merged
merged 2 commits into from
Mar 22, 2019
Merged
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
18 changes: 14 additions & 4 deletions source/2019-03-22-the-ember-times-issue-90.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: The Ember Times - Issue No. 90
author: Chris Ng, Jessica Jordan, Kenneth Larsen, Amy Lam, Alon Bukai, the crowd
author: Chris Ng, Jessica Jordan, Kenneth Larsen, Amy Lam, Alon Bukai, Jared Galanis the crowd
tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019
alias : "blog/2019/03/22-the-ember-times-issue-90.html"
responsive: true
---

هيلو Emberistas! 🐹

This week has been super busy with The Ember Times team reporting from **EmberConf 2019** in Portland Oregon! We are sharing highlights from the conference and news on **Ember Octane** with you 🐹⛽️, read and comment on the new **Bind Helper** RFC 💖💪, Turn {{on}} the power with a new **{{On} Modifier** RFC 🔌...
This week has been super busy with The Ember Times team reporting from **EmberConf 2019** in Portland Oregon! We are sharing highlights from the conference and news on **Ember Octane** with you 🐹⛽️, read and comment on the new **Bind Helper** RFC 💖💪, Turn {{on}} the power with a new **{{On} Modifier** RFC 🔌, learn all about Octane in a series of blog posts 📖, ...

---

Expand Down Expand Up @@ -36,6 +36,17 @@ Check out the [full RFC](https://github.com/emberjs/rfcs/pull/470) on GitHub!

---

## [Coming Soon in Ember Octane](https://blog.emberjs.com/2019/02/11/coming-soon-in-ember-octane-part-1.html)
If you haven't seen them already, you won't want to miss the amazing 🎉 and in-depth **blog posts** 📖 that [@pzuraq](https://github.com/pzuraq) has been putting out covering many of the new features of **Ember Octane**!

It's a five part series covering Native Classes and Decorators, Angle Brackets & Named Arguments, Tracked Properties, Element Modifiers and Glimmer Components, all broken out into separate blog posts.

Find all the parts at the Ember.js Blog: [part 1](https://blog.emberjs.com/2019/02/11/coming-soon-in-ember-octane-part-1.html), [part 2](https://blog.emberjs.com/2019/02/19/coming-soon-in-ember-octane-part-2.html), [part 3](https://blog.emberjs.com/2019/02/26/coming-soon-in-ember-octane-part-3.html), [part 4](https://blog.emberjs.com/2019/03/06/coming-soon-in-ember-octane-part-4.html) and [part 5](https://blog.emberjs.com/2019/03/14/coming-soon-in-ember-octane-part-5.html).

✨ Bonus ✨ also checkout a recent interview of [@pzuraq](https://github.com/pzuraq) on the [EmberMap podcast](https://embermap.com/podcast/chris-garrett-on-ember-octane), where he discusses many of these topics with the EmberMap crew.

---

## [Power {{On}} your Ember App! 🔌](https://github.com/emberjs/rfcs/pull/471)

A new RFC has been proposed by [@pzuraq](https://github.com/pzuraq) that proposes adding a new `{{on}}` modifier to Ember. This modifier will allow adding event listeners to elements in your templates.
Expand All @@ -55,7 +66,6 @@ element.addEventListener('click', this.handleClick, { passive: true });

So get your modify on today and **make your voice heard** on the [open RFC](https://github.com/emberjs/rfcs/pull/471)


---

## [SECTION TITLE](#section-url)
Expand Down Expand Up @@ -121,4 +131,4 @@ That's another wrap! ✨

Be kind,

Chris Ng, Jessica Jordan, Kenneth Larsen, Amy Lam, Alon Bukai, the crowd and the Learning Team
Chris Ng, Jessica Jordan, Kenneth Larsen, Amy Lam, Alon Bukai, Jared Galanis the crowd and the Learning Team