From 3d38510bebc56a4180adc637974b4bb5a10e47f5 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Mon, 10 Dec 2018 13:12:51 -0800 Subject: [PATCH 1/9] Setup issue #77 --- .../2018-12-07-the-ember-times-issue-76.md | 2 +- .../2018-12-14-the-ember-times-issue-77.md | 93 +++++++++++++++++++ 2 files changed, 94 insertions(+), 1 deletion(-) create mode 100644 source/blog/2018-12-14-the-ember-times-issue-77.md diff --git a/source/blog/2018-12-07-the-ember-times-issue-76.md b/source/blog/2018-12-07-the-ember-times-issue-76.md index efc438ca94..78c2d06067 100644 --- a/source/blog/2018-12-07-the-ember-times-issue-76.md +++ b/source/blog/2018-12-07-the-ember-times-issue-76.md @@ -1,7 +1,7 @@ --- title: The Ember Times - Issue No. 76 author: Chris Ng, Jessica Jordan, Amy Lam, Alon Bukai -tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 +tags: Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/12/07-the-ember-times-issue-76.html" responsive: true --- diff --git a/source/blog/2018-12-14-the-ember-times-issue-77.md b/source/blog/2018-12-14-the-ember-times-issue-77.md new file mode 100644 index 0000000000..17ab419bce --- /dev/null +++ b/source/blog/2018-12-14-the-ember-times-issue-77.md @@ -0,0 +1,93 @@ +--- +title: The Ember Times - Issue No. XX +author: the crowd +tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 +alias : "blog/2018/12/14-the-ember-times-issue-77.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! 🀞

