Skip to content

Commit 7a9adca

Browse files
authored
Merge pull request #1180 from ember-learn/blog/embertimes-202
The Ember Times No. 202 - July 23rd 2022
2 parents be41ce8 + d3db985 commit 7a9adca

File tree

1 file changed

+123
-0
lines changed

1 file changed

+123
-0
lines changed

content/the-ember-times-issue-202.md

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
---
2+
title: The Ember Times - Issue No. 202
3+
authors:
4+
- jared-galanis
5+
- chris-ng
6+
date: 2022-07-23T00:00:00.000Z
7+
tags:
8+
- newsletter
9+
- '2022'
10+
---
11+
12+
👋 Emberistas! 🐹
13+
Ember 4.5 Released 🚀,
14+
RFC: Evolving Ember's Major Version Process 🌲,
15+
RFC: Standardize npm yarn use ✨,
16+
RFC: public types for Owner, Transition, RouteInfo in FCP ⌛️,
17+
Ember Addon Roundup 🌐,
18+
Whiskey Web and Whatnot Episode with Dan Gebhardt 🔊,
19+
Modern CSS in an embroider enabled app 📖,
20+
Ember Chessboard Videos 📼
21+
22+
---
23+
24+
## [Ember 4.5 Released](https://blog.emberjs.com/ember-4-5-released)
25+
26+
Ember 4.5 was recently released and it included a few new features for Ember.js around using plain functions as helpers and a new `renderSettled` test helper. Ember CLI also introduced a few deprecations and various bug fixes.
27+
28+
Head on over to the [release post](https://blog.emberjs.com/ember-4-5-released) to get more details.
29+
30+
---
31+
32+
## [RFC: Evolving Ember's Major Version Process 🌲](https://github.com/emberjs/rfcs/pull/830)
33+
34+
[Chris Krycho (@chriskrycho)](https://github.com/chriskrycho) published an RFC on [Evolving Ember’s Major Version Process](https://github.com/emberjs/rfcs/pull/830). The RFC proposes to put major versions on a predictable 60-week cadence, similar to the [6-week minor release cadence](https://emberjs.com/releases/).
35+
36+
The RFC argues that while [Ember mentions](https://emberjs.com/releases/) that it aims to "make major releases as rare as possible” since it forces development teams to spend time researching the changes and modifying their codebase before they can upgrade, it actually makes upgrades more painful rather than less painful. For Ember users, while the major releases may be more rare, they actually become harder over time and for Ember maintainers the planning and coordination required for a major release happens on an ad hoc basis with no ability to plan for it in advance.
37+
38+
Chris presents an alternate way to use SemVer by clarifying how we use major releases and editions, namely: never couple the addition of new features to breaking changes, Ember major versions should only remove deprecated features, and Ember's big releases are labeled as "Editions” and lands as a minor release and are therefore always backwards compatible.
39+
40+
Read more about the RFC and add your comments on [GitHub](https://github.com/emberjs/rfcs/pull/830)!
41+
42+
---
43+
44+
## [RFC: Standardize npm yarn use ✨](https://github.com/emberjs/rfcs/pull/831)
45+
46+
[Mehul Chaudhari (@MehulKChaudhari)](https://github.com/MehulKChaudhari) and [Dhanush Kumar
47+
(@dhanush027)](https://github.com/dhanush027) have co-authored a 😎 new RFC that focuses on standardizing the use of yarn and npm scripts in the Ember experience rather than using Ember-specific commands. This could better align Ember with norms in the larger JavaScript community.
48+
49+
If you're interested in this subject please head over to [the RFC](https://github.com/emberjs/rfcs/pull/831), give it a read, and participate by commenting!
50+
51+
---
52+
53+
## [RFC: public types for Owner, Transition, RouteInfo in FCP ⌛️](https://twitter.com/emberjs/status/1550796034049277953)
54+
55+
The RFC for introducing public types for Owner, Transition, RouteInfo is now in its final comment period so if you're interested in participating in that discussion hurry over to the [RFC](https://github.com/emberjs/rfcs/pull/821) and leave a comment!
56+
57+
---
58+
59+
## Ember Addon Roundup 🌐
60+
61+
We’ve had several addons across the Ember ecosystem release updates recently, here’s what you may have missed:
62+
63+
- [NullVoxPopuli (@NullVoxPopuli)](https://github.com/NullVoxPopuli)'s released [v5.0.0](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/blob/main/CHANGELOG.md#500-2022-07-15) of `eslint-plugin-decorator-position` which [now supports es-lint 8](https://twitter.com/nullvoxpopuli/status/1547769958230155269).
64+
- [Nick Schot (@nickschot)](https://github.com/nickschot) [announced the v3 release](https://twitter.com/nickschot/status/1550438922882371584) of `ember-mobile-menu` which includes support for PointerEvents so gestures for mouse or pen users can be enabled. Check the [release notes](https://github.com/nickschot/ember-mobile-menu/releases/tag/v3.0.0) for a bunch of other modernizations.
65+
- Not a release, but [Chris Krycho (@chriskrycho)](https://github.com/chriskrycho) announced [a draft PR](https://github.com/emberjs/ember-test-helpers/pull/1234) that introduces public TypeScript support in `ember-test-helpers`. This is the first official library publishing types under the TypeScript support policy adopted earlier this year.
66+
- [Isaac Lee (@ijlee2)](https://github.com/ijlee2/) introduced [`ember-codemod-pod-to-octane`](https://github.com/ijlee2/ember-codemod-pod-to-octane), a codemod to help you un-pod Ember apps, addons, and engines.
67+
68+
---
69+
70+
## [Whiskey Web and Whatnot Episode with Dan Gebhardt 🔊](https://twitter.com/shipshapecode/status/1547916152055091208)
71+
72+
<!--alex ignore alumnae-alumni-->
73+
There's another new episode of Whiskey Web and Whatnot that you might want to check out and it features Ember core team alumni [Dan Gebhardt (@dgeb)](https://github.com/dgeb)! 🔥
74+
75+
[Robert Wagner (@rwwagner90)](https://github.com/rwwagner90) and [Chuck Carpenter (@chuckcarpenter)](https://github.com/chuckcarpenter) of Ship Shape chat with Dan about syncing data sources and handling spotty network connections, how Orbit.js helps to address these issues, and more!
76+
77+
Listen to [the episode](https://www.whiskeywebandwhatnot.fm/developing-orbit-and-the-future-of-cross-framework-solutions-with-dan-gebhardt/) today.
78+
79+
---
80+
81+
## [Modern CSS in an embroider enabled app 📖](https://twitter.com/evo1/status/1547312309185511426)
82+
83+
[Liam Potter (@evoactivity)](https://github.com/evoactivity) wrote a nice article about how to best use modern approaches to handling CSS in an embroider-enabled Ember app! 🙌
84+
85+
The article covers setting up PostCSS and Tailwind configs, using Webpack, and more! Go check out [the article](https://github.com/evoactivity/ember-modern-css/blob/main/README.md) today!
86+
87+
---
88+
89+
## [Ember Chessboard Videos 📼](https://twitter.com/knownasilya/status/1545585741073420288)
90+
91+
[Ilya Radchenko (@knownasilya)](https://github.com/knownasilya) released a couple of ✨ awesome new videos ✨ that run through building an Ember.js chessboard.js app using an exciting new (alpha) scaffolding library called [Engage](https://github.com/warp-drive-engineering/engage) that's authored by [Chris Thoburn (@runspired)](https://github.com/runspired)!
92+
93+
Head on over to YouTube and check out [part 1](https://www.youtube.com/watch?v=4Yt98vPyfv4) and [part 2](https://www.youtube.com/watch?v=WLGwOKD9PXo)!
94+
95+
---
96+
97+
## [👏 Contributors' corner](https://guides.emberjs.com/release/contributing/repositories/)
98+
99+
<p>This week we'd like to thank <a href="https://github.com/donaldsonjulia" rel="noopener noreferrer" target="_blank">Julia Donaldson (@donaldsonjulia)</a>, <a href="https://github.com/runspired" rel="noopener noreferrer" target="_blank">Chris Thoburn (@runspired)</a>, <a href="https://github.com/gilest" rel="noopener noreferrer" target="_blank">Giles Thompson (@gilest)</a>, <a href="https://github.com/jenweber" rel="noopener noreferrer" target="_blank">Jen Weber (@jenweber)</a>, <a href="https://github.com/wagenet" rel="noopener noreferrer" target="_blank">Peter Wagenet (@wagenet)</a>, <a href="https://github.com/kellyselden" rel="noopener noreferrer" target="_blank">Kelly Selden (@kellyselden)</a>, <a href="https://github.com/NullVoxPopuli" rel="noopener noreferrer" target="_blank">@NullVoxPopuli</a>, <a href="https://github.com/MinThaMie" rel="noopener noreferrer" target="_blank">Anne-Greeth Schot-van Herwijnen (@MinThaMie)</a>, <a href="https://github.com/bmish" rel="noopener noreferrer" target="_blank">Bryan Mishkin (@bmish)</a>, <a href="https://github.com/rwwagner90" rel="noopener noreferrer" target="_blank">Robert Wagner (@rwwagner90)</a>, <a href="https://github.com/mansona" rel="noopener noreferrer" target="_blank">Chris Manson (@mansona)</a>, <a href="https://github.com/jaredgalanis" rel="noopener noreferrer" target="_blank">Jared Galanis (@jaredgalanis)</a>, <a href="https://github.com/dhanush027" rel="noopener noreferrer" target="_blank">Dhanush Kumar (@dhanush027)</a>, <a href="https://github.com/chrisrng" rel="noopener noreferrer" target="_blank">Chris Ng (@chrisrng)</a>, <a href="https://github.com/cdransf" rel="noopener noreferrer" target="_blank">Cory Dransfeldt (@cdransf)</a>, <a href="https://github.com/maxwondercorn" rel="noopener noreferrer" target="_blank">maxwondercorn (@maxwondercorn)</a>, and <a href="https://github.com/patricklx" rel="noopener noreferrer" target="_blank">@patricklx</a> for their contributions to Ember and related repositories! 💖</p>
100+
101+
---
102+
103+
## [🤓 Connect with us](https://docs.google.com/forms/d/e/1FAIpQLScqu7Lw_9cIkRtAiXKitgkAo4xX_pV1pdCfMJgIr6Py1V-9Og/viewform)
104+
105+
<div class="blog-row">
106+
<img class="float-right small transparent padded" alt="Office Hours Tomster Mascot" title="Readers' Questions" src="/images/tomsters/officehours.png" />
107+
108+
<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>
109+
110+
<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>
111+
112+
<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>
113+
114+
<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>
115+
</div>
116+
117+
---
118+
119+
That's another wrap! ✨
120+
121+
Be kind,
122+
123+
Jared Galanis, Chris Ng, the crowd and the Learning Team

0 commit comments

Comments
 (0)