From 57674df7e4c6072e5204e2f267e4ae2df4375358 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Wed, 19 Sep 2018 21:42:02 -0700 Subject: [PATCH 1/3] Add writeup on The EmberJS of the future... today! --- source/blog/2018-09-21-the-ember-times-issue-65.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/blog/2018-09-21-the-ember-times-issue-65.md b/source/blog/2018-09-21-the-ember-times-issue-65.md index 0b4b5b81f7..ee06b1e8d7 100644 --- a/source/blog/2018-09-21-the-ember-times-issue-65.md +++ b/source/blog/2018-09-21-the-ember-times-issue-65.md @@ -44,12 +44,6 @@ responsive: true ## [SECTION TITLE](#section-url) - ---- - -## [SECTION TITLE](#section-url) - - --- ## [Published sparkles-component 1.1.0 ✨](https://twitter.com/rwjblue/status/1042162296854925314) @@ -62,6 +56,12 @@ To learn more, [@rwjblue](https://github.com/rwjblue) together with [@mike-north --- +## [Ember is a modern framework, tell your friends 😄](https://dev.to/nullvoxpopuli/the-emberjs-of-the-future-today-12c) + +Community member [@NullVoxPopuli](https://github.com/NullVoxPopuli) has written a summary of a set of his favorite features that showcase how Ember is a modern framework, and can be attractive to people looking for all the shiny things. Check out [The EmberJS of the future... today!](https://dev.to/nullvoxpopuli/the-emberjs-of-the-future-today-12c) where he discusses async lifecycle hooks, syntax for components, testing, dependency injection, keyboard accessibility and more. + +--- + ## [Contributors' Corner](https://guides.emberjs.com/release/contributing/repositories/) @@ -91,4 +91,4 @@ That's another wrap! ✨ Be kind, -Chris Ng and the Learning Team +Chris Ng, L. Preston Sego III and the Learning Team From df01ae5d94a14ff7e2075ce5d446af720ad9e4dc Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Wed, 19 Sep 2018 21:51:45 -0700 Subject: [PATCH 2/3] Add alex linter (Other warnings will be addressed by https://github.com/emberjs/website/pull/3567) --- source/blog/2018-09-21-the-ember-times-issue-65.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blog/2018-09-21-the-ember-times-issue-65.md b/source/blog/2018-09-21-the-ember-times-issue-65.md index ee06b1e8d7..c31f900c6c 100644 --- a/source/blog/2018-09-21-the-ember-times-issue-65.md +++ b/source/blog/2018-09-21-the-ember-times-issue-65.md @@ -58,6 +58,7 @@ To learn more, [@rwjblue](https://github.com/rwjblue) together with [@mike-north ## [Ember is a modern framework, tell your friends 😄](https://dev.to/nullvoxpopuli/the-emberjs-of-the-future-today-12c) + Community member [@NullVoxPopuli](https://github.com/NullVoxPopuli) has written a summary of a set of his favorite features that showcase how Ember is a modern framework, and can be attractive to people looking for all the shiny things. Check out [The EmberJS of the future... today!](https://dev.to/nullvoxpopuli/the-emberjs-of-the-future-today-12c) where he discusses async lifecycle hooks, syntax for components, testing, dependency injection, keyboard accessibility and more. --- From 5b45bab72cf4051433583a60b67396dea6d8048e Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Thu, 20 Sep 2018 09:55:47 -0400 Subject: [PATCH 3/3] Added alex linter destroy --- source/blog/2018-09-21-the-ember-times-issue-65.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog/2018-09-21-the-ember-times-issue-65.md b/source/blog/2018-09-21-the-ember-times-issue-65.md index c31f900c6c..66f18bf545 100644 --- a/source/blog/2018-09-21-the-ember-times-issue-65.md +++ b/source/blog/2018-09-21-the-ember-times-issue-65.md @@ -58,7 +58,7 @@ To learn more, [@rwjblue](https://github.com/rwjblue) together with [@mike-north ## [Ember is a modern framework, tell your friends 😄](https://dev.to/nullvoxpopuli/the-emberjs-of-the-future-today-12c) - + Community member [@NullVoxPopuli](https://github.com/NullVoxPopuli) has written a summary of a set of his favorite features that showcase how Ember is a modern framework, and can be attractive to people looking for all the shiny things. Check out [The EmberJS of the future... today!](https://dev.to/nullvoxpopuli/the-emberjs-of-the-future-today-12c) where he discusses async lifecycle hooks, syntax for components, testing, dependency injection, keyboard accessibility and more. ---