Skip to content

Commit 4017966

Browse files
authored
Merge pull request #1224 from ember-learn/cleanup-204
Cleanup Times 204
2 parents 88297c8 + f9beec7 commit 4017966

File tree

1 file changed

+10
-45
lines changed

1 file changed

+10
-45
lines changed

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

Lines changed: 10 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
- anne-greeth-schot-van-herwijnen
66
- bryan-mishkin
77
- chris-ng
8-
date: 2022-09-04T00:00:00.000Z
8+
date: 2022-11-06T00:00:00.000Z
99
tags:
1010
- newsletter
1111
- '2022'
@@ -17,31 +17,32 @@ Dive into modern `@ember-data` 🏗️,
1717
Learn how to overwrite the default transition after authentication 🗝️
1818
Deprecation of Ember array prototype extensions 🧹,
1919
Watch the movies 🎞,
20-
Evolving Ember’s Major Version Process ⭕
21-
Announcing the Official TypeScript Types Public Preview 🔥
20+
Evolving Ember’s Major Version Process ⭕,
21+
Announcing the Official TypeScript Types Public Preview 🔥,
2222
Ember Resources Release 🎉
23-
<SOME-INTRO-HERE-TO-KEEP-THEM-SUBSCRIBERS-READING>
2423

2524
---
2625

2726
## [🏗️ Dive into modern `@ember-data` - part 1](https://blog.lux.name/2-dive-into-ember-data-1/)
2827

