From 76e7f218dac445d4c673c47a5762bc136e9815ab Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 29 Jan 2021 20:40:06 -0800 Subject: [PATCH 01/23] Set up new issue --- content/the-ember-times-issue-173.md | 142 +++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 content/the-ember-times-issue-173.md diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md new file mode 100644 index 000000000..7d5ea7f49 --- /dev/null +++ b/content/the-ember-times-issue-173.md @@ -0,0 +1,142 @@ +--- +title: The Ember Times - Issue No. 173 +authors: + - the-crowd # replace with real authors from the author folder (add yourself if you're not there) +date: 2021-02-12T00:00:00.000Z +tags: + - newsletter + - '2021' +--- + + Emberistas! ๐Ÿน + + + +--- + +## [1. Section title in sentence case ๐Ÿน](section-url) + + + + + + + + +--- + +## [2. Section title in sentence case ๐Ÿน](section-url) + + + + + + + + +--- + +## [3. Section title in sentence case ๐Ÿน](section-url) + + + + + + + + +--- + +## [4. Section title in sentence case ๐Ÿน](section-url) + + + + + + + + +--- + +## [5. Section title in sentence case ๐Ÿน](section-url) + + + + + + + + +--- + +## [6. Section title in sentence case ๐Ÿน](section-url) + + + + + + + + +--- + +## [Section title in sentence case ๐Ÿน](section-url) + + + + + + + + +--- + +## [7. Section title in sentence case ๐Ÿน](section-url) + + + + + + + + +--- + +## [8. Section title in sentence 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! ๐Ÿ’–

+ +--- + +## [Connect with us ๐Ÿค“](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 or ping us @embertimes on Twitter.

+ +

Keep on top of what's been going on in Emberland this week by subscribing to our e-mail newsletter! You can also find our posts on the Ember blog. See you in two weeks!

