Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Ember Times No. 205 - January 29th 2023 #1229

Merged
merged 32 commits into from
Jan 30, 2023
Merged
Changes from 8 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
5080775
Create the-ember-times-issue-205.md
jaredgalanis Nov 6, 2022
97dd407
Add ember-template-lint v5 to Issue 205 (#1236)
bmish Nov 22, 2022
ca7f8ed
Update the-ember-times-issue-205.md
MinThaMie Dec 7, 2022
b9ea6f6
Merge pull request #1241 from ember-learn/MinThaMie-patch-1
jaredgalanis Jan 8, 2023
9790767
New add-on writeup
MinThaMie Jan 9, 2023
4cdc690
Updated adding
MinThaMie Jan 9, 2023
3492c61
Update the-ember-times-issue-205.md
MinThaMie Jan 9, 2023
fab0e6e
Call for help + blogpost by Jordan
MinThaMie Jan 9, 2023
75e63e0
Merge pull request #1247 from ember-learn/MinThaMie-patch-1
jaredgalanis Jan 9, 2023
a1ed6ed
Merge branch 'blog/embertimes-205' into MinThaMie-patch-2
jaredgalanis Jan 9, 2023
3a5c1ab
Merge pull request #1248 from ember-learn/MinThaMie-patch-2
jaredgalanis Jan 9, 2023
3aeb5e9
Update content/the-ember-times-issue-205.md
jaredgalanis Jan 9, 2023
e967c45
blog(embertimes205): types youtube video
chrisrng Jan 9, 2023
257c674
byline
chrisrng Jan 9, 2023
440e10d
Merge pull request #1249 from ember-learn/chrisrng-patch-2
jaredgalanis Jan 9, 2023
b41cec9
blog(embertimes205): Fix lint issues
chrisrng Jan 9, 2023
bcb1305
More lint fixes
chrisrng Jan 9, 2023
65b92a5
Trailing space
chrisrng Jan 9, 2023
417da4a
Merge pull request #1250 from ember-learn/chrisrng-patch-2
jaredgalanis Jan 9, 2023
6cab037
Update content/the-ember-times-issue-205.md
jaredgalanis Jan 10, 2023
6ec1cfd
Update content/the-ember-times-issue-205.md
jaredgalanis Jan 10, 2023
20776d1
Update content/the-ember-times-issue-205.md
MinThaMie Jan 16, 2023
00aa1ea
Update content/the-ember-times-issue-205.md
MinThaMie Jan 16, 2023
321042b
Announced ember-codemod-v1-to-v2 in The Ember Times (#1252)
ijlee2 Jan 25, 2023
f8c28e6
Add ember 4-10 release
jaredgalanis Jan 29, 2023
9c68fbd
add 2023 tag
jaredgalanis Jan 29, 2023
45cc698
Merge pull request #1253 from ember-learn/add-ember-4-10-release
jaredgalanis Jan 29, 2023
10e4aac
Merge branch 'main' into blog/embertimes-205
jaredgalanis Jan 29, 2023
35b13fc
cleanup
jaredgalanis Jan 30, 2023
913da4e
Merge pull request #1254 from ember-learn/times-205-cleanup
jaredgalanis Jan 30, 2023
054b424
moar cleanup
jaredgalanis Jan 30, 2023
76279b4
even moar cleanup
jaredgalanis Jan 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
132 changes: 132 additions & 0 deletions content/the-ember-times-issue-205.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
---
title: The Ember Times - Issue No. 205
authors:
- jared-galanis
- bryan-mishkin
- anne-greeth-schot-van-herwijnen
date: 2022-11-20T00:00:00.000Z
tags:
- newsletter
- '2022'
---

๐Ÿ‘‹ Emberistas! ๐Ÿน

ember-template-lint 5.0 released ๐Ÿงน, EmberConf News ๐ŸŽค, new addons โœจ, updated addons ๐Ÿ“ฌ,

<SOME-INTRO-HERE-TO-KEEP-THEM-SUBSCRIBERS-READING>

---

## [ember-template-lint 5.0.0 released ๐Ÿงน](https://github.com/ember-template-lint/ember-template-lint/releases/tag/v5.0.0)

[Version 5.0](https://github.com/ember-template-lint/ember-template-lint/releases/tag/v5.0.0) has been released for [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint), the linter for best practices with Ember handlebars templates.

The key changes include:

- Linting embedded templates by default
- Adding nearly a dozen rules to the `recommended` config
- Changing a few rule names and option defaults
- Dropping support for old versions of Node

---

## ๐ŸŽค EmberConf News

We know everyone is getting excited about EmberConf and you might be wondering when it's coming. We are working on getting our ducks in a row. After three years of virtual EmberConf we're working out a way to match everybodies expectations around a possible hybrid conference. In the mean time you can of course keep working on those proposals and weโ€™ll release more details as soon as we can. Historically EmberConf has happend in March, but this time it will be later in the year. Hope to see you there!

---

## โœจ The new addons in the block

* [ember-blur](https://ember-blur.netlify.app/) - [Geordan Neukum (@geneukum)](https://github.com/geneukum) provides us an Ember modifier that allows you to blur an element dynamically.
* [ember-tsparticles](https://github.com/IgnaceMaes/ember-tsparticles) - [Ignace Maes (@IgnaceMaes)](https://github.com/IgnaceMaes) made this addon that creates an Ember.js component for using tsParticles. This allows you to easily create highly customizable JavaScript particles effects, confetti explosions and fireworks animations and use them as animated backgrounds for your website.
* [ember-metrics-simple-analytics](https://github.com/mrloop/ember-metrics-simple-analytics) - [Ewan McDougall (@mrloop)](https://github.com/mrloop) released the first version of this ember-metrics adapter for [Simple Analytics](https://simpleanalytics.com/).

---

## ๐Ÿ“ฌ Addon updates

* [ember-model-validator v4.4.0](https://github.com/esbanarango/ember-model-validator/releases/tag/v4.4.0) is now fully compatible with EmberJS 4.0+, the latest ember-data and adds Typescript support.
* [ember-container-query v3.2.0](https://github.com/ijlee2/ember-container-query/releases) now supports Glint users. The PR commits ([#140](https://github.com/ijlee2/ember-container-query/pull/140/commits) & [#141](https://github.com/ijlee2/ember-container-query/pull/1401/commits)) serve as a learning material along the [offical documentation](https://typed-ember.gitbook.io/glint/).
* [ember-test-helpers v2.9.3](https://github.com/emberjs/ember-test-helpers/releases/tag/v2.9.3) brings you TS support, performance improvements, bug fixes and documentation improvements.
* [ember-user-activity v7.0.0](https://github.com/elwayman02/ember-user-activity) adds EmberJS 4.0+ support thanks to [Ewan McDougall (@mrloop)](https://github.com/mrloop) helping with the maintainance.
* [ember-scroll-modifiers v5.0.0](https://github.com/elwayman02/ember-scroll-modifiers) supports Ember 4.9, is fully migrated to the [ember-modifier v4 API](https://github.com/ember-modifier/ember-modifier), and adds a new feature for specifying a nested scroll container target for the scroll-into-view modifier.

---

## [๐Ÿน 5. Section title in sentence case](section-url)

<change section title emoji>
<consider adding some bold to your paragraph>
<add the contributor in the post in format "FirstName LastName (@githubUserName)" linked to their GitHub account>
<please include link to external article/repo/etc in paragraph / body text, not just header title above>

<add your name to author list, top and bottom>
<add short title to "SOME-INTRO-HERE">

---

## [๐Ÿน 6. Section title in sentence case](section-url)

<change section title emoji>
<consider adding some bold to your paragraph>
<add the contributor in the post in format "FirstName LastName (@githubUserName)" linked to their GitHub account>
<please include link to external article/repo/etc in paragraph / body text, not just header title above>

<add your name to author list, top and bottom>
<add short title to "SOME-INTRO-HERE">

---

## [๐Ÿน 7. Section title in sentence case](section-url)

<change section title emoji>
<consider adding some bold to your paragraph>
<add the contributor in the post in format "FirstName LastName (@githubUserName)" linked to their GitHub account>
<please include link to external article/repo/etc in paragraph / body text, not just header title above>

<add your name to author list, top and bottom>
<add short title to "SOME-INTRO-HERE">

---

## [๐Ÿน 8. Section title in sentence case](section-url)

<change section title emoji>
<consider adding some bold to your paragraph>
<add the contributor in the post in format "FirstName LastName (@githubUserName)" linked to their GitHub account>
<please include link to external article/repo/etc in paragraph / body text, not just header title above>

<add your name to author list, top and bottom>
<add short title to "SOME-INTRO-HERE">

---

## [๐Ÿ‘ Contributors' corner](https://guides.emberjs.com/release/contributing/repositories/)

<p>This week we'd like to thank our siblings for their contributions to Ember and related repositories! ๐Ÿ’–</p>

---

## [๐Ÿค“ Connect with us](https://docs.google.com/forms/d/e/1FAIpQLScqu7Lw_9cIkRtAiXKitgkAo4xX_pV1pdCfMJgIr6Py1V-9Og/viewform)

<div class="blog-row">
<img class="float-right small transparent padded" alt="Office Hours Tomster Mascot" title="Readers' Questions" src="/images/tomsters/officehours.png" />

<p>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!</p>

<p><strong>Submit your own</strong> short and sweet <strong>question</strong> under <a href="https://bit.ly/ask-ember-core" target="rq">bit.ly/ask-ember-core</a>. And donโ€™t worry, there are no silly questions, we appreciate them all - promise! ๐Ÿคž</p>

<p>Want to write for the Ember Times? Have a suggestion for next week's issue? Join us at <a href="https://discordapp.com/channels/480462759797063690/485450546887786506">#support-ember-times</a> on the <a href="https://discord.gg/emberjs">Ember Community Discord</a> or ping us <a href="https://twitter.com/embertimes">@embertimes</a> on Twitter.</p>

<p>Keep on top of what's been going on in Emberland this week by subscribing to our <a href="https://embertimes.substack.com/">e-mail newsletter</a>! You can also find our posts on the <a href="https://blog.emberjs.com/tag/newsletter">Ember blog</a>. See you in two weeks!</p>
</div>

---

That's another wrap! โœจ

Be kind,

Jared Galanis, Bryan Mishkin, Anne-Greeth Schot-van Herwijnen and the Learning Team