From a4ecac1010755bd1d5258b2f1863e3b5b9bdccb9 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 30 Aug 2019 20:23:48 -0700 Subject: [PATCH 01/16] Set up new issue --- .../2019-08-30-the-ember-times-issue-113.md | 2 +- .../2019-09-06-the-ember-times-issue-114.md | 135 ++++++++++++++++++ 2 files changed, 136 insertions(+), 1 deletion(-) create mode 100644 source/2019-09-06-the-ember-times-issue-114.md diff --git a/source/2019-08-30-the-ember-times-issue-113.md b/source/2019-08-30-the-ember-times-issue-113.md index 73279ac5e..c5da6736c 100644 --- a/source/2019-08-30-the-ember-times-issue-113.md +++ b/source/2019-08-30-the-ember-times-issue-113.md @@ -1,7 +1,7 @@ --- title: The Ember Times - Issue No. 113 author: Chris Ng, Jessica Jordan, Anne-Greeth van Herwijnen, Isaac Lee, Amy Lam -tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019 +tags: Newsletter, Ember.js Times, Ember Times, 2019 alias : "blog/2019/08/30-the-ember-times-issue-113.html" responsive: true --- diff --git a/source/2019-09-06-the-ember-times-issue-114.md b/source/2019-09-06-the-ember-times-issue-114.md new file mode 100644 index 000000000..9593752f6 --- /dev/null +++ b/source/2019-09-06-the-ember-times-issue-114.md @@ -0,0 +1,135 @@ +--- +title: The Ember Times - Issue No. XXS +author: the crowd +tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019 +alias : "blog/2019/xx/xx-the-ember-times-issue-XXX.html" +responsive: true +--- + + Emberistas! 🐹 + + + +--- + +## [Section Title in Title Case 🐹](#section-url) + + + + + + + +--- + +## [Section Title in Title Case 🐹](#section-url) + + + + + + + +--- + +## [Section Title in Title Case 🐹](#section-url) + + + + + + + +--- + +## [Section Title in Title Case 🐹](#section-url) + + + + + + + +--- + +## [Section Title in Title Case 🐹](#section-url) + + + + + + + +--- + +## [Section Title in Title Case 🐹](#section-url) + + + + + + + +--- + +## [Section Title in Title Case 🐹](#section-url) + + + + + + + +--- + +## [Section Title in Title Case 🐹](#section-url) + + + + + + + +--- + +## [Section Title in Title Case 🐹](#section-url) + + + + + + + +--- + +## [Contributors' Corner πŸ‘](https://guides.emberjs.com/release/contributing/repositories/) + +

This week we'd like to thank our siblings for their contributions to Ember and related repositories! πŸ’–

+ +--- + +## [Got a Question? Ask Readers' Questions! πŸ€“](https://docs.google.com/forms/d/e/1FAIpQLScqu7Lw_9cIkRtAiXKitgkAo4xX_pV1pdCfMJgIr6Py1V-9Og/viewform) + +
+ Office Hours Tomster Mascot + +

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!

+ +

Submit your own short and sweet question under bit.ly/ask-ember-core. And don’t worry, there are no silly questions, we appreciate them all - promise! 🀞