+
+ +--- + +That's another wrap! โœจ + +Be kind, + +the crowd and the Learning Team From d6a983bcdc98c4fc327cf5ae83c41c283960e34b Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Thu, 11 Feb 2021 11:48:43 -0500 Subject: [PATCH 02/23] blog(embertimes173): ember-template-lint v3 beta --- content/the-ember-times-issue-173.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md index 7d5ea7f49..e187bb347 100644 --- a/content/the-ember-times-issue-173.md +++ b/content/the-ember-times-issue-173.md @@ -2,6 +2,7 @@ title: The Ember Times - Issue No. 173 authors: - the-crowd # replace with real authors from the author folder (add yourself if you're not there) + - chris-ng date: 2021-02-12T00:00:00.000Z tags: - newsletter @@ -9,19 +10,18 @@ tags: --- Emberistas! ๐Ÿน - +Beta release of ember-template-lint v3 โœ…, --- -## [1. Section title in sentence case ๐Ÿน](section-url) +## [Beta release of ember-template-lint v3 โœ…](https://twitter.com/melaniersumner/status/1349820518216708096) - - - +[ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) which is a linter for template files in Ember has released a [beta version of 3.0.0](https://github.com/ember-template-lint/ember-template-lint/releases/tag/v3.0.0-beta.0). This release will include the TODO feature which will help teams adopt the latest version of ember-template-lint and immediately apply linting rules to new code while allowing time to resolve existing issues. - - +As part of the 3.0.0 beta release, a lot of rules have also been [turned on in the default recommended config](https://github.com/ember-template-lint/ember-template-lint/pull/1643). This version will also [promote the octane config](https://github.com/ember-template-lint/ember-template-lint/pull/1639) into the default recommended config. + +Check out the full [plan for the 3.0.0 release](https://github.com/ember-template-lint/ember-template-lint/issues/1315) on GitHub. --- @@ -139,4 +139,4 @@ That's another wrap! โœจ Be kind, -the crowd and the Learning Team +Chris Ng, the crowd and the Learning Team From be90a5f069c5bd6d889d2b190b15de6af92a0135 Mon Sep 17 00:00:00 2001 From: ijlee2 Date: Fri, 12 Feb 2021 18:27:26 +0100 Subject: [PATCH 03/23] Covered various Ember.js learning resources --- content/the-ember-times-issue-173.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md index e187bb347..7b9f75341 100644 --- a/content/the-ember-times-issue-173.md +++ b/content/the-ember-times-issue-173.md @@ -3,6 +3,7 @@ title: The Ember Times - Issue No. 173 authors: - the-crowd # replace with real authors from the author folder (add yourself if you're not there) - chris-ng + - isaac-lee date: 2021-02-12T00:00:00.000Z tags: - newsletter @@ -11,6 +12,7 @@ tags: Emberistas! ๐Ÿน Beta release of ember-template-lint v3 โœ…, +Learn more Ember.js in 2021 ๐Ÿ’ก, --- @@ -36,14 +38,19 @@ Check out the full [plan for the 3.0.0 release](https://github.com/ember-templat --- -## [3. Section title in sentence case ๐Ÿน](section-url) +## Learn more Ember.js in 2021 ๐Ÿ’ก - - - +If you are new to Ember.js in 2021โ€”first of all, on behalf of the broader community, a warm welcome from The Ember Times! We're lucky to have you and hope that you will say hello and ask questions. ๐Ÿ‘‹๐Ÿผ - - +Over the past couple of months, several people have helped out with your learning experience by publishing blog posts and videos. We'd like to list them here for your convenience (apologies if we missed something; please let us know on `#support-ember-times` channel on [Discord](https://discord.gg/emberjs)): + +- [Ember.js Octane Basics](https://www.youtube.com/playlist?list=PLfQwL10yab39JgxX5PaVyqUkPs_0sT790) by Ilya Radchenko +- [Ember.js Tutorial for Beginners in 2020](https://www.youtube.com/playlist?list=PLk51HrKSBQ88wDXgPF-QLMfPFlLwcjTlo) +- [Ember & TypeScript](https://www.youtube.com/playlist?list=PLfQwL10yab3_MLihiat-r9l8qt8x1RD7J) by Ilya Radchenko +- [I โค Ember.js โ€” Introduction](https://medium.com/search?q=I%20%E2%9D%A4%20Ember.js%20Evan%20Martinez) by Evan Martinez +- [UI Automation Testing with Ember.js](https://www.youtube.com/watch?v=DoWdWxW1Sk0) by Palak Goel + +Please check them out to learn more about Ember.js. You can provide the authors support and encouragement by giving a thumbs up and sharing the link with others! --- @@ -139,4 +146,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 dbfd635ef1408ee4775720a5599e76a4f962c086 Mon Sep 17 00:00:00 2001 From: Isaac Lee <16869656+ijlee2@users.noreply.github.com> Date: Fri, 12 Feb 2021 22:36:57 +0100 Subject: [PATCH 04/23] Update content/the-ember-times-issue-173.md Co-authored-by: Amy Lam --- content/the-ember-times-issue-173.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md index 7b9f75341..f9c216c3b 100644 --- a/content/the-ember-times-issue-173.md +++ b/content/the-ember-times-issue-173.md @@ -42,7 +42,7 @@ Check out the full [plan for the 3.0.0 release](https://github.com/ember-templat If you are new to Ember.js in 2021โ€”first of all, on behalf of the broader community, a warm welcome from The Ember Times! We're lucky to have you and hope that you will say hello and ask questions. ๐Ÿ‘‹๐Ÿผ -Over the past couple of months, several people have helped out with your learning experience by publishing blog posts and videos. We'd like to list them here for your convenience (apologies if we missed something; please let us know on `#support-ember-times` channel on [Discord](https://discord.gg/emberjs)): +Over the past couple of months, several people have helped out with your learning experience by publishing blog posts and videos. We'd like to list them here for your convenience (apologies if we missed something; please let us know on the [`#support-ember-times`](https://discord.com/channels/480462759797063690/485450546887786506) channel on [Discord](https://discord.gg/emberjs)): - [Ember.js Octane Basics](https://www.youtube.com/playlist?list=PLfQwL10yab39JgxX5PaVyqUkPs_0sT790) by Ilya Radchenko - [Ember.js Tutorial for Beginners in 2020](https://www.youtube.com/playlist?list=PLk51HrKSBQ88wDXgPF-QLMfPFlLwcjTlo) From 38d8f3a568e18805903598562b32629dc6a86055 Mon Sep 17 00:00:00 2001 From: Isaac Lee <16869656+ijlee2@users.noreply.github.com> Date: Fri, 12 Feb 2021 22:37:18 +0100 Subject: [PATCH 05/23] Update content/the-ember-times-issue-173.md Co-authored-by: Amy Lam --- content/the-ember-times-issue-173.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md index f9c216c3b..dfa2f4400 100644 --- a/content/the-ember-times-issue-173.md +++ b/content/the-ember-times-issue-173.md @@ -45,7 +45,7 @@ If you are new to Ember.js in 2021โ€”first of all, on behalf of the broader comm Over the past couple of months, several people have helped out with your learning experience by publishing blog posts and videos. We'd like to list them here for your convenience (apologies if we missed something; please let us know on the [`#support-ember-times`](https://discord.com/channels/480462759797063690/485450546887786506) channel on [Discord](https://discord.gg/emberjs)): - [Ember.js Octane Basics](https://www.youtube.com/playlist?list=PLfQwL10yab39JgxX5PaVyqUkPs_0sT790) by Ilya Radchenko -- [Ember.js Tutorial for Beginners in 2020](https://www.youtube.com/playlist?list=PLk51HrKSBQ88wDXgPF-QLMfPFlLwcjTlo) +- [Ember.js Tutorial for Beginners in 2020](https://www.youtube.com/playlist?list=PLk51HrKSBQ88wDXgPF-QLMfPFlLwcjTlo) by Shawn Chen - [Ember & TypeScript](https://www.youtube.com/playlist?list=PLfQwL10yab3_MLihiat-r9l8qt8x1RD7J) by Ilya Radchenko - [I โค Ember.js โ€” Introduction](https://medium.com/search?q=I%20%E2%9D%A4%20Ember.js%20Evan%20Martinez) by Evan Martinez - [UI Automation Testing with Ember.js](https://www.youtube.com/watch?v=DoWdWxW1Sk0) by Palak Goel From 842e9a02f1dbe712123cfbfd717d8d2b39ae947f Mon Sep 17 00:00:00 2001 From: Isaac Lee <16869656+ijlee2@users.noreply.github.com> Date: Fri, 12 Feb 2021 22:37:24 +0100 Subject: [PATCH 06/23] Update content/the-ember-times-issue-173.md Co-authored-by: Amy Lam --- content/the-ember-times-issue-173.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md index dfa2f4400..a5c0ba001 100644 --- a/content/the-ember-times-issue-173.md +++ b/content/the-ember-times-issue-173.md @@ -46,7 +46,7 @@ Over the past couple of months, several people have helped out with your learnin - [Ember.js Octane Basics](https://www.youtube.com/playlist?list=PLfQwL10yab39JgxX5PaVyqUkPs_0sT790) by Ilya Radchenko - [Ember.js Tutorial for Beginners in 2020](https://www.youtube.com/playlist?list=PLk51HrKSBQ88wDXgPF-QLMfPFlLwcjTlo) by Shawn Chen -- [Ember & TypeScript](https://www.youtube.com/playlist?list=PLfQwL10yab3_MLihiat-r9l8qt8x1RD7J) by Ilya Radchenko +- [Ember & TypeScript series](https://www.youtube.com/playlist?list=PLfQwL10yab3_MLihiat-r9l8qt8x1RD7J) by Ilya Radchenko - [I โค Ember.js โ€” Introduction](https://medium.com/search?q=I%20%E2%9D%A4%20Ember.js%20Evan%20Martinez) by Evan Martinez - [UI Automation Testing with Ember.js](https://www.youtube.com/watch?v=DoWdWxW1Sk0) by Palak Goel From 25c048c544eb8a694c6269c881cab7ba71aeae9d Mon Sep 17 00:00:00 2001 From: Isaac Lee <16869656+ijlee2@users.noreply.github.com> Date: Fri, 12 Feb 2021 22:49:39 +0100 Subject: [PATCH 07/23] Added contributors since January 30, 2021 --- content/the-ember-times-issue-173.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md index a5c0ba001..53b26d4d0 100644 --- a/content/the-ember-times-issue-173.md +++ b/content/the-ember-times-issue-173.md @@ -122,7 +122,7 @@ Please check them out to learn more about Ember.js. You can provide the authors ## [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 Robert Jackson (@rwjblue), Dan Freeman (@dfreeman), Robert Wagner (@rwwagner90), Joรฃo Teixeira (@urbany), Chris Manson (@mansona), Alex LaFroscia (@alexlafroscia), Pat O'Callaghan (@patocallaghan), Peter Wagenet (@wagenet), Chirag Patel (@chiragpat), Ricardo Mendes (@locks), @jaydgruber, James C. Davis (@jamescdavis), whanchong (@whanchong), Chris Ng (@chrisrng), Kris Selden (@krisselden), Melanie Sumner (@MelSumner), Brenden Palmer (@brendenpalmer), Bert De Block (@bertdeblock), Vadim Kazakov (@yads), Dave Combs (@davecombs), Chris Garrett (@pzuraq), Joseph D. Sumner (@josephdsumner), @NullVoxPopuli, Tobias Bieniek (@Turbo87), David J. Hamilton (@hjdivad), Raido Kuli (@raido), Isaac Lee (@ijlee2), Jared Galanis (@jaredgalanis), Thomas Wang (@xg-wang), Matt Kobs (@kobsy), @sandstrom, Godfrey Chan (@chancancode), Dianne Eramo (@eramod), Igor Terzic (@igorT), Katie Gengler (@kategengler), Charles Pierce (@charlespierce), Travis Hoover (@thoov), Artem Zhivoderov (@azhiv), and Matthew Edwards (@wondersloth) for their contributions to Ember and related repositories! ๐Ÿ’–

