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
## [🏗️ Dive into modern `@ember-data` - part 1](https://blog.lux.name/2-dive-into-ember-data-1/)
28
27
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`.
30
29
31
30
---
31
+
32
32
<!-- alex ignore simple -->
33
+
33
34
## [🗝️ 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)
34
35
35
36
<!-- 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.
37
37
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.
39
39
40
40
---
41
41
42
42
## [Deprecation of Ember array prototype extensions 🧹](https://rfcs.emberjs.com/id/0848-deprecate-array-prototype-extensions/)
43
43
44
44
<!-- alex ignore Hang -->
45
+
45
46
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).
46
47
47
48
[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-
50
51
51
52
## [🎞 EmberFest videos are live!](https://youtube.com/playlist?list=PLN4SpDLOSVkTA8pYgcgKlo5AsQnZ0fiWV)
52
53
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!
54
55
55
56
---
56
57
57
58
## [Evolving Ember’s Major Version Process ⭕](https://blog.emberjs.com/evolving-embers-major-version-process)
58
59
59
60
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.
60
61
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:
62
63
63
64
-**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.
64
65
-**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
82
83
83
84
---
84
85
85
-
## [🐹 4. Section title in sentence case](section-url)
86
-
87
-
<changesectiontitleemoji>
88
-
<consideraddingsomeboldtoyourparagraph>
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
-
<changesectiontitleemoji>
100
-
<consideraddingsomeboldtoyourparagraph>
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>
[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
122
99
123
100
---
124
101
125
-
## [🐹 7. Section title in sentence case](section-url)
126
-
127
-
<changesectiontitleemoji>
128
-
<consideraddingsomeboldtoyourparagraph>
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>
[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