Skip to content

Commit cdbdc6f

Browse files
authored
Merge branch 'blog/embertimes-204' into add-4-8-released
2 parents 1d05ab0 + 4017966 commit cdbdc6f

File tree

1 file changed

+3
-42
lines changed

1 file changed

+3
-42
lines changed

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

Lines changed: 3 additions & 42 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'
@@ -22,7 +22,6 @@ Evolving Ember’s Major Version Process ⭕,
2222
Announcing the Official TypeScript Types Public Preview 🔥,
2323
Ember Resources Release 🎉
2424

25-
---
2625

2726
## [Ember 4.8 released 🐹](https://blog.emberjs.com/ember-4-8-released)
2827

@@ -36,7 +35,7 @@ Head on over to the [4.8 release blog post](https://blog.emberjs.com/ember-4-8-r
3635

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

39-
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`.
38+
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`.
4039

4140
---
4241

@@ -48,8 +47,6 @@ In a series of blog posts, [Lukas Kohler (@luxferrsum)](https://github.com/luxfe
4847

4948
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.
5049

51-
Ember QUnit 6.0.0 Release 🚀
52-
5350
---
5451

5552
## [Deprecation of Ember array prototype extensions 🧹](https://rfcs.emberjs.com/id/0848-deprecate-array-prototype-extensions/)
@@ -64,7 +61,7 @@ A long-awaited [RFC](https://rfcs.emberjs.com/id/0848-deprecate-array-prototype-
6461

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

67-
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!
64+
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!
6865

6966
---
7067

@@ -96,30 +93,6 @@ Note there is a known issue when using the `@types/ember-data` packages which ar
9693

9794
---
9895

99-
## [🐹 4. Section title in sentence case](section-url)
100-
101-
<change section title emoji>
102-
<consider adding some bold to your paragraph>
103-
<add the contributor in the post in format "FirstName LastName (@githubUserName)" linked to their GitHub account>
104-
<please include link to external article/repo/etc in paragraph / body text, not just header title above>
105-
106-
<add your name to author list, top and bottom>
107-
<add short title to "SOME-INTRO-HERE">
108-
109-
---
110-
111-
## [🐹 5. Section title in sentence case](section-url)
112-
113-
<change section title emoji>
114-
<consider adding some bold to your paragraph>
115-
<add the contributor in the post in format "FirstName LastName (@githubUserName)" linked to their GitHub account>
116-
<please include link to external article/repo/etc in paragraph / body text, not just header title above>
117-
118-
<add your name to author list, top and bottom>
119-
<add short title to "SOME-INTRO-HERE">
120-
121-
---
122-
12396
## [Ember Resources Release 🎉](https://twitter.com/nullvoxpopuli/status/1568694246521319424)
12497

12598
[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.
@@ -136,18 +109,6 @@ Try it out today by [installing](https://ember-resources.pages.dev/#installation
136109

137110
---
138111

139-
## [🐹 7. Section title in sentence case](section-url)
140-
141-
<change section title emoji>
142-
<consider adding some bold to your paragraph>
143-
<add the contributor in the post in format "FirstName LastName (@githubUserName)" linked to their GitHub account>
144-
<please include link to external article/repo/etc in paragraph / body text, not just header title above>
145-
146-
<add your name to author list, top and bottom>
147-
<add short title to "SOME-INTRO-HERE">
148-
149-
---
150-
151112
## [Ember QUnit 6.0.0 Release 🚀](https://github.com/emberjs/ember-qunit/releases/tag/v6.0.0)
152113

153114
[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)