From 8bc9ac9fc46538ea71f750e383d8c5da6218e565 Mon Sep 17 00:00:00 2001 From: Ryan Mark Date: Fri, 14 Sep 2018 15:24:09 -0700 Subject: [PATCH 01/16] [WIP] Ember Times Issue 65 --- .../2018-09-14-the-ember-times-issue-64.md | 2 +- .../2018-09-21-the-ember-times-issue-65.md | 89 +++++++++++++++++++ 2 files changed, 90 insertions(+), 1 deletion(-) create mode 100644 source/blog/2018-09-21-the-ember-times-issue-65.md diff --git a/source/blog/2018-09-14-the-ember-times-issue-64.md b/source/blog/2018-09-14-the-ember-times-issue-64.md index 982aa945ed..28a23d016d 100644 --- a/source/blog/2018-09-14-the-ember-times-issue-64.md +++ b/source/blog/2018-09-14-the-ember-times-issue-64.md @@ -1,7 +1,7 @@ --- title: The Ember Times - Issue No. 64 author: Alon Bukai, Chris Ng, Amy Lam, Ryan Mark, Jessica Jordan -tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 +tags: Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/09/14-the-ember-times-issue-64.html" responsive: true --- 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 new file mode 100644 index 0000000000..66b82f47b6 --- /dev/null +++ b/source/blog/2018-09-21-the-ember-times-issue-65.md @@ -0,0 +1,89 @@ +--- +title: The Ember Times - Issue No. XX +author: the crowd +tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 +alias : "blog/xxxx/xx/xx-the-ember-times-issue-XX.html" +responsive: true +--- + + Emberistas! 🐹 + + + +--- + +## [SECTION TITLE](#section-url) + + +--- + +## [SECTION TITLE](#section-url) + + +--- + +## [SECTION TITLE](#section-url) + + +--- + +## [SECTION TITLE](#section-url) + + +--- + +## [SECTION TITLE](#section-url) + + +--- + +## [SECTION TITLE](#section-url) + + +--- + +## [SECTION TITLE](#section-url) + + +--- + +## [SECTION TITLE](#section-url) + + +--- + +## [SECTION TITLE](#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! 🀞