--- From 2eff9ce699b2a6fba0fedf2f2d255bb8d1f64b5a Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 12 Feb 2021 18:25:43 -0800 Subject: [PATCH 08/23] Add writeup --- content/the-ember-times-issue-173.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md index 53b26d4d0..2ee47aa59 100644 --- a/content/the-ember-times-issue-173.md +++ b/content/the-ember-times-issue-173.md @@ -4,16 +4,17 @@ authors: - the-crowd # replace with real authors from the author folder (add yourself if you're not there) - chris-ng - isaac-lee + - amy-lam date: 2021-02-12T00:00:00.000Z tags: - newsletter - '2021' --- - Emberistas! ๐Ÿน +๐Ÿ‘‹ Emberistas! ๐Ÿน Beta release of ember-template-lint v3 โœ…, +Prettier for .hbs ๐Ÿ˜€ Learn more Ember.js in 2021 ๐Ÿ’ก, - --- @@ -27,14 +28,15 @@ Check out the full [plan for the 3.0.0 release](https://github.com/ember-templat --- -## [2. Section title in sentence case ๐Ÿน](section-url) +## [Prettier for .hbs ๐Ÿ˜€](https://dev.to/jelhan/format-glimmer-templates-with-prettier-ipa) - - - +Prettier is coming to an Ember `.hbs` file near you! [Prettier](https://prettier.io/) is a popular opinionated code formatter. New Ember projects get Prettier out of the box for `.js` files, and existing projects can adopt Prettier with [`ember-cli-update`](https://cli.emberjs.com/release/basic-use/upgrading/). - - +Check out [Jeldrik Hanschke (@jelhan)'s](https://github.com/jelhan) post [Format Glimmer templates with Prettier](https://dev.to/jelhan/format-glimmer-templates-with-prettier-ipa) and [tweet](https://twitter.com/jelhan1/status/1358537538932248576) to learn how to configure Prettier for Ember `.hbs` files, with specific tips to Prettier `.hbs` on save in VSCode. Note: Prettier for Glimmer templates does not (yet) respect meaningful whitespaces, which will be problematic if your application is not internationalized (i18n'd). Give it a try in your app to see if there are any gotchas. + +There is a PR from [Cyrille David (@dcyriller)](https://github.com/dcyriller) to [Move Handlebars support out of alpha to release](https://github.com/prettier/prettier/pull/10290) on Prettier as well. + + --- @@ -137,7 +139,7 @@ Please check them out to learn more about Ember.js. You can provide the authors

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 or ping us @embertimes on Twitter.