+
+ +--- + +## [#embertimes πŸ“°](https://blog.emberjs.com/tags/newsletter.html) + +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. + +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). + +--- + +That's another wrap! ✨ + +Be kind, + +the crowd and the Learning Team From 4be8e3f4b564dc7b2cd7937be4f31ea7392e1562 Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Thu, 5 Sep 2019 17:47:41 -0400 Subject: [PATCH 02/16] blog(embertimes114): update for ember octane --- .../2019-09-06-the-ember-times-issue-114.md | 23 +++++++++++-------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/source/2019-09-06-the-ember-times-issue-114.md b/source/2019-09-06-the-ember-times-issue-114.md index 9593752f6..584f242b1 100644 --- a/source/2019-09-06-the-ember-times-issue-114.md +++ b/source/2019-09-06-the-ember-times-issue-114.md @@ -1,13 +1,13 @@ --- title: The Ember Times - Issue No. XXS -author: the crowd +author: Chris Ng, the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019 alias : "blog/2019/xx/xx-the-ember-times-issue-XXX.html" responsive: true --- Emberistas! 🐹 - +Read the Ember Octane Update for Modern Ember Tutorial 🎁, --- @@ -52,13 +52,18 @@ responsive: true --- -## [Section Title in Title Case 🐹](#section-url) +## [Ember Octane Update for Modern Ember Tutorial 🎁](https://codingitwrong.com/2018/08/16/modern-ember.html) - - - - - +[@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). + +This tutorial provides an intro to: + - Angle bracket syntax for components + - Easy ES6 imports of NPM modules + - Decorators for clear and expressive component implementations + - Tracked properties to automatically rerender components and recompute derived data + - and Co-locating component templates and classes for easy development + +Try out Ember Octane today which [@CodingItWrong](https://github.com/CodingItWrong) calls the β€œsimplest, most straightforward, most productive frontend framework!” --- @@ -132,4 +137,4 @@ That's another wrap! ✨ Be kind, -the crowd and the Learning Team +Chris Ng, the crowd and the Learning Team From 94ea3c6790a1f2c9a104f83a4a28052f81fadf31 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Thu, 5 Sep 2019 15:33:26 -0700 Subject: [PATCH 03/16] Fix markdown linter --- source/2019-09-06-the-ember-times-issue-114.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/source/2019-09-06-the-ember-times-issue-114.md b/source/2019-09-06-the-ember-times-issue-114.md index 584f242b1..377a28ef4 100644 --- a/source/2019-09-06-the-ember-times-issue-114.md +++ b/source/2019-09-06-the-ember-times-issue-114.md @@ -57,11 +57,12 @@ Read the Ember Octane Update for Modern Ember Tutorial 🎁, [@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). This tutorial provides an intro to: - - Angle bracket syntax for components - - Easy ES6 imports of NPM modules - - Decorators for clear and expressive component implementations - - Tracked properties to automatically rerender components and recompute derived data - - and Co-locating component templates and classes for easy development + +- Angle bracket syntax for components +- Easy ES6 imports of NPM modules +- Decorators for clear and expressive component implementations +- Tracked properties to automatically rerender components and recompute derived data +- and Co-locating component templates and classes for easy development Try out Ember Octane today which [@CodingItWrong](https://github.com/CodingItWrong) calls the β€œsimplest, most straightforward, most productive frontend framework!” From ba5882991e182c153ea86f82abd4fc75afcb20a4 Mon Sep 17 00:00:00 2001 From: ijlee2 Date: Fri, 6 Sep 2019 08:01:20 -0500 Subject: [PATCH 04/16] Covered the RFC for deprecating eventing pattern from Ember --- source/2019-09-06-the-ember-times-issue-114.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/source/2019-09-06-the-ember-times-issue-114.md b/source/2019-09-06-the-ember-times-issue-114.md index 377a28ef4..3b3907d46 100644 --- a/source/2019-09-06-the-ember-times-issue-114.md +++ b/source/2019-09-06-the-ember-times-issue-114.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. XXS -author: Chris Ng, the crowd +author: Chris Ng, Isaac Lee, the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019 alias : "blog/2019/xx/xx-the-ember-times-issue-XXX.html" responsive: true @@ -8,6 +8,7 @@ responsive: true Emberistas! 🐹 Read the Ember Octane Update for Modern Ember Tutorial 🎁, +Participate in the discussion of deprecating eventing πŸ’¬, --- @@ -78,13 +79,13 @@ Try out Ember Octane today which [@CodingItWrong](https://github.com/CodingItWro --- -## [Section Title in Title Case 🐹](#section-url) +## [RFC for Deprecating Eventing from Ember πŸ’¬](https://github.com/emberjs/rfcs/pull/528) - - - - - +[@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). + +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. + +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! --- @@ -138,4 +139,4 @@ That's another wrap! ✨ Be kind, -Chris Ng, the crowd and the Learning Team +Chris Ng, Isaac Lee, the crowd and the Learning Team From 5e2f2bd0a88c92f457f7807c822f025d0b9b200b Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Fri, 6 Sep 2019 19:30:19 +0200 Subject: [PATCH 05/16] blog(embertimes#114): add contributors list --- .../2019-09-06-the-ember-times-issue-114.md | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/source/2019-09-06-the-ember-times-issue-114.md b/source/2019-09-06-the-ember-times-issue-114.md index 3b3907d46..aea0f3c82 100644 --- a/source/2019-09-06-the-ember-times-issue-114.md +++ b/source/2019-09-06-the-ember-times-issue-114.md @@ -17,7 +17,7 @@ Participate in the discussion of deprecating eventing πŸ’¬, - + @@ -27,7 +27,7 @@ Participate in the discussion of deprecating eventing πŸ’¬, - + @@ -37,20 +37,20 @@ Participate in the discussion of deprecating eventing πŸ’¬, - + - + --- ## [Section Title in Title Case 🐹](#section-url) - + - + --- ## [Ember Octane Update for Modern Ember Tutorial 🎁](https://codingitwrong.com/2018/08/16/modern-ember.html) @@ -66,17 +66,17 @@ This tutorial provides an intro to: - and Co-locating component templates and classes for easy development Try out Ember Octane today which [@CodingItWrong](https://github.com/CodingItWrong) calls the β€œsimplest, most straightforward, most productive frontend framework!” - + --- ## [Section Title in Title Case 🐹](#section-url) - + - + --- ## [RFC for Deprecating Eventing from Ember πŸ’¬](https://github.com/emberjs/rfcs/pull/528) @@ -86,32 +86,32 @@ Try out Ember Octane today which [@CodingItWrong](https://github.com/CodingItWro 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. 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! - + --- ## [Section Title in Title Case 🐹](#section-url) - + - + --- ## [Section Title in Title Case 🐹](#section-url) - + - + --- ## [Contributors' Corner πŸ‘](https://guides.emberjs.com/release/contributing/repositories/) -