+ +
+ +--- + +Want to write for the Ember Times? Have a suggestion for next week's issue? Join us at #support-ember-times on the [Ember Community Discord](https://discordapp.com/invite/zT3asNS) or ping us [@embertimes](https://twitter.com/embertimes) on Twitter. + +--- + + +That's another wrap! ✨ + +Be kind, + +the crowd and the Learning Team From 7351fbab192c79aaf17abccf767c82e7fc4215cb Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Wed, 19 Sep 2018 16:03:23 -0400 Subject: [PATCH 02/16] blog(embertimes65): sparkles-component 1.1.0 --- source/blog/2018-09-21-the-ember-times-issue-65.md | 7 ++++++- 1 file changed, 6 insertions(+), 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 66b82f47b6..ab4a6f4baf 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 @@ -52,8 +52,13 @@ responsive: true --- -## [SECTION TITLE](#section-url) +## [Published sparkles-component 1.1.0 ✨](https://twitter.com/rwjblue/status/1042162296854925314) + +[@rwjblue](https://github.com/rwjblue) released version 1.1.0 of the [sparkles-component](https://github.com/rwjblue/sparkles-component) which includes [TypeScript](https://www.typescriptlang.org/) conversion of the library. + +The sparkles-component is an addon used to experiment with [glimmer component](https://github.com/glimmerjs/glimmer.js/tree/master/packages/%40glimmer/component) style APIs in Ember apps via existing public APIs. It supports most of the `@glimmer/component` API including lifecycle hooks (constructor, didInsertElement, didUpdate, destroy), @tracked properties, ES base class, and decorator support (with the release of 1.1.0, this supports consuming via TypeScript). +To learn more, [@rwjblue](https://github.com/rwjblue) together with [@mike-north](https://github.com/mike-north) live streamed converting the library from JavaScript to TypeScript. You can watch the [live replay on Twitch](https://www.twitch.tv/videos/311556611). --- From 1a6b4c97ed1d65eae3dd29359e9519cfb8ae783c Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Wed, 19 Sep 2018 19:42:28 -0700 Subject: [PATCH 03/16] Add alex linter ignores --- 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 ab4a6f4baf..cb5845358f 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 @@ -56,6 +56,7 @@ responsive: true [@rwjblue](https://github.com/rwjblue) released version 1.1.0 of the [sparkles-component](https://github.com/rwjblue/sparkles-component) which includes [TypeScript](https://www.typescriptlang.org/) conversion of the library. + The sparkles-component is an addon used to experiment with [glimmer component](https://github.com/glimmerjs/glimmer.js/tree/master/packages/%40glimmer/component) style APIs in Ember apps via existing public APIs. It supports most of the `@glimmer/component` API including lifecycle hooks (constructor, didInsertElement, didUpdate, destroy), @tracked properties, ES base class, and decorator support (with the release of 1.1.0, this supports consuming via TypeScript). To learn more, [@rwjblue](https://github.com/rwjblue) together with [@mike-north](https://github.com/mike-north) live streamed converting the library from JavaScript to TypeScript. You can watch the [live replay on Twitch](https://www.twitch.tv/videos/311556611). From c1cb213eb075ae497e3900a33e5496099b808a48 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Wed, 19 Sep 2018 21:34:37 -0700 Subject: [PATCH 04/16] Add Chris's name to author list re: https://github.com/emberjs/website/pull/3568, was thinking we could start doing this at the PR level --- 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 ab4a6f4baf..0b4b5b81f7 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 @@ -91,4 +91,4 @@ That's another wrap! ✨ Be kind, -the crowd and the Learning Team +Chris Ng and the Learning Team From 57674df7e4c6072e5204e2f267e4ae2df4375358 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Wed, 19 Sep 2018 21:42:02 -0700 Subject: [PATCH 05/16] 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 06/16] 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 07/16] 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. --- From e532401934c15684d23442487e07318f1b6c3fc7 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 21 Sep 2018 00:25:02 -0700 Subject: [PATCH 08/16] Add writeup on ember-css-modules --- source/blog/2018-09-21-the-ember-times-issue-65.md | 5 +++++ 1 file changed, 5 insertions(+) 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 1c47cf6e3f..e8ffb05eb2 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 @@ -64,6 +64,11 @@ Community member [@NullVoxPopuli](https://github.com/NullVoxPopuli) has written --- +## [Boston-Built ember-css-modules 1.0 AKA "The Big Dig" Is Here πŸ—](https://twitter.com/__dfreeman/status/1042837440417988610) + +[salsify/ember-css-modules](https://github.com/salsify/ember-css-modules) has launched a 1.0 thanks to bug reports, feature ideas and pull requests from the community over the past couple years! ember-css-modules provides Ember-flavored support for [CSS Modules](https://github.com/css-modules/css-modules). With the addon, styling is a first-class citizen alongside templates and JavaScript, with one CSS file per component. + +--- ## [Contributors' Corner](https://guides.emberjs.com/release/contributing/repositories/) From affdaf15fef896d96af16e998ddcf34187e65ab1 Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Fri, 21 Sep 2018 10:03:25 -0400 Subject: [PATCH 09/16] blog(embertimes#65): add property deprecation RFC --- .../2018-09-21-the-ember-times-issue-65.md | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 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 e8ffb05eb2..a403d613a7 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 @@ -12,9 +12,29 @@ responsive: true --- -## [SECTION TITLE](#section-url) +## [Deprecate All the Property 🏠 Modifiers ](https://github.com/emberjs/rfcs/pull/375) + +Remember `.property()`? + +```js +fullName: computed(function() { + // ... +}).property('firstName', 'lastName'), +``` + +This **modifier** for **computed properties** in Ember has been around for quite a while. +And even though computed properties have already allowed to pass in dependent keys as an argument directly, e.g.... + +```js +fullName: computed('firstName', 'lastName', function() { + // ... +}), +``` +...the modifier hasn't been deprecated yet. The main obstacle for the deprecation has been +the one valid use of `.property()`: It is required for cp macros, such as `filter` or `map` which receive a callback function as their argument. +A **brand-new πŸ”₯ Request for Comments (RFC)** πŸš’ proposes to transition away from the usage of `.property` for these macros to allow the deprecation of the otherwise redundant API. Curious readers can **learn more** about the motivation and the design of this move [in the original proposal](https://github.com/pzuraq/emberjs-rfcs/blob/deprecate-computed-property-modifier/text/0000-deprecate-computed-property-modifier.md). --- ## [SECTION TITLE](#section-url) From a8eab8c1c482be6ea498e8c8614871e84731c688 Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Fri, 21 Sep 2018 10:06:34 -0400 Subject: [PATCH 10/16] blog(embertimes#65): add contributors list --- source/blog/2018-09-21-the-ember-times-issue-65.md | 4 ++-- 1 file changed, 2 insertions(+), 2 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 a403d613a7..337d144630 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 @@ -86,13 +86,13 @@ Community member [@NullVoxPopuli](https://github.com/NullVoxPopuli) has written ## [Boston-Built ember-css-modules 1.0 AKA "The Big Dig" Is Here πŸ—](https://twitter.com/__dfreeman/status/1042837440417988610) -[salsify/ember-css-modules](https://github.com/salsify/ember-css-modules) has launched a 1.0 thanks to bug reports, feature ideas and pull requests from the community over the past couple years! ember-css-modules provides Ember-flavored support for [CSS Modules](https://github.com/css-modules/css-modules). With the addon, styling is a first-class citizen alongside templates and JavaScript, with one CSS file per component. +[salsify/ember-css-modules](https://github.com/salsify/ember-css-modules) has launched a 1.0 thanks to bug reports, feature ideas and pull requests from the community over the past couple years! ember-css-modules provides Ember-flavored support for [CSS Modules](https://github.com/css-modules/css-modules). With the addon, styling is a first-class citizen alongside templates and JavaScript, with one CSS file per component. --- ## [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 @rwjblue, @toddjordan, @chadhietala, @amyrlam, @chrisrng, @Alonski, @tylerturdenpants, @anehx, @runspired, @balinterdi, @pixelhandler, @dcyriller, @dcombslinkedin, @twokul, @SparshithNR, @quajo, @Gaurav0, @smfoote, @EndangeredMassa, @dependabot[bot], @jfdnc and @adityasrini for their contributions to Ember and related repositories πŸ’–!

