You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/the-ember-times-issue-204.md
+3-42Lines changed: 3 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ authors:
5
5
- anne-greeth-schot-van-herwijnen
6
6
- bryan-mishkin
7
7
- chris-ng
8
-
date: 2022-09-04T00:00:00.000Z
8
+
date: 2022-11-06T00:00:00.000Z
9
9
tags:
10
10
- newsletter
11
11
- '2022'
@@ -22,7 +22,6 @@ Evolving Ember’s Major Version Process ⭕,
22
22
Announcing the Official TypeScript Types Public Preview 🔥,
23
23
Ember Resources Release 🎉
24
24
25
-
---
26
25
27
26
## [Ember 4.8 released 🐹](https://blog.emberjs.com/ember-4-8-released)
28
27
@@ -36,7 +35,7 @@ Head on over to the [4.8 release blog post](https://blog.emberjs.com/ember-4-8-r
36
35
37
36
## [🏗️ Dive into modern `@ember-data` - part 1](https://blog.lux.name/2-dive-into-ember-data-1/)
38
37
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`.
40
39
41
40
---
42
41
@@ -48,8 +47,6 @@ In a series of blog posts, [Lukas Kohler (@luxferrsum)](https://github.com/luxfe
48
47
49
48
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.
50
49
51
-
Ember QUnit 6.0.0 Release 🚀
52
-
53
50
---
54
51
55
52
## [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-
64
61
65
62
## [🎞 EmberFest videos are live!](https://youtube.com/playlist?list=PLN4SpDLOSVkTA8pYgcgKlo5AsQnZ0fiWV)
66
63
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!
68
65
69
66
---
70
67
@@ -96,30 +93,6 @@ Note there is a known issue when using the `@types/ember-data` packages which ar
96
93
97
94
---
98
95
99
-
## [🐹 4. Section title in sentence case](section-url)
100
-
101
-
<changesectiontitleemoji>
102
-
<consideraddingsomeboldtoyourparagraph>
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
-
<changesectiontitleemoji>
114
-
<consideraddingsomeboldtoyourparagraph>
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>
[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
136
109
137
110
---
138
111
139
-
## [🐹 7. Section title in sentence case](section-url)
140
-
141
-
<changesectiontitleemoji>
142
-
<consideraddingsomeboldtoyourparagraph>
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>
[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