This week we'd like to thank our siblings for their contributions to Ember and related repositories! πŸ’–

+

This week we'd like to thank @locks, @chancancode, @mukilane, @igorT, @HeroicEric, @dcyriller, @rwwagner90, @ggayowsky, @bertdeblock, @mansona, @ClaytonTurner, @ppphp, @rnegron, @MelSumner, @rwjblue and @chadhietala for their contributions to Ember and related repositories! πŸ’–

--- @@ -127,7 +127,7 @@ For more information about eventing and the plan to deprecate it from Ember, ple --- -## [#embertimes πŸ“°](https://blog.emberjs.com/tags/newsletter.html) +## [#embertimes πŸ“°](https://blog.emberjs.com/tags/newsletter.html) 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. From 10d9559bad68b93feb4857d8a8d93f00b4770fa3 Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Fri, 6 Sep 2019 20:23:40 +0200 Subject: [PATCH 06/16] blog(embertimes#114): add writeup on EmberFest --- .../2019-09-06-the-ember-times-issue-114.md | 28 +++++++++++-------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/source/2019-09-06-the-ember-times-issue-114.md b/source/2019-09-06-the-ember-times-issue-114.md index aea0f3c82..61592b2f1 100644 --- a/source/2019-09-06-the-ember-times-issue-114.md +++ b/source/2019-09-06-the-ember-times-issue-114.md @@ -1,15 +1,18 @@ --- -title: The Ember Times - Issue No. XXS -author: Chris Ng, Isaac Lee, the crowd +title: The Ember Times - Issue No. 114 +author: Chris Ng, Isaac Lee, Jessica Jordan, the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019 -alias : "blog/2019/xx/xx-the-ember-times-issue-XXX.html" +alias : "blog/2019/09/06-the-ember-times-issue-114.html" responsive: true --- - Emberistas! 🐹 +Hiya Emberistas! 🐹 + +This week: Read the Ember Octane Update for Modern Ember Tutorial 🎁, Participate in the discussion of deprecating eventing πŸ’¬, - +Join the Ember crowd at EmberFest 2019 πŸΉπŸŽ‰, +... --- @@ -69,13 +72,16 @@ Try out Ember Octane today which [@CodingItWrong](https://github.com/CodingItWro --- -## [Section Title in Title Case 🐹](#section-url) +## [Emberistas from Europe and Beyond: Get Ready for EmberFest 2019 πŸΉπŸŽ‰](https://emberfest.eu/) - - +If you're using Ember, you're based in Europe or you're planning your next trip there soon, be sure to already mark **October 17th and 18th** in 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. + +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 the day before the conference on top of that. Be sure to [secure your ticket before they sell out](https://emberfest.eu/) and tell your colleagues and Ember friends! + +Follow [@emberfest on Twitter](https://twitter.com/emberfest) to stay up to date with the latest news about the conference. Or subscribe to the [official mailing list](https://emberfest.eu/#mc_embed_signup). + +And see you at [EmberFest 2019](https://emberfest.eu/)! - - --- @@ -139,4 +145,4 @@ That's another wrap! ✨ Be kind, -Chris Ng, Isaac Lee, the crowd and the Learning Team +Chris Ng, Isaac Lee, Jessica Jordan, the crowd and the Learning Team From c36c5674848d66b7230a077d6896daa836e7f21e Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Fri, 6 Sep 2019 21:11:35 +0200 Subject: [PATCH 07/16] Update source/2019-09-06-the-ember-times-issue-114.md Co-Authored-By: Isaac Lee <16869656+ijlee2@users.noreply.github.com> --- source/2019-09-06-the-ember-times-issue-114.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2019-09-06-the-ember-times-issue-114.md b/source/2019-09-06-the-ember-times-issue-114.md index 61592b2f1..dee81c8ec 100644 --- a/source/2019-09-06-the-ember-times-issue-114.md +++ b/source/2019-09-06-the-ember-times-issue-114.md @@ -74,7 +74,7 @@ Try out Ember Octane today which [@CodingItWrong](https://github.com/CodingItWro ## [Emberistas from Europe and Beyond: Get Ready for EmberFest 2019 πŸΉπŸŽ‰](https://emberfest.eu/) -If you're using Ember, you're based in Europe or you're planning your next trip there soon, be sure to already mark **October 17th and 18th** in 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. +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. 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 the day before the conference on top of that. Be sure to [secure your ticket before they sell out](https://emberfest.eu/) and tell your colleagues and Ember friends! From 39f5899d1507c19b8001ade3b9a75fd819f6d84e Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Fri, 6 Sep 2019 21:11:47 +0200 Subject: [PATCH 08/16] Update source/2019-09-06-the-ember-times-issue-114.md Co-Authored-By: Isaac Lee <16869656+ijlee2@users.noreply.github.com> --- source/2019-09-06-the-ember-times-issue-114.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2019-09-06-the-ember-times-issue-114.md b/source/2019-09-06-the-ember-times-issue-114.md index dee81c8ec..cc837752d 100644 --- a/source/2019-09-06-the-ember-times-issue-114.md +++ b/source/2019-09-06-the-ember-times-issue-114.md @@ -78,7 +78,7 @@ If you're using Ember, you're based in Europe or you're planning your next trip 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 the day before the conference on top of that. Be sure to [secure your ticket before they sell out](https://emberfest.eu/) and tell your colleagues and Ember friends! -Follow [@emberfest on Twitter](https://twitter.com/emberfest) to stay up to date with the latest news about the conference. Or subscribe to the [official mailing list](https://emberfest.eu/#mc_embed_signup). +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! And see you at [EmberFest 2019](https://emberfest.eu/)! From 0ed7aaaec1a50219c09a72aa6411ba4ea0c68a6d Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Fri, 6 Sep 2019 21:12:06 +0200 Subject: [PATCH 09/16] Update source/2019-09-06-the-ember-times-issue-114.md Co-Authored-By: Isaac Lee <16869656+ijlee2@users.noreply.github.com> --- source/2019-09-06-the-ember-times-issue-114.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2019-09-06-the-ember-times-issue-114.md b/source/2019-09-06-the-ember-times-issue-114.md index cc837752d..0bfba9ff7 100644 --- a/source/2019-09-06-the-ember-times-issue-114.md +++ b/source/2019-09-06-the-ember-times-issue-114.md @@ -76,7 +76,7 @@ Try out Ember Octane today which [@CodingItWrong](https://github.com/CodingItWro 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. -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 the day before the conference on top of that. Be sure to [secure your ticket before they sell out](https://emberfest.eu/) and tell your colleagues and Ember friends! +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! 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! From f6aa3a083ca1839aa8e683b99097056fdba20849 Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Fri, 6 Sep 2019 21:13:28 +0200 Subject: [PATCH 10/16] Update source/2019-09-06-the-ember-times-issue-114.md --- source/2019-09-06-the-ember-times-issue-114.md | 1 - 1 file changed, 1 deletion(-) diff --git a/source/2019-09-06-the-ember-times-issue-114.md b/source/2019-09-06-the-ember-times-issue-114.md index 0bfba9ff7..5bfccd477 100644 --- a/source/2019-09-06-the-ember-times-issue-114.md +++ b/source/2019-09-06-the-ember-times-issue-114.md @@ -80,7 +80,6 @@ You can check out the [full schedule on the conference website](https://emberfes 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! -And see you at [EmberFest 2019](https://emberfest.eu/)! --- From 2dfdbce354ac4276b3db48eeb7374bf158eecb15 Mon Sep 17 00:00:00 2001 From: ijlee2 Date: Fri, 6 Sep 2019 14:43:26 -0500 Subject: [PATCH 11/16] Asked the Ember community for ideas for Octane issue --- source/2019-09-06-the-ember-times-issue-114.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/source/2019-09-06-the-ember-times-issue-114.md b/source/2019-09-06-the-ember-times-issue-114.md index 5bfccd477..982190724 100644 --- a/source/2019-09-06-the-ember-times-issue-114.md +++ b/source/2019-09-06-the-ember-times-issue-114.md @@ -12,6 +12,7 @@ This week: Read the Ember Octane Update for Modern Ember Tutorial 🎁, Participate in the discussion of deprecating eventing πŸ’¬, Join the Ember crowd at EmberFest 2019 πŸΉπŸŽ‰, +Suggest ideas for the special Ember Octane issue ✍️, ... --- @@ -94,13 +95,19 @@ For more information about eventing and the plan to deprecate it from Ember, ple --- -## [Section Title in Title Case 🐹](#section-url) +## [Suggest Ideas for an Upcoming Ember Octane Issue! ✍️](https://github.com/ember-learn/ember-blog/pull/261) - - +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. - - +When it comes to Octane: + +- What are some contents you would like to see? +- Do you have leads for coverage? +- Any other feedback and suggestions! + +Feel free to reach out to 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 through [pull request on GitHub](https://github.com/ember-learn/ember-blog/pull/261). + +Thanks, and have a great day! πŸ’ž --- From cff537bc57d2da3d6ca7a81d83bc5405bf9ba8e8 Mon Sep 17 00:00:00 2001 From: ijlee2 Date: Fri, 6 Sep 2019 14:53:20 -0500 Subject: [PATCH 12/16] Added exception to Alex linter --- source/2019-09-06-the-ember-times-issue-114.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/2019-09-06-the-ember-times-issue-114.md b/source/2019-09-06-the-ember-times-issue-114.md index 982190724..1a1ce6df8 100644 --- a/source/2019-09-06-the-ember-times-issue-114.md +++ b/source/2019-09-06-the-ember-times-issue-114.md @@ -97,6 +97,7 @@ For more information about eventing and the plan to deprecate it from Ember, ple ## [Suggest Ideas for an Upcoming Ember Octane Issue! ✍️](https://github.com/ember-learn/ember-blog/pull/261) + 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. When it comes to Octane: From 29408757ef7299fa558f7ceb7a7c0ba18eea4ee8 Mon Sep 17 00:00:00 2001 From: ijlee2 Date: Fri, 6 Sep 2019 14:59:36 -0500 Subject: [PATCH 13/16] Updated preview text --- source/2019-09-06-the-ember-times-issue-114.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2019-09-06-the-ember-times-issue-114.md b/source/2019-09-06-the-ember-times-issue-114.md index 1a1ce6df8..e9785e77f 100644 --- a/source/2019-09-06-the-ember-times-issue-114.md +++ b/source/2019-09-06-the-ember-times-issue-114.md @@ -12,7 +12,7 @@ This week: Read the Ember Octane Update for Modern Ember Tutorial 🎁, Participate in the discussion of deprecating eventing πŸ’¬, Join the Ember crowd at EmberFest 2019 πŸΉπŸŽ‰, -Suggest ideas for the special Ember Octane issue ✍️, +Suggest ideas for the upcoming Ember Octane issue ✍️, ... --- From 0604edcf10f2278ec116400876c8886d73a16231 Mon Sep 17 00:00:00 2001 From: Isaac Lee <16869656+ijlee2@users.noreply.github.com> Date: Fri, 6 Sep 2019 16:26:20 -0500 Subject: [PATCH 14/16] Update source/2019-09-06-the-ember-times-issue-114.md Co-Authored-By: Amy Lam --- source/2019-09-06-the-ember-times-issue-114.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2019-09-06-the-ember-times-issue-114.md b/source/2019-09-06-the-ember-times-issue-114.md index e9785e77f..721b50fc2 100644 --- a/source/2019-09-06-the-ember-times-issue-114.md +++ b/source/2019-09-06-the-ember-times-issue-114.md @@ -102,7 +102,7 @@ Your friendly neighborhood writers from [The Ember Times](https://blog.emberjs.c When it comes to Octane: -- What are some contents you would like to see? +- What content would you like to see? - Do you have leads for coverage? - Any other feedback and suggestions! From 2173ef689b634f979357335326d7d389a133b372 Mon Sep 17 00:00:00 2001 From: Isaac Lee <16869656+ijlee2@users.noreply.github.com> Date: Fri, 6 Sep 2019 16:27:02 -0500 Subject: [PATCH 15/16] Update source/2019-09-06-the-ember-times-issue-114.md Co-Authored-By: Amy Lam --- source/2019-09-06-the-ember-times-issue-114.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2019-09-06-the-ember-times-issue-114.md b/source/2019-09-06-the-ember-times-issue-114.md index 721b50fc2..1b2c026ba 100644 --- a/source/2019-09-06-the-ember-times-issue-114.md +++ b/source/2019-09-06-the-ember-times-issue-114.md @@ -106,7 +106,7 @@ When it comes to Octane: - Do you have leads for coverage? - Any other feedback and suggestions! -Feel free to reach out to 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 through [pull request on GitHub](https://github.com/ember-learn/ember-blog/pull/261). +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). Thanks, and have a great day! πŸ’ž From c86cf39ead80b9ce80dad65e60731406917481ca Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 6 Sep 2019 18:46:44 -0700 Subject: [PATCH 16/16] Update 2019-09-06-the-ember-times-issue-114.md --- .../2019-09-06-the-ember-times-issue-114.md | 65 ++----------------- 1 file changed, 6 insertions(+), 59 deletions(-) diff --git a/source/2019-09-06-the-ember-times-issue-114.md b/source/2019-09-06-the-ember-times-issue-114.md index 1b2c026ba..7cc2c88a4 100644 --- a/source/2019-09-06-the-ember-times-issue-114.md +++ b/source/2019-09-06-the-ember-times-issue-114.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. 114 -author: Chris Ng, Isaac Lee, Jessica Jordan, the crowd +author: Chris Ng, Isaac Lee, Jessica Jordan, Amy Lam tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019 alias : "blog/2019/09/06-the-ember-times-issue-114.html" responsive: true @@ -9,51 +9,10 @@ responsive: true Hiya Emberistas! 🐹 This week: -Read the Ember Octane Update for Modern Ember Tutorial 🎁, -Participate in the discussion of deprecating eventing πŸ’¬, -Join the Ember crowd at EmberFest 2019 πŸΉπŸŽ‰, -Suggest ideas for the upcoming Ember Octane issue ✍️, -... - ---- - -## [Section Title in Title Case 🐹](#section-url) - - - - - - - ---- - -## [Section Title in Title Case 🐹](#section-url) - - - - - - - ---- - -## [Section Title in Title Case 🐹](#section-url) - - - - - - - ---- - -## [Section Title in Title Case 🐹](#section-url) - - - - - - +read the Octane Update for the Modern Ember Tutorial 🎁, +participate in the discussion of deprecating eventing πŸ’¬, +join the crowd at EmberFest 2019 πŸΉπŸŽ‰, +and suggest ideas for the upcoming Ember Octane issue ✍️! --- @@ -81,8 +40,6 @@ You can check out the [full schedule on the conference website](https://emberfes 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! - - --- ## [RFC for Deprecating Eventing from Ember πŸ’¬](https://github.com/emberjs/rfcs/pull/528) @@ -112,16 +69,6 @@ Thanks, and have a great day! πŸ’ž --- -## [Section Title in Title Case 🐹](#section-url) - - - - - - - ---- - ## [Contributors' Corner πŸ‘](https://guides.emberjs.com/release/contributing/repositories/)

This week we'd like to thank @locks, @chancancode, @mukilane, @igorT, @HeroicEric, @dcyriller, @rwwagner90, @ggayowsky, @bertdeblock, @mansona, @ClaytonTurner, @ppphp, @rnegron, @MelSumner, @rwjblue and @chadhietala for their contributions to Ember and related repositories! πŸ’–

@@ -152,4 +99,4 @@ That's another wrap! ✨ Be kind, -Chris Ng, Isaac Lee, Jessica Jordan, the crowd and the Learning Team +Chris Ng, Isaac Lee, Jessica Jordan, Amy Lam and the Learning Team