diff --git a/source/2019-03-22-the-ember-times-issue-90.md b/source/2019-03-22-the-ember-times-issue-90.md index 4f70f6a2c..acc7afe2d 100644 --- a/source/2019-03-22-the-ember-times-issue-90.md +++ b/source/2019-03-22-the-ember-times-issue-90.md @@ -49,7 +49,7 @@ Check out the [full RFC](https://github.com/emberjs/rfcs/pull/470) on GitHub! ## [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. +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. You might be thinking, "Hey Ember Times Writer, we already have those! We have the `{{action}}` element modifier and `on*=` property bindings." However those have a [few downsides](https://github.com/emberjs/rfcs/blob/27ee4012b0bbf63d4d304e6942b91ce37107bd91/text/0000-on-modifier.md#motivation) that are fixed with the `{{on}}` modifier. @@ -64,7 +64,7 @@ An example: The following usages are equivalent: 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). +So get your modify on today and **make your voice heard** on the [open RFC](https://github.com/emberjs/rfcs/pull/471). --- diff --git a/source/2019-03-30-the-ember-times-issue-91.md b/source/2019-03-30-the-ember-times-issue-91.md index 98ffff251..6d6764a2e 100644 --- a/source/2019-03-30-the-ember-times-issue-91.md +++ b/source/2019-03-30-the-ember-times-issue-91.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. 91 -author: Anne-Greeth van Herwijnen, Chris Ng, the crowd +author: Anne-Greeth van Herwijnen, Chris Ng, Jessica Jordan, the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019 alias : "blog/2019/03/30-the-ember-times-issue-91.html" responsive: true @@ -10,7 +10,10 @@ responsive: true -Read some RFCs around Record Data Errors 📇 and extending `EmberObject` 💡, learn how to build Hangman with Ember Octane 🎬, +Read some RFCs around Record Data Errors 📇 and extending `EmberObject` 💡, learn how to build Hangman with Ember Octane 🎬, + + +...and read the exclusive interview with Ember contributor **@kategengler**. --- @@ -22,7 +25,7 @@ Read some RFCs around Record Data Errors 📇 and extending `EmberObject` 💡, ## [Record Data Errors RFC 📇](https://github.com/emberjs/rfcs/pull/465) -[@igorT](https://github.com/igorT) created a RFC to expose the content of Invalid Errors on Record Data. This RFC suggests exposing the errors provided by the server if it returns a `422`. `InvalidError` payload follows the JSON API error object spec, and if the error payload contains pointers those get mapped to attributes on a record. +[@igorT](https://github.com/igorT) created a RFC to expose the content of Invalid Errors on Record Data. This RFC suggests exposing the errors provided by the server if it returns a `422`. `InvalidError` payload follows the JSON API error object spec, and if the error payload contains pointers those get mapped to attributes on a record. For more information about the getter for the errors and the `RecordDataStoreWrapper` and an opportunity to give feedback, see the [Record Data Errors RFC](https://github.com/emberjs/rfcs/pull/465). @@ -44,7 +47,7 @@ Read more about [@classic Decorator RFC](https://github.com/emberjs/rfcs/pull/46 ## [Building a Hangman Game with Ember Octane](https://www.twitch.tv/videos/400723351) 🎬 -Husband and wife team [@mike-north](https://github.com/mike-north) and [@lisaychuang](https://github.com/lisaychuang) did a [live stream](https://www.twitch.tv/videos/400723351) on how to build a simple hangman game. They used [the Ember Octane preview](https://emberjs.com/editions/octane/) and the Glimmer components that come with it. +Husband and wife team [@mike-north](https://github.com/mike-north) and [@lisaychuang](https://github.com/lisaychuang) did a [live stream](https://www.twitch.tv/videos/400723351) on how to build a simple hangman game. They used [the Ember Octane preview](https://emberjs.com/editions/octane/) and the Glimmer components that come with it. This video is a nice introduction into the world of Ember Octane and Glimmer components and definitely shows the benefits of doing pair programming 😊. @@ -74,15 +77,24 @@ This video is a nice introduction into the world of Ember Octane and Glimmer com --- -## [SECTION TITLE](#section-url) +## ["I contribute to Ember" with Katie Gengler ✍️](https://discuss.emberjs.com/t/i-contribute-to-ember-with-katie-gengler/16374) + +
+ Katie Gengler +
+ +In our 8th edition of the contributor interview series, community member **Katie Gengler**, also known as [@kategengler](https://github.com/kategengler) talks about her work on **Ember Observer**, **Ember Try** and **RFC tracking** and why all kinds of contributions to Ember really matter. + +You can read the full interview on [the Ember Forum](https://discuss.emberjs.com/t/i-contribute-to-ember-with-katie-gengler/16374). +Read more --- ## [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 @sivakumar-kailasam, @toddjordan, @zachgarwood, @alexpark90, @mansona, @chancancode, @rwwagner90, @locks, @xjmdoo, @pzuraq, @stefanpenner, @step2yeung, @mike-north, @tomdale, @tansongyang, @dcyriller, @mwpastore, @runspired and @jessica-jordan for their contributions to Ember and related repositories! 💖

--- @@ -112,4 +124,4 @@ That's another wrap! ✨ Be kind, -Anne-Greeth van Herwijnen, Chris Ng, the crowd and the Learning Team +Anne-Greeth van Herwijnen, Chris Ng, Jessica Jordan, the crowd and the Learning Team diff --git a/source/images/blog/emberjstimes/kategengler.jpeg b/source/images/blog/emberjstimes/kategengler.jpeg new file mode 100644 index 000000000..6e4fd4bcd Binary files /dev/null and b/source/images/blog/emberjstimes/kategengler.jpeg differ