--- From d259282e62cb590d72227055522578518fd807fd Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Fri, 21 Sep 2018 10:07:24 -0400 Subject: [PATCH 11/16] blog(embertimes#65): add more editors --- 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 337d144630..1056370fa7 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 @@ -118,4 +118,4 @@ That's another wrap! ✨ Be kind, -Chris Ng, L. Preston Sego III and the Learning Team +Chris Ng, L. Preston Sego III, Amy Lam, Ryan Mark, Jessica Jordan and the Learning Team From 92a9c8549bce461a3517ce4f89ea6b6aa70bba02 Mon Sep 17 00:00:00 2001 From: Ryan Mark Date: Fri, 21 Sep 2018 10:26:54 -0700 Subject: [PATCH 12/16] Ember Times - dates, issue no. and hello --- source/blog/2018-09-21-the-ember-times-issue-65.md | 6 +++--- 1 file changed, 3 insertions(+), 3 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 1056370fa7..6217a28dc1 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 @@ -1,12 +1,12 @@ --- -title: The Ember Times - Issue No. XX +title: The Ember Times - Issue No. 65 author: the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 -alias : "blog/xxxx/xx/xx-the-ember-times-issue-XX.html" +alias : "blog/2018/09/21-the-ember-times-issue-65.html" responsive: true --- - Emberistas! 🐹 +Ahoj Emberistas! 🐹 From 27bb76dbcef360a5e58581dd94880d38d746a133 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 21 Sep 2018 11:26:09 -0700 Subject: [PATCH 13/16] add intro slightly tweaked template should add "add to intro" to instructions --- .../2018-09-21-the-ember-times-issue-65.md | 34 +++---------------- 1 file changed, 4 insertions(+), 30 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 6217a28dc1..af1bebafd6 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 @@ -8,7 +8,7 @@ responsive: true Ahoj Emberistas! 🐹 - +In this week's edition we're sharing news about a fresh πŸ₯’ RFC to deprecate `.property()`, exciting addon updates πŸš€ for sparkles-component and ember-css-modules, and how Ember is a modern framework - tell your friends! --- @@ -35,34 +35,6 @@ fullName: computed('firstName', 'lastName', function() { the one valid use of `.property()`: It is required for cp macros, such as `filter` or `map` which receive a callback function as their argument. A **brand-new πŸ”₯ Request for Comments (RFC)** πŸš’ proposes to transition away from the usage of `.property` for these macros to allow the deprecation of the otherwise redundant API. Curious readers can **learn more** about the motivation and the design of this move [in the original proposal](https://github.com/pzuraq/emberjs-rfcs/blob/deprecate-computed-property-modifier/text/0000-deprecate-computed-property-modifier.md). ---- - -## [SECTION TITLE](#section-url) - - ---- - -## [SECTION TITLE](#section-url) - - ---- - -## [SECTION TITLE](#section-url) - - ---- - -## [SECTION TITLE](#section-url) - - ---- - -## [SECTION TITLE](#section-url) - - ---- - -## [SECTION TITLE](#section-url) --- @@ -92,7 +64,7 @@ Community member [@NullVoxPopuli](https://github.com/NullVoxPopuli) has written ## [Contributors' Corner](https://guides.emberjs.com/release/contributing/repositories/) -

This week we'd like to thank @rwjblue, @toddjordan, @chadhietala, @amyrlam, @chrisrng, @Alonski, @tylerturdenpants, @anehx, @runspired, @balinterdi, @pixelhandler, @dcyriller, @dcombslinkedin, @twokul, @SparshithNR, @quajo, @Gaurav0, @smfoote, @EndangeredMassa, @dependabot[bot], @jfdnc and @adityasrini for their contributions to Ember and related repositories πŸ’–!

+

This week we'd like to thank @rwjblue, @toddjordan, @chadhietala, @amyrlam, @chrisrng, @Alonski, @tylerturdenpants, @anehx, @runspired, @balinterdi, @pixelhandler, @dcyriller, @dcombslinkedin, @twokul, @SparshithNR, @quajo, @Gaurav0, @smfoote, @EndangeredMassa, @jfdnc and @adityasrini for their contributions to Ember and related repositories πŸ’–!

--- @@ -111,6 +83,8 @@ Community member [@NullVoxPopuli](https://github.com/NullVoxPopuli) has written Want to write for the Ember Times? Have a suggestion for next week's issue? Join us at #support-ember-times 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). + --- From 65899f3e792775eba2bb87f2ecbc3f3d4031b30b Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 21 Sep 2018 11:43:03 -0700 Subject: [PATCH 14/16] add emoji --- 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 af1bebafd6..baaca8ebf7 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 @@ -8,7 +8,7 @@ responsive: true Ahoj Emberistas! 🐹 -In this week's edition we're sharing news about a fresh πŸ₯’ RFC to deprecate `.property()`, exciting addon updates πŸš€ for sparkles-component and ember-css-modules, and how Ember is a modern framework - tell your friends! +In this week's edition we're sharing news about a fresh πŸ₯’ RFC to deprecate `.property()`, exciting addon updates πŸš€ for sparkles-component and ember-css-modules, and how Ember is a modern framework πŸŽ‰ - tell your friends! --- From d5a9a21fe34a303b81ac6c18f0ad4148e764239b Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 21 Sep 2018 11:48:33 -0700 Subject: [PATCH 15/16] Update 2018-09-21-the-ember-times-issue-65.md --- source/blog/2018-09-21-the-ember-times-issue-65.md | 4 ++-- 1 file changed, 2 insertions(+), 2 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 baaca8ebf7..e9e6a08c0f 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 @@ -49,7 +49,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) +## [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. @@ -68,7 +68,7 @@ Community member [@NullVoxPopuli](https://github.com/NullVoxPopuli) has written --- -## [Got a question? Ask Readers' Questions! πŸ€“](https://docs.google.com/forms/d/e/1FAIpQLScqu7Lw_9cIkRtAiXKitgkAo4xX_pV1pdCfMJgIr6Py1V-9Og/viewform) +## [Got a Question? Ask Readers' Questions! πŸ€“](https://docs.google.com/forms/d/e/1FAIpQLScqu7Lw_9cIkRtAiXKitgkAo4xX_pV1pdCfMJgIr6Py1V-9Og/viewform)
Office Hours Tomster Mascot From 3886c516daedd31ed3bd01cea338e49fed062858 Mon Sep 17 00:00:00 2001 From: Bill Heaton Date: Fri, 21 Sep 2018 19:08:51 -0700 Subject: [PATCH 16/16] Add section on Issue Triage efforts the past 2 weeks --- .../2018-09-21-the-ember-times-issue-65.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) 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 e9e6a08c0f..64271c4275 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 @@ -62,6 +62,39 @@ Community member [@NullVoxPopuli](https://github.com/NullVoxPopuli) has written --- +## [Issue Triage πŸ•΅οΈ](https://paper.dropbox.com/doc/Ember.js-Issue-Triage--ANXsBgi3NQNstI7fSMQIONfOAg-Bh6AEHTj1Bt4rXq0Awg4R) + +

+ This week we had 5 volunteers helping πŸš‘  triage old issues that were inactive, + we closed 9 and labelled 31 of 50 from last week that need a submitter response πŸ™€. + Those 31 may be closed in the next week or two. Together, we addressed 17 issues + that were inactive (and are still open πŸ“‚). We are beginning to establish a cadence + again of a team addressing issue triage πŸ› οΈ on Friday mornings. +

+

+ Thanks for your + + triage contributions + over the past two weeks πŸ€©β€¦ + @yininge, + @ryanlabouve, + @yohanmishkin, + @esbanarango, + @hakilebara, and + @pixelhandler. +

+

+ The `@emberjs/issues-team` objective is to increase signal-to-noise ratio of issues + and πŸ›  bugs so that the core team (and contributors) can take action to resolve bugs, + and spend less effort sorting the issues queue. Currently there are about 67 open bugs, of + those 25 had a reproduction (e.g. using ember-twiddle.com) + , and 1 with a pull request - total count about 270. Our aim is to get down to 150 in the next + couple months. If you'd like to help see the + #issue-triage + room in the community Discord chat. +

+--- + ## [Contributors' Corner](https://guides.emberjs.com/release/contributing/repositories/)

This week we'd like to thank @rwjblue, @toddjordan, @chadhietala, @amyrlam, @chrisrng, @Alonski, @tylerturdenpants, @anehx, @runspired, @balinterdi, @pixelhandler, @dcyriller, @dcombslinkedin, @twokul, @SparshithNR, @quajo, @Gaurav0, @smfoote, @EndangeredMassa, @jfdnc and @adityasrini for their contributions to Ember and related repositories πŸ’–!