+ +
+ +--- + +## [#embertimes](https://emberjs.com/blog/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 c81e6d771b59167dd29934a58d7dbf18dfde3238 Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Wed, 12 Dec 2018 13:05:34 -0500 Subject: [PATCH 2/9] blog(embertimes77): component patterns (#3726) --- source/blog/2018-12-14-the-ember-times-issue-77.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/source/blog/2018-12-14-the-ember-times-issue-77.md b/source/blog/2018-12-14-the-ember-times-issue-77.md index 17ab419bce..7c2111feab 100644 --- a/source/blog/2018-12-14-the-ember-times-issue-77.md +++ b/source/blog/2018-12-14-the-ember-times-issue-77.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. XX -author: the crowd +author: Chris Ng, the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/12/14-the-ember-times-issue-77.html" responsive: true @@ -8,7 +8,7 @@ responsive: true Emberistas! 🐹 - +, want to learn more about component patterns πŸ“šπŸ§? --- @@ -22,8 +22,13 @@ responsive: true --- -## [SECTION TITLE](#section-url) +## [Components patterns in Ember Blog πŸ“šπŸ§](https://twitter.com/TheMacsour/status/1072088269742112768) + +[@Exelord](https://github.com/Exelord) published a blog post on [component patterns in Ember](https://medium.com/macsour/components-patterns-in-ember-js-5e6fc6eea28f). The article presents a collection of **component patterns** used in the Ember community for readers to better understand what kind of component pattern would best match their particular use case. + +[@Exelord](https://github.com/Exelord) particularly outlines 4 types of components: **presentational, contextual, container, and composable (or higher-order component)** with code samples including references! +Read more about it the [blog post](https://medium.com/macsour/components-patterns-in-ember-js-5e6fc6eea28f)! --- @@ -90,4 +95,4 @@ That's another wrap! ✨ Be kind, -the crowd and the Learning Team +Chris Ng, the crowd and the Learning Team From c4ae1efc6fea1e3409c74261de3405160091f26f Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Wed, 12 Dec 2018 16:39:16 +0100 Subject: [PATCH 3/9] blog(embertimes#77): add bool. arg. RFC --- .../2018-12-14-the-ember-times-issue-77.md | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/source/blog/2018-12-14-the-ember-times-issue-77.md b/source/blog/2018-12-14-the-ember-times-issue-77.md index 7c2111feab..ea05179c71 100644 --- a/source/blog/2018-12-14-the-ember-times-issue-77.md +++ b/source/blog/2018-12-14-the-ember-times-issue-77.md @@ -1,6 +1,6 @@ --- -title: The Ember Times - Issue No. XX -author: Chris Ng, the crowd +title: The Ember Times - Issue No. 77 +author: Chris Ng, Jessica Jordan, the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/12/14-the-ember-times-issue-77.html" responsive: true @@ -8,11 +8,19 @@ responsive: true Emberistas! 🐹 -, want to learn more about component patterns πŸ“šπŸ§? +, + +This week **boolean component arguments** 0️⃣1️⃣ are in for an **RFC**, want to learn more about component patterns πŸ“šπŸ§? --- -## [SECTION TITLE](#section-url) +## [Boolean Dreams Come True 0οΈβƒ£πŸ’­βƒ£1️⃣](https://github.com/emberjs/rfcs/pull/407) + +Ever wanted to pass **boolean arguments** to your **components** _just_ like you would pass boolean attributes - like checked or readonly - to an HTML element? + +This fresh [RFC (Request for Comments) discusses how this could become reality](https://github.com/hakubo/rfcs/blob/component-boolean-arguments/text/0000-component-boolean-arguments.md)! + +Leave your thoughts on how boolean arguments could be implemented for Ember components in the comments [below the original proposal](https://github.com/emberjs/rfcs/pull/407). --- @@ -84,7 +92,7 @@ Read more about it the [blog post](https://medium.com/macsour/components-pattern ## [#embertimes](https://emberjs.com/blog/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. +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). @@ -95,4 +103,4 @@ That's another wrap! ✨ Be kind, -Chris Ng, the crowd and the Learning Team +Chris Ng, Jessica Jordan, the crowd and the Learning Team From 3546b260307953d6126a4556eb8778efd7e7c661 Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Thu, 13 Dec 2018 19:05:23 +0100 Subject: [PATCH 4/9] blog(embertimes#77): add contributors --- source/blog/2018-12-14-the-ember-times-issue-77.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/blog/2018-12-14-the-ember-times-issue-77.md b/source/blog/2018-12-14-the-ember-times-issue-77.md index ea05179c71..742b70b1e6 100644 --- a/source/blog/2018-12-14-the-ember-times-issue-77.md +++ b/source/blog/2018-12-14-the-ember-times-issue-77.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. 77 -author: Chris Ng, Jessica Jordan, the crowd +author: Chris Ng, Jessica Jordan, Ryan Mark, Amy Lam, the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/12/14-the-ember-times-issue-77.html" responsive: true @@ -73,7 +73,7 @@ Read more about it the [blog post](https://medium.com/macsour/components-pattern ## [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, @izelnakri, @locks, @tomdale, @Turbo87, @hakilebara, @mike-north, @hakubo, @kennethlarsen, @chrisrng, @jessica-jordan, @amyrlam, @MelSumner, @igorT, @runspired, @rwwagner90, @scalvert, @mansona, @sivakumar-kailasam, @jeffhertzler, @JoaoGFarias, @BradenLawrence, @jbailey4, @rimian and @jenweber for their contributions to Ember and related repositories! πŸ’–