29-
In a series of blog posts, [Lukas Kohler (@luxferrsum)](https://github.com/luxferresum) will talk about the future of `@ember-data` and how to use it from the perspective of someone that didn’t develop it. In the [first blog post](https://blog.lux.name/2-dive-into-ember-data-1/), [Lukas](https://github.com/luxferresum) will explains how to build your **own** `@ember-data/model` and use the new `@ember-data` APIs: `Schema` and `RecordData`.
28+
In a series of blog posts, [Lukas Kohler (@luxferrsum)](https://github.com/luxferresum) talks about the future of `@ember-data` and how to use it from the perspective of someone that didn’t develop it. In the [first blog post](https://blog.lux.name/2-dive-into-ember-data-1/), [Lukas](https://github.com/luxferresum) explains how to build your **own** `@ember-data/model` and use the new `@ember-data` APIs: `Schema` and `RecordData`.
3029

3130
---
31+
3232
<!-- alex ignore simple -->
33+
3334
## [🗝️ Ember Simple Auth - how to overwrite the default transition after authentication](https://sabin.dev/ember-simple-auth-how-to-overwrite-the-default-transition-after-authentication)
3435

3536
<!-- alex ignore simple -->
36-
This blog post by [Sabin Hertanu (@herzzanu)](https://github.com/herzzanu) will cover how to protect your routes, get rid of Ember Simple Auth mixins and how you can overwrite the default transitions defined in Ember Simple Auth. If you are still using the Ember Simple Auth mixins follow the steps in the [blog post](https://sabin.dev/ember-simple-auth-how-to-overwrite-the-default-transition-after-authentication) to migrate away from them and get rid of **all** deprecation warnings.
3737

38-
Ember QUnit 6.0.0 Release 🚀
38+
This blog post by [Sabin Hertanu (@herzzanu)](https://github.com/herzzanu) will cover how to protect your routes, get rid of Ember Simple Auth mixins and how you can overwrite the default transitions defined in Ember Simple Auth. If you are still using the Ember Simple Auth mixins follow the steps in the [blog post](https://sabin.dev/ember-simple-auth-how-to-overwrite-the-default-transition-after-authentication) to migrate away from them and get rid of **all** deprecation warnings.
3939

4040
---
4141

4242
## [Deprecation of Ember array prototype extensions 🧹](https://rfcs.emberjs.com/id/0848-deprecate-array-prototype-extensions/)
4343

4444
<!-- alex ignore Hang -->
45+
4546
A long-awaited [RFC](https://rfcs.emberjs.com/id/0848-deprecate-array-prototype-extensions/) written by [Hang Li (@smilland)](https://github.com/smilland) to deprecate Ember array prototype extensions was recently [merged](https://github.com/emberjs/rfcs/pull/848). Prototype extensions now come [disabled](https://github.com/ember-cli/ember-cli/pull/10017) by default as of ember-cli [v4.9.0-beta.0](https://github.com/ember-cli/ember-cli/releases/tag/v4.9.0-beta.0).
4647

4748
[Santhosh Venkata Rama Siva Thanakala Gani (@tgvrssanthosh)](https://github.com/tgvrssanthosh) has implemented an auto-fixer for the [ember/no-array-prototype-extensions](https://github.com/ember-cli/eslint-plugin-ember/blob/master/docs/rules/no-array-prototype-extensions.md) lint rule which works for all Ember array prototype extensions that do not involve reactivity in [v11.1.0](https://github.com/ember-cli/eslint-plugin-ember/releases/tag/v11.1.0) of [eslint-plugin-ember](https://github.com/ember-cli/eslint-plugin-ember). Try enabling the rule in your codebase and running the autofixer. There's also an auto-fixable [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) version of [no-array-prototype-extensions](https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/no-array-prototype-extensions.md) to try out.
@@ -50,15 +51,15 @@ A long-awaited [RFC](https://rfcs.emberjs.com/id/0848-deprecate-array-prototype-
5051

5152
## [🎞 EmberFest videos are live!](https://youtube.com/playlist?list=PLN4SpDLOSVkTA8pYgcgKlo5AsQnZ0fiWV)
5253

53-
Last September a group of Emberistas gathered in Paris to enjoy the [latest edition of EmberFest](https://emberfest.eu). The talks of this awesome hybrid event are now live on [YouTube](https://youtube.com/playlist?list=PLN4SpDLOSVkTA8pYgcgKlo5AsQnZ0fiWV). So if you missed a talk because of timezone struggles, want to watch back your own amazing performance or are interested in the talks in general, go check [**them**](https://youtube.com/playlist?list=PLN4SpDLOSVkTA8pYgcgKlo5AsQnZ0fiWV) out right now!
54+
Last September a group of Emberistas gathered in Paris to enjoy the [latest edition of EmberFest](https://emberfest.eu). The talks of this awesome hybrid event are now live on [YouTube](https://youtube.com/playlist?list=PLN4SpDLOSVkTA8pYgcgKlo5AsQnZ0fiWV). So if you missed a talk because of timezone struggles, want to watch your own amazing performance or are interested in the talks in general, go check [**them**](https://youtube.com/playlist?list=PLN4SpDLOSVkTA8pYgcgKlo5AsQnZ0fiWV) out right now!
5455

5556
---
5657

5758
## [Evolving Ember’s Major Version Process ⭕](https://blog.emberjs.com/evolving-embers-major-version-process)
5859

5960
Starting in the current 4.0 cycle, Ember major versions will be 18 months long, running from the `.0` release up to the `.12` release, and then starting a new major version as outlined in [RFC 0830](https://rfcs.emberjs.com/id/0830-evolving-embers-major-version-process/). This means that you can expect 5.0 in May 2023, 6.0 in November 2024, 7.0 in May 2026, and so on.
6061

61-
While this is a significant shift in how we think about *major* versions in Ember, there are a lot of things which remain unchanged:
62+
While this is a significant shift in how we think about _major_ versions in Ember, there are a lot of things which remain unchanged:
6263

6364
- **Our approach to minor releases is not changing.** We will keep releasing on the same steady cadence. Features will be in, or not, based on whether they’re ready.
6465
- **Our approach to Long Term Support releases is not changing.** That means that every major version will have 3 LTS releases over its life: the `.4`, `.8`, and `.12` releases.
@@ -82,30 +83,6 @@ Note there is a known issue when using the `@types/ember-data` packages which ar
8283

8384
---
8485

85-
## [🐹 4. Section title in sentence case](section-url)
86-
87-
<change section title emoji>
88-
<consider adding some bold to your paragraph>
89-
<add the contributor in the post in format "FirstName LastName (@githubUserName)" linked to their GitHub account>
90-
<please include link to external article/repo/etc in paragraph / body text, not just header title above>
91-
92-
<add your name to author list, top and bottom>
93-
<add short title to "SOME-INTRO-HERE">
94-
95-
---
96-
97-
## [🐹 5. Section title in sentence case](section-url)
98-
99-
<change section title emoji>
100-
<consider adding some bold to your paragraph>
101-
<add the contributor in the post in format "FirstName LastName (@githubUserName)" linked to their GitHub account>
102-
<please include link to external article/repo/etc in paragraph / body text, not just header title above>
103-
104-
<add your name to author list, top and bottom>
105-
<add short title to "SOME-INTRO-HERE">
106-
107-
---
108-
10986
## [Ember Resources Release 🎉](https://twitter.com/nullvoxpopuli/status/1568694246521319424)
11087

11188
[Thomas Gossmann (@gossi)](https://github.com/gossi) together with [NullVoxPopuli (@NullVoxPopuli)](https://github.com/NullVoxPopuli) released a new version of [ember-resources](https://github.com/NullVoxPopuli/ember-resources), an addon that implements the [Resource pattern](https://ember-resources.pages.dev/#what-is-a-resource). The new release starting in [v5.4.0](https://github.com/NullVoxPopuli/ember-resources/releases/tag/v5.4.0) adds the "owner" (app/engine instance) to function-based resources so now resources can access services, or whatever else is in the registry.
@@ -122,18 +99,6 @@ Try it out today by [installing](https://ember-resources.pages.dev/#installation
12299

123100
---
124101

125-
## [🐹 7. Section title in sentence case](section-url)
126-
127-
<change section title emoji>
128-
<consider adding some bold to your paragraph>
129-
<add the contributor in the post in format "FirstName LastName (@githubUserName)" linked to their GitHub account>
130-
<please include link to external article/repo/etc in paragraph / body text, not just header title above>
131-
132-
<add your name to author list, top and bottom>
133-
<add short title to "SOME-INTRO-HERE">
134-
135-
---
136-
137102
## [Ember QUnit 6.0.0 Release 🚀](https://github.com/emberjs/ember-qunit/releases/tag/v6.0.0)
138103

139104
[Chris Krycho (@chriskrycho)](https://github.com/chriskrycho) along with [Bert De Block (@bertdeblock)](https://github.com/bertdeblock) and [Francesco Novy (@mydea)](https://github.com/mydea) released ember-qunit v6.0.0, which adds full support for Ember v4, including [ember-auto-import](https://github.com/ef4/ember-auto-import) v2, and drops support for Ember versions before v3.24, and fixes bugs around focus related tests.

0 commit comments

Comments
 (0)