-

Keep on top of what's been going on in Emberland this week by subscribing to our e-mail newsletter! You can also find our posts on the Ember blog. See you in two weeks!

+

Keep on top of what's been going on in Emberland this week by subscribing to our e-mail newsletter, now on Substack! You can also find our posts on the Ember blog. See you in two weeks!

--- @@ -146,4 +148,4 @@ That's another wrap! โœจ Be kind, -Chris Ng, Isaac Lee, the crowd and the Learning Team +Chris Ng, Isaac Lee, Amy Lam and the Learning Team From 76f246b7dfd075ada98dae649b334b5f2296a4e9 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 12 Feb 2021 18:29:02 -0800 Subject: [PATCH 09/23] fix lint --- content/the-ember-times-issue-173.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md index 2ee47aa59..a8e79a2ca 100644 --- a/content/the-ember-times-issue-173.md +++ b/content/the-ember-times-issue-173.md @@ -36,7 +36,7 @@ Check out [Jeldrik Hanschke (@jelhan)'s](https://github.com/jelhan) post [Format There is a PR from [Cyrille David (@dcyriller)](https://github.com/dcyriller) to [Move Handlebars support out of alpha to release](https://github.com/prettier/prettier/pull/10290) on Prettier as well. - +> --- From a12968fbc5b81a1ce6a84784857e7c45f68afe76 Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Fri, 12 Feb 2021 21:32:52 -0500 Subject: [PATCH 10/23] add podcasts and pro ember data --- content/the-ember-times-issue-173.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md index 53b26d4d0..4031fe5b5 100644 --- a/content/the-ember-times-issue-173.md +++ b/content/the-ember-times-issue-173.md @@ -4,6 +4,7 @@ authors: - the-crowd # replace with real authors from the author folder (add yourself if you're not there) - chris-ng - isaac-lee + - jared-galanis date: 2021-02-12T00:00:00.000Z tags: - newsletter @@ -13,6 +14,8 @@ tags: Emberistas! ๐Ÿน Beta release of ember-template-lint v3 โœ…, Learn more Ember.js in 2021 ๐Ÿ’ก, +New Ember-related podcasts ๐ŸŽ™, +Pro Ember Data Book ๐Ÿ“–, --- @@ -54,25 +57,24 @@ Please check them out to learn more about Ember.js. You can provide the authors --- -## [4. Section title in sentence case ๐Ÿน](section-url) +## New Ember-related podcasts ๐ŸŽ™ - - - +There are a few new interesting podcasts on the block that either were recently released or will be released soon that will cover Ember-related, and other, subjects: - - +- For a more fully ember-focused podcast, check out [The Ember Report](https://twitter.com/kennethlarsen/status/1359568838401097729) by [Kenneth Larsen (@kennethlarsen)](https://github.com/kennethlarsen) and [Jan Buschtรถns (@buschtoens)](https://github.com/buschtoens). The first episode was recently recorded and should hopefully be out soon! +- If you are interested in listening to conversations that are not exclusively tech-related and don't mind hearing a bit about whiskey, but also would like to hear about some web and Ember topics, [Whiskey Web and Whatnot](https://twitter.com/shipshapecode/status/1358853436486393865), by [Robert Wagner (@rwwagner90](https://github.com/rwwagner90) and [Chuck Carpenter (@chuckcarpenter)](https://github.com/chuckcarpenter) of Ship Shape released its first episode this week! --- -## [5. Section title in sentence case ๐Ÿน](section-url) +## [Pro Ember Data Book ๐Ÿ“–](https://twitter.com/iamdtang/status/1347253677438889985) - - - +[David Tang @skaterdav85](https://github.com/skaterdav85) has recently published a new book about Ember Data ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ! If you were a fan of David's previous book, Ember Data in the Wild, you'll love the new book, Pro Ember Data! - - +Pro Ember Data covers a variety of topics that come up when working with Ember Data, including everything from adapters and serializers to polymorphic relationships and Pro Ember Data will teach you how to adapt Ember Data to fit your custom API. + +If you've been looking to deepen your knowledge about Ember Data, definitely consider getting yourself a copy. + +Bonus! David has also recently released a [blog post](https://davidtang.io/trapping-focus-in-a-modal-in-ember/) on how to make modal's more accessible. --- @@ -146,4 +148,4 @@ That's another wrap! โœจ Be kind, -Chris Ng, Isaac Lee, the crowd and the Learning Team +Chris Ng, Isaac Lee, Jared Galanis the crowd and the Learning Team From c38909371b79a68465c7965895aaab76952e0d39 Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Fri, 12 Feb 2021 21:40:14 -0500 Subject: [PATCH 11/23] fix lint --- content/the-ember-times-issue-173.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md index 4031fe5b5..7e25efb0b 100644 --- a/content/the-ember-times-issue-173.md +++ b/content/the-ember-times-issue-173.md @@ -68,6 +68,7 @@ There are a few new interesting podcasts on the block that either were recently ## [Pro Ember Data Book ๐Ÿ“–](https://twitter.com/iamdtang/status/1347253677438889985) + [David Tang @skaterdav85](https://github.com/skaterdav85) has recently published a new book about Ember Data ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ! If you were a fan of David's previous book, Ember Data in the Wild, you'll love the new book, Pro Ember Data! Pro Ember Data covers a variety of topics that come up when working with Ember Data, including everything from adapters and serializers to polymorphic relationships and Pro Ember Data will teach you how to adapt Ember Data to fit your custom API. From bc43c2bc1dd135ede198d17dfb4f1b1c1c749d40 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 12 Feb 2021 18:50:15 -0800 Subject: [PATCH 12/23] Update content/the-ember-times-issue-173.md Co-authored-by: Jared Galanis --- content/the-ember-times-issue-173.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md index a8e79a2ca..b11609829 100644 --- a/content/the-ember-times-issue-173.md +++ b/content/the-ember-times-issue-173.md @@ -32,7 +32,7 @@ Check out the full [plan for the 3.0.0 release](https://github.com/ember-templat Prettier is coming to an Ember `.hbs` file near you! [Prettier](https://prettier.io/) is a popular opinionated code formatter. New Ember projects get Prettier out of the box for `.js` files, and existing projects can adopt Prettier with [`ember-cli-update`](https://cli.emberjs.com/release/basic-use/upgrading/). -Check out [Jeldrik Hanschke (@jelhan)'s](https://github.com/jelhan) post [Format Glimmer templates with Prettier](https://dev.to/jelhan/format-glimmer-templates-with-prettier-ipa) and [tweet](https://twitter.com/jelhan1/status/1358537538932248576) to learn how to configure Prettier for Ember `.hbs` files, with specific tips to Prettier `.hbs` on save in VSCode. Note: Prettier for Glimmer templates does not (yet) respect meaningful whitespaces, which will be problematic if your application is not internationalized (i18n'd). Give it a try in your app to see if there are any gotchas. +Check out [Jeldrik Hanschke (@jelhan)'s](https://github.com/jelhan) post [Format Glimmer templates with Prettier](https://dev.to/jelhan/format-glimmer-templates-with-prettier-ipa) and [tweet](https://twitter.com/jelhan1/status/1358537538932248576) to learn how to configure Prettier for Ember `.hbs` files, with specific tips to Prettier `.hbs` on save in VS Code. Note: Prettier for Glimmer templates does not (yet) respect meaningful whitespaces, which will be problematic if your application is not internationalized (i18n'd). Give it a try in your app to see if there are any gotchas. There is a PR from [Cyrille David (@dcyriller)](https://github.com/dcyriller) to [Move Handlebars support out of alpha to release](https://github.com/prettier/prettier/pull/10290) on Prettier as well. From 0d73a1fab0cf6989344ef03349b338a1535b1295 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 12 Feb 2021 18:55:48 -0800 Subject: [PATCH 13/23] Update content/the-ember-times-issue-173.md --- content/the-ember-times-issue-173.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md index b11609829..07b037baf 100644 --- a/content/the-ember-times-issue-173.md +++ b/content/the-ember-times-issue-173.md @@ -32,6 +32,7 @@ Check out the full [plan for the 3.0.0 release](https://github.com/ember-templat Prettier is coming to an Ember `.hbs` file near you! [Prettier](https://prettier.io/) is a popular opinionated code formatter. New Ember projects get Prettier out of the box for `.js` files, and existing projects can adopt Prettier with [`ember-cli-update`](https://cli.emberjs.com/release/basic-use/upgrading/). + Check out [Jeldrik Hanschke (@jelhan)'s](https://github.com/jelhan) post [Format Glimmer templates with Prettier](https://dev.to/jelhan/format-glimmer-templates-with-prettier-ipa) and [tweet](https://twitter.com/jelhan1/status/1358537538932248576) to learn how to configure Prettier for Ember `.hbs` files, with specific tips to Prettier `.hbs` on save in VS Code. Note: Prettier for Glimmer templates does not (yet) respect meaningful whitespaces, which will be problematic if your application is not internationalized (i18n'd). Give it a try in your app to see if there are any gotchas. There is a PR from [Cyrille David (@dcyriller)](https://github.com/dcyriller) to [Move Handlebars support out of alpha to release](https://github.com/prettier/prettier/pull/10290) on Prettier as well. From 2bae039c71f42e131e3d156dc3c8bf0f3c2f910a Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 12 Feb 2021 19:00:46 -0800 Subject: [PATCH 14/23] Update content/the-ember-times-issue-173.md --- content/the-ember-times-issue-173.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md index 7e25efb0b..a0a639d43 100644 --- a/content/the-ember-times-issue-173.md +++ b/content/the-ember-times-issue-173.md @@ -61,7 +61,7 @@ Please check them out to learn more about Ember.js. You can provide the authors There are a few new interesting podcasts on the block that either were recently released or will be released soon that will cover Ember-related, and other, subjects: -- For a more fully ember-focused podcast, check out [The Ember Report](https://twitter.com/kennethlarsen/status/1359568838401097729) by [Kenneth Larsen (@kennethlarsen)](https://github.com/kennethlarsen) and [Jan Buschtรถns (@buschtoens)](https://github.com/buschtoens). The first episode was recently recorded and should hopefully be out soon! +- For a more fully Ember-focused podcast, check out [The Ember Report](https://twitter.com/kennethlarsen/status/1359568838401097729) by [Kenneth Larsen (@kennethlarsen)](https://github.com/kennethlarsen) and [Jan Buschtรถns (@buschtoens)](https://github.com/buschtoens). The first episode was recently recorded and should hopefully be out soon! - If you are interested in listening to conversations that are not exclusively tech-related and don't mind hearing a bit about whiskey, but also would like to hear about some web and Ember topics, [Whiskey Web and Whatnot](https://twitter.com/shipshapecode/status/1358853436486393865), by [Robert Wagner (@rwwagner90](https://github.com/rwwagner90) and [Chuck Carpenter (@chuckcarpenter)](https://github.com/chuckcarpenter) of Ship Shape released its first episode this week! --- From 7b6cfbcb9325566c61391f79c470ced297fcd59c Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 12 Feb 2021 19:00:51 -0800 Subject: [PATCH 15/23] Update content/the-ember-times-issue-173.md --- content/the-ember-times-issue-173.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md index a0a639d43..bc7b5bfdf 100644 --- a/content/the-ember-times-issue-173.md +++ b/content/the-ember-times-issue-173.md @@ -62,7 +62,7 @@ Please check them out to learn more about Ember.js. You can provide the authors There are a few new interesting podcasts on the block that either were recently released or will be released soon that will cover Ember-related, and other, subjects: - For a more fully Ember-focused podcast, check out [The Ember Report](https://twitter.com/kennethlarsen/status/1359568838401097729) by [Kenneth Larsen (@kennethlarsen)](https://github.com/kennethlarsen) and [Jan Buschtรถns (@buschtoens)](https://github.com/buschtoens). The first episode was recently recorded and should hopefully be out soon! -- If you are interested in listening to conversations that are not exclusively tech-related and don't mind hearing a bit about whiskey, but also would like to hear about some web and Ember topics, [Whiskey Web and Whatnot](https://twitter.com/shipshapecode/status/1358853436486393865), by [Robert Wagner (@rwwagner90](https://github.com/rwwagner90) and [Chuck Carpenter (@chuckcarpenter)](https://github.com/chuckcarpenter) of Ship Shape released its first episode this week! +- If you are interested in listening to conversations that are not exclusively tech-related and don't mind hearing a bit about whiskey, but also would like to hear about some web and Ember topics, [Whiskey Web and Whatnot](https://twitter.com/shipshapecode/status/1358853436486393865), by [Robert Wagner (@rwwagner90](https://github.com/rwwagner90) and [Chuck Carpenter (@chuckcarpenter)](https://github.com/chuckcarpenter) of Ship Shape released its first episode this week, give it a listen and follow on [Spotify](https://open.spotify.com/show/19jiuHAqzeKnkleQUpZxDf)! --- From 5f4df0fc1ac2b35dc08d250892f768e939a3791b Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 12 Feb 2021 19:00:57 -0800 Subject: [PATCH 16/23] Update content/the-ember-times-issue-173.md --- content/the-ember-times-issue-173.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md index bc7b5bfdf..36b41865e 100644 --- a/content/the-ember-times-issue-173.md +++ b/content/the-ember-times-issue-173.md @@ -69,7 +69,7 @@ There are a few new interesting podcasts on the block that either were recently ## [Pro Ember Data Book ๐Ÿ“–](https://twitter.com/iamdtang/status/1347253677438889985) -[David Tang @skaterdav85](https://github.com/skaterdav85) has recently published a new book about Ember Data ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ! If you were a fan of David's previous book, Ember Data in the Wild, you'll love the new book, Pro Ember Data! +[David Tang (@skaterdav85)](https://github.com/skaterdav85) has recently published a new book about Ember Data ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ! If you were a fan of David's previous book, Ember Data in the Wild, you'll love the new book, [Pro Ember Data](https://www.apress.com/us/book/9781484265604)! Pro Ember Data covers a variety of topics that come up when working with Ember Data, including everything from adapters and serializers to polymorphic relationships and Pro Ember Data will teach you how to adapt Ember Data to fit your custom API. From e64c4538350fc2b72afb21990b1fcb77488ce369 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 12 Feb 2021 19:02:40 -0800 Subject: [PATCH 17/23] Update the-ember-times-issue-173.md --- content/the-ember-times-issue-173.md | 34 ---------------------------- 1 file changed, 34 deletions(-) diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md index 5169ac7e5..8f9ce6532 100644 --- a/content/the-ember-times-issue-173.md +++ b/content/the-ember-times-issue-173.md @@ -1,7 +1,6 @@ --- title: The Ember Times - Issue No. 173 authors: - - the-crowd # replace with real authors from the author folder (add yourself if you're not there) - chris-ng - isaac-lee - jared-galanis @@ -93,39 +92,6 @@ Bonus! David has also recently released a [blog post](https://davidtang.io/trapp --- -## [Section title in sentence case ๐Ÿน](section-url) - - - - - - - - ---- - -## [7. Section title in sentence case ๐Ÿน](section-url) - - - - - - - - ---- - -## [8. Section title in sentence case ๐Ÿน](section-url) - - - - - - - - ---- - ## [Contributors' corner ๐Ÿ‘](https://guides.emberjs.com/release/contributing/repositories/)

This week we'd like to thank Robert Jackson (@rwjblue), Dan Freeman (@dfreeman), Robert Wagner (@rwwagner90), Joรฃo Teixeira (@urbany), Chris Manson (@mansona), Alex LaFroscia (@alexlafroscia), Pat O'Callaghan (@patocallaghan), Peter Wagenet (@wagenet), Chirag Patel (@chiragpat), Ricardo Mendes (@locks), @jaydgruber, James C. Davis (@jamescdavis), whanchong (@whanchong), Chris Ng (@chrisrng), Kris Selden (@krisselden), Melanie Sumner (@MelSumner), Brenden Palmer (@brendenpalmer), Bert De Block (@bertdeblock), Vadim Kazakov (@yads), Dave Combs (@davecombs), Chris Garrett (@pzuraq), Joseph D. Sumner (@josephdsumner), @NullVoxPopuli, Tobias Bieniek (@Turbo87), David J. Hamilton (@hjdivad), Raido Kuli (@raido), Isaac Lee (@ijlee2), Jared Galanis (@jaredgalanis), Thomas Wang (@xg-wang), Matt Kobs (@kobsy), @sandstrom, Godfrey Chan (@chancancode), Dianne Eramo (@eramod), Igor Terzic (@igorT), Katie Gengler (@kategengler), Charles Pierce (@charlespierce), Travis Hoover (@thoov), Artem Zhivoderov (@azhiv), and Matthew Edwards (@wondersloth) for their contributions to Ember and related repositories! ๐Ÿ’–

From 334b3074c5df3bde578abff136b409d5e5c352e5 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 12 Feb 2021 19:08:04 -0800 Subject: [PATCH 18/23] Update the-ember-times-issue-173.md --- content/the-ember-times-issue-173.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md index 8f9ce6532..77cac3ede 100644 --- a/content/the-ember-times-issue-173.md +++ b/content/the-ember-times-issue-173.md @@ -81,14 +81,13 @@ Bonus! David has also recently released a [blog post](https://davidtang.io/trapp --- -## [6. Section title in sentence case ๐Ÿน](section-url) +## [EmberConf community spotlight ๐Ÿ™Œ](https://emberconf.com/about/community-spotlight) - - - +Coronavirus has robbed us of lots of things, and in the conference area, one of the things we all miss most is the *Hallway Track*. The random interactions we'd have meeting strangers and old friends in between sessions, on the lunch lines, at after parties, etc. - - +We'll recapture some of this online, but nothing really replaces the feels of seeing someone else smile and hearing them tell their story. So let's get a mini version! We're looking for short (30 second to 2ยฝ minute) videos from community members, basically just saying hello. Submit your videos [here](https://emberconf.com/about/community-spotlight), and they'll be curated by emcee [Julia Donaldson (@donaldsonjulia)](https://github.com/donaldsonjulia). + + --- From 9c519338039a83f52d13f04e47d930bcb767c74a Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 12 Feb 2021 19:10:50 -0800 Subject: [PATCH 19/23] Fix lint --- content/the-ember-times-issue-173.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md index 77cac3ede..a82f6fec4 100644 --- a/content/the-ember-times-issue-173.md +++ b/content/the-ember-times-issue-173.md @@ -85,7 +85,7 @@ Bonus! David has also recently released a [blog post](https://davidtang.io/trapp Coronavirus has robbed us of lots of things, and in the conference area, one of the things we all miss most is the *Hallway Track*. The random interactions we'd have meeting strangers and old friends in between sessions, on the lunch lines, at after parties, etc. -We'll recapture some of this online, but nothing really replaces the feels of seeing someone else smile and hearing them tell their story. So let's get a mini version! We're looking for short (30 second to 2ยฝ minute) videos from community members, basically just saying hello. Submit your videos [here](https://emberconf.com/about/community-spotlight), and they'll be curated by emcee [Julia Donaldson (@donaldsonjulia)](https://github.com/donaldsonjulia). +We'll recapture some of this online, but nothing really replaces the feels of seeing someone else smile and hearing them tell their story. So let's get a mini version! We're looking for short (30 second to 2ยฝ minute) videos from community members, basically just saying hello. Submit your videos [here](https://emberconf.com/about/community-spotlight), and they'll be curated by emcee [Julia Donaldson (@donaldsonjulia)](https://github.com/donaldsonjulia). From ac0eb90a207b4cfe687707e7d07c5e130def5a93 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 12 Feb 2021 19:16:25 -0800 Subject: [PATCH 20/23] Fix lint --- content/the-ember-times-issue-173.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md index a82f6fec4..6558b5eb8 100644 --- a/content/the-ember-times-issue-173.md +++ b/content/the-ember-times-issue-173.md @@ -85,6 +85,7 @@ Bonus! David has also recently released a [blog post](https://davidtang.io/trapp Coronavirus has robbed us of lots of things, and in the conference area, one of the things we all miss most is the *Hallway Track*. The random interactions we'd have meeting strangers and old friends in between sessions, on the lunch lines, at after parties, etc. + We'll recapture some of this online, but nothing really replaces the feels of seeing someone else smile and hearing them tell their story. So let's get a mini version! We're looking for short (30 second to 2ยฝ minute) videos from community members, basically just saying hello. Submit your videos [here](https://emberconf.com/about/community-spotlight), and they'll be curated by emcee [Julia Donaldson (@donaldsonjulia)](https://github.com/donaldsonjulia). From fb2472ef7e2ce7bea900219390f16db6b8e22b7a Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 12 Feb 2021 19:20:32 -0800 Subject: [PATCH 21/23] Update, see if triggers netlify --- content/the-ember-times-issue-173.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md index 6558b5eb8..9533ca6ee 100644 --- a/content/the-ember-times-issue-173.md +++ b/content/the-ember-times-issue-173.md @@ -12,11 +12,8 @@ tags: --- ๐Ÿ‘‹ Emberistas! ๐Ÿน -Beta release of ember-template-lint v3 โœ…, -Prettier for .hbs ๐Ÿ˜€ -Learn more Ember.js in 2021 ๐Ÿ’ก, -New Ember-related podcasts ๐ŸŽ™, -Pro Ember Data Book ๐Ÿ“–, + +Beta release of ember-template-lint v3, Prettier for .hbs, learn more Ember.js in 2021, new Ember-related podcasts, Pro Ember Data book, and the EmberConf community spotlight! --- @@ -68,7 +65,7 @@ There are a few new interesting podcasts on the block that either were recently --- -## [Pro Ember Data Book ๐Ÿ“–](https://twitter.com/iamdtang/status/1347253677438889985) +## [Pro Ember Data book ๐Ÿ“–](https://twitter.com/iamdtang/status/1347253677438889985) [David Tang (@skaterdav85)](https://github.com/skaterdav85) has recently published a new book about Ember Data ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ! If you were a fan of David's previous book, Ember Data in the Wild, you'll love the new book, [Pro Ember Data](https://www.apress.com/us/book/9781484265604)! From 583cd1ab8c9de0ecfaa928ef3ba15e2e7502524e Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 12 Feb 2021 19:35:35 -0800 Subject: [PATCH 22/23] Updates --- content/the-ember-times-issue-173.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md index 9533ca6ee..c526f71e3 100644 --- a/content/the-ember-times-issue-173.md +++ b/content/the-ember-times-issue-173.md @@ -23,7 +23,7 @@ Beta release of ember-template-lint v3, Prettier for .hbs, learn more Ember.js i As part of the 3.0.0 beta release, a lot of rules have also been [turned on in the default recommended config](https://github.com/ember-template-lint/ember-template-lint/pull/1643). This version will also [promote the octane config](https://github.com/ember-template-lint/ember-template-lint/pull/1639) into the default recommended config. -Check out the full [plan for the 3.0.0 release](https://github.com/ember-template-lint/ember-template-lint/issues/1315) on GitHub. +Check out the full [plan for the 3.0.0 release](https://github.com/ember-template-lint/ember-template-lint/issues/1315) on GitHub and the related [blog post](https://blog.emberjs.com/how-to-todo-in-ember-template-lint). --- @@ -36,8 +36,6 @@ Check out [Jeldrik Hanschke (@jelhan)'s](https://github.com/jelhan) post [Format There is a PR from [Cyrille David (@dcyriller)](https://github.com/dcyriller) to [Move Handlebars support out of alpha to release](https://github.com/prettier/prettier/pull/10290) on Prettier as well. -> - --- ## Learn more Ember.js in 2021 ๐Ÿ’ก @@ -85,8 +83,6 @@ Coronavirus has robbed us of lots of things, and in the conference area, one of We'll recapture some of this online, but nothing really replaces the feels of seeing someone else smile and hearing them tell their story. So let's get a mini version! We're looking for short (30 second to 2ยฝ minute) videos from community members, basically just saying hello. Submit your videos [here](https://emberconf.com/about/community-spotlight), and they'll be curated by emcee [Julia Donaldson (@donaldsonjulia)](https://github.com/donaldsonjulia). - - --- ## [Contributors' corner ๐Ÿ‘](https://guides.emberjs.com/release/contributing/repositories/) From 77b73577c6e937378abf389b0a392b2fa8b0e2f9 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 12 Feb 2021 20:02:59 -0800 Subject: [PATCH 23/23] Copy edits --- content/the-ember-times-issue-173.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/the-ember-times-issue-173.md b/content/the-ember-times-issue-173.md index c526f71e3..18d7c8a21 100644 --- a/content/the-ember-times-issue-173.md +++ b/content/the-ember-times-issue-173.md @@ -59,7 +59,7 @@ Please check them out to learn more about Ember.js. You can provide the authors There are a few new interesting podcasts on the block that either were recently released or will be released soon that will cover Ember-related, and other, subjects: - For a more fully Ember-focused podcast, check out [The Ember Report](https://twitter.com/kennethlarsen/status/1359568838401097729) by [Kenneth Larsen (@kennethlarsen)](https://github.com/kennethlarsen) and [Jan Buschtรถns (@buschtoens)](https://github.com/buschtoens). The first episode was recently recorded and should hopefully be out soon! -- If you are interested in listening to conversations that are not exclusively tech-related and don't mind hearing a bit about whiskey, but also would like to hear about some web and Ember topics, [Whiskey Web and Whatnot](https://twitter.com/shipshapecode/status/1358853436486393865), by [Robert Wagner (@rwwagner90](https://github.com/rwwagner90) and [Chuck Carpenter (@chuckcarpenter)](https://github.com/chuckcarpenter) of Ship Shape released its first episode this week, give it a listen and follow on [Spotify](https://open.spotify.com/show/19jiuHAqzeKnkleQUpZxDf)! +- If you are interested in listening to conversations that are not exclusively tech-related and don't mind hearing a bit about whiskey, but also would like to hear about some web and Ember topics, [Whiskey Web and Whatnot](https://twitter.com/shipshapecode/status/1358853436486393865), by [Robert Wagner (@rwwagner90)](https://github.com/rwwagner90) and [Chuck Carpenter (@chuckcarpenter)](https://github.com/chuckcarpenter) of Ship Shape released its first episode this week, give it a listen and follow on [Spotify](https://open.spotify.com/show/19jiuHAqzeKnkleQUpZxDf)! ---