--- @@ -103,4 +103,4 @@ That's another wrap! ✨ Be kind, -Chris Ng, Jessica Jordan, the crowd and the Learning Team +Chris Ng, Jessica Jordan, Ryan Mark, Amy Lam, the crowd and the Learning Team From bc68bd76dcf118c71dce2f1fe375f003a9f9dc95 Mon Sep 17 00:00:00 2001 From: Kenneth Larsen Date: Fri, 14 Dec 2018 11:02:28 +0100 Subject: [PATCH 5/9] Add section on Ember 3.6 --- source/blog/2018-12-14-the-ember-times-issue-77.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/source/blog/2018-12-14-the-ember-times-issue-77.md b/source/blog/2018-12-14-the-ember-times-issue-77.md index 742b70b1e6..5bb5937c81 100644 --- a/source/blog/2018-12-14-the-ember-times-issue-77.md +++ b/source/blog/2018-12-14-the-ember-times-issue-77.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. 77 -author: Chris Ng, Jessica Jordan, Ryan Mark, Amy Lam, the crowd +author: Chris Ng, Jessica Jordan, Ryan Mark, Amy Lam, Kenneth Larsen, the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/12/14-the-ember-times-issue-77.html" responsive: true @@ -10,7 +10,7 @@ responsive: true , -This week **boolean component arguments** 0️⃣1️⃣ are in for an **RFC**, want to learn more about component patterns πŸ“šπŸ§? +This week **boolean component arguments** 0️⃣1️⃣ are in for an **RFC**, want to learn more about component patterns πŸ“šπŸ§?, Ember 3.6 released πŸš€ --- @@ -25,8 +25,10 @@ Leave your thoughts on how boolean arguments could be implemented for Ember comp --- -## [SECTION TITLE](#section-url) +## [Ember 3.6 released πŸš€](https://emberjs.com/blog/2018/12/13/ember-3-6-released.html) +Ember 3.6 is out and ready to use. This release contains the last step of the **Native Class Constructor Update RFC**. This introduces native classes in Ember but with some caveats so remember to read the [release post]([Ember.js - Ember 3.6 Released](https://emberjs.com/blog/2018/12/13/ember-3-6-released.html#toc_new-features-2)) carefully before refactoring your code base. +Ember 3.6 also contains the final stage of the **router service RFC** which includes some new methods that can improve the way you deal with routing. There’s also new deprecations and some small fixes in Ember CLI so be sure to check out the complete [release post]([Ember.js - Ember 3.6 Released](https://emberjs.com/blog/2018/12/13/ember-3-6-released.html)) --- @@ -103,4 +105,4 @@ That's another wrap! ✨ Be kind, -Chris Ng, Jessica Jordan, Ryan Mark, Amy Lam, the crowd and the Learning Team +Chris Ng, Jessica Jordan, Ryan Mark, Amy Lam, Kenneth Larsen, the crowd and the Learning Team From 5f4f06eb7ba9bcb2a294e375bd5d4e4fd46a0bc5 Mon Sep 17 00:00:00 2001 From: Kenneth Larsen Date: Fri, 14 Dec 2018 11:50:23 +0100 Subject: [PATCH 6/9] Fix links --- source/blog/2018-12-14-the-ember-times-issue-77.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/blog/2018-12-14-the-ember-times-issue-77.md b/source/blog/2018-12-14-the-ember-times-issue-77.md index 5bb5937c81..ed331586fc 100644 --- a/source/blog/2018-12-14-the-ember-times-issue-77.md +++ b/source/blog/2018-12-14-the-ember-times-issue-77.md @@ -26,9 +26,9 @@ Leave your thoughts on how boolean arguments could be implemented for Ember comp --- ## [Ember 3.6 released πŸš€](https://emberjs.com/blog/2018/12/13/ember-3-6-released.html) -Ember 3.6 is out and ready to use. This release contains the last step of the **Native Class Constructor Update RFC**. This introduces native classes in Ember but with some caveats so remember to read the [release post]([Ember.js - Ember 3.6 Released](https://emberjs.com/blog/2018/12/13/ember-3-6-released.html#toc_new-features-2)) carefully before refactoring your code base. +Ember 3.6 is out and ready to use. This release contains the last step of the **Native Class Constructor Update RFC**. This introduces native classes in Ember but with some caveats so remember to read the [release post](https://emberjs.com/blog/2018/12/13/ember-3-6-released.html#toc_new-features-2) carefully before refactoring your code base. -Ember 3.6 also contains the final stage of the **router service RFC** which includes some new methods that can improve the way you deal with routing. There’s also new deprecations and some small fixes in Ember CLI so be sure to check out the complete [release post]([Ember.js - Ember 3.6 Released](https://emberjs.com/blog/2018/12/13/ember-3-6-released.html)) +Ember 3.6 also contains the final stage of the **router service RFC** which includes some new methods that can improve the way you deal with routing. There’s also new deprecations and some small fixes in Ember CLI so be sure to check out the complete [release post](https://emberjs.com/blog/2018/12/13/ember-3-6-released.html) --- From 70eae08bf43cc73d154613b131a0d8aa4b5e29e2 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 14 Dec 2018 11:04:57 -0800 Subject: [PATCH 7/9] copy edits --- .../blog/2018-12-14-the-ember-times-issue-77.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/source/blog/2018-12-14-the-ember-times-issue-77.md b/source/blog/2018-12-14-the-ember-times-issue-77.md index ed331586fc..c691ba2447 100644 --- a/source/blog/2018-12-14-the-ember-times-issue-77.md +++ b/source/blog/2018-12-14-the-ember-times-issue-77.md @@ -1,16 +1,14 @@ --- title: The Ember Times - Issue No. 77 -author: Chris Ng, Jessica Jordan, Ryan Mark, Amy Lam, Kenneth Larsen, the crowd +author: Chris Ng, Jessica Jordan, Ryan Mark, Amy Lam, Kenneth Larsen tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/12/14-the-ember-times-issue-77.html" responsive: true --- - Emberistas! 🐹 +Salut Emberistas! 🐹 -, - -This week **boolean component arguments** 0️⃣1️⃣ are in for an **RFC**, want to learn more about component patterns πŸ“šπŸ§?, Ember 3.6 released πŸš€ +This week **boolean component arguments** 0️⃣1️⃣ are in for an **RFC**, learn more about component patterns πŸ“šπŸ§, Ember 3.6 released πŸš€... --- @@ -25,14 +23,14 @@ Leave your thoughts on how boolean arguments could be implemented for Ember comp --- -## [Ember 3.6 released πŸš€](https://emberjs.com/blog/2018/12/13/ember-3-6-released.html) +## [Ember 3.6 Released πŸš€](https://emberjs.com/blog/2018/12/13/ember-3-6-released.html) Ember 3.6 is out and ready to use. This release contains the last step of the **Native Class Constructor Update RFC**. This introduces native classes in Ember but with some caveats so remember to read the [release post](https://emberjs.com/blog/2018/12/13/ember-3-6-released.html#toc_new-features-2) carefully before refactoring your code base. -Ember 3.6 also contains the final stage of the **router service RFC** which includes some new methods that can improve the way you deal with routing. There’s also new deprecations and some small fixes in Ember CLI so be sure to check out the complete [release post](https://emberjs.com/blog/2018/12/13/ember-3-6-released.html) +Ember 3.6 also contains the final stage of the **router service RFC** which includes some new methods that can improve the way you deal with routing. There’s also new deprecations and some small fixes in Ember CLI so be sure to check out the complete [release post](https://emberjs.com/blog/2018/12/13/ember-3-6-released.html). --- -## [Components patterns in Ember Blog πŸ“šπŸ§](https://twitter.com/TheMacsour/status/1072088269742112768) +## [Components Patterns in Ember Blog πŸ“šπŸ§](https://twitter.com/TheMacsour/status/1072088269742112768) [@Exelord](https://github.com/Exelord) published a blog post on [component patterns in Ember](https://medium.com/macsour/components-patterns-in-ember-js-5e6fc6eea28f). The article presents a collection of **component patterns** used in the Ember community for readers to better understand what kind of component pattern would best match their particular use case. @@ -105,4 +103,4 @@ That's another wrap! ✨ Be kind, -Chris Ng, Jessica Jordan, Ryan Mark, Amy Lam, Kenneth Larsen, the crowd and the Learning Team +Chris Ng, Jessica Jordan, Ryan Mark, Amy Lam, Kenneth Larsen, and the Learning Team From ffa61358d92ec5fc1bb69fa5c001fdb69d6096b1 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 14 Dec 2018 11:10:59 -0800 Subject: [PATCH 8/9] Add EmberConf Remove other things --- .../2018-12-14-the-ember-times-issue-77.md | 30 ++----------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/source/blog/2018-12-14-the-ember-times-issue-77.md b/source/blog/2018-12-14-the-ember-times-issue-77.md index c691ba2447..458f086fc2 100644 --- a/source/blog/2018-12-14-the-ember-times-issue-77.md +++ b/source/blog/2018-12-14-the-ember-times-issue-77.md @@ -8,7 +8,7 @@ responsive: true Salut Emberistas! 🐹 -This week **boolean component arguments** 0️⃣1️⃣ are in for an **RFC**, learn more about component patterns πŸ“šπŸ§, Ember 3.6 released πŸš€... +This week boolean component arguments 0️⃣1️⃣ are in for an RFC, learn more about component patterns πŸ“šπŸ§, Ember 3.6 released πŸš€, and the EmberConf speakers have been announced! πŸ‘ --- @@ -40,33 +40,9 @@ Read more about it the [blog post](https://medium.com/macsour/components-pattern --- -## [SECTION TITLE](#section-url) - - ---- - -## [SECTION TITLE](#section-url) - - ---- - -## [SECTION TITLE](#section-url) - - ---- - -## [SECTION TITLE](#section-url) - - ---- - -## [SECTION TITLE](#section-url) - - ---- - -## [SECTION TITLE](#section-url) +## [EmberConf Schedule Announced πŸ“£](https://emberconf.com/schedule.html) +Save the date for **March 18-20** in Portland! The EmberConf lineup has been [announced](https://emberconf.com/schedule.html) and we're super excited for three days of learning and sharing. Congratulations to all the speakers! --- From 32a1fc940ae443234999e8e40fac94822d69e9c4 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 14 Dec 2018 11:26:04 -0800 Subject: [PATCH 9/9] Add more detail and fix emoji --- source/blog/2018-12-14-the-ember-times-issue-77.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/blog/2018-12-14-the-ember-times-issue-77.md b/source/blog/2018-12-14-the-ember-times-issue-77.md index 458f086fc2..4da8be5455 100644 --- a/source/blog/2018-12-14-the-ember-times-issue-77.md +++ b/source/blog/2018-12-14-the-ember-times-issue-77.md @@ -12,7 +12,7 @@ This week boolean component arguments 0️⃣1️⃣ are in for an RFC, learn mo --- -## [Boolean Dreams Come True 0οΈβƒ£πŸ’­βƒ£1️⃣](https://github.com/emberjs/rfcs/pull/407) +## [Boolean Dreams Come True 0οΈβƒ£β˜οΈ1️⃣](https://github.com/emberjs/rfcs/pull/407) Ever wanted to pass **boolean arguments** to your **components** _just_ like you would pass boolean attributes - like checked or readonly - to an HTML element? @@ -42,7 +42,7 @@ Read more about it the [blog post](https://medium.com/macsour/components-pattern ## [EmberConf Schedule Announced πŸ“£](https://emberconf.com/schedule.html) -Save the date for **March 18-20** in Portland! The EmberConf lineup has been [announced](https://emberconf.com/schedule.html) and we're super excited for three days of learning and sharing. Congratulations to all the speakers! +Save the date for **March 18-20** in Portland! The EmberConf lineup has been [announced](https://emberconf.com/schedule.html)! We're excited for three days of learning and sharing such as "Modern Ember with Octane", to "Developing an Ember Test Strategy", to "Dealing with Data in 2019". Congratulations to all the speakers! ---