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/ember-released-6-5.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,10 @@
2
2
title: Ember 6.5 Released
3
3
authors:
4
4
- jared-galanis
5
-
date: 2025-06-13T00:00:00.000Z
5
+
- katie-gengler
6
+
- chris-manson
7
+
- anne-greeth-schot-van-herwijnen
8
+
date: 2025-07-04T00:00:00.000Z
6
9
tags:
7
10
- releases
8
11
- '2025'
@@ -38,16 +41,16 @@ Ember.js 6.5 introduced no bug fixes.
38
41
39
42
#### Features
40
43
41
-
Ember.js 6.5 introduces 2 new features:
44
+
Ember.js 6.5 introduces 2 new features:
42
45
43
46
- A `--route-authoring-format=strict` option has been added to the route generator to generate template-tag components as route templates per [RFC #1046](https://rfcs.emberjs.com/id/1046-template-tag-in-routes).
44
-
- Options `--strict` or `--tt` were added to the Component blueprint to generate template-tag components per [RFC #0779](https://rfcs.emberjs.com/id/0779-first-class-component-templates).
47
+
- Options `--strict` or `--tt` were added to the Component blueprint to generate template-tag components per [RFC #0779](https://rfcs.emberjs.com/id/0779-first-class-component-templates).
45
48
46
49
#### Deprecations
47
50
48
51
Ember.js 6.5 introduces 1 new deprecation:
49
52
50
-
-`import Ember from 'ember'` has been deprecated per [RFC #1003](https://rfcs.emberjs.com/id/1003-deprecation-import-ember-from-ember). This deprecates many APIs that were available off of that Ember import. The deprecation guides for each of those APIs can be found [here](https://deprecations.emberjs.com/v6.x).
53
+
-`import Ember from 'ember'` has been deprecated per [RFC #1003](https://rfcs.emberjs.com/id/1003-deprecation-import-ember-from-ember). This deprecates many APIs that were available off of that Ember import. The deprecation guides for each of those APIs can be found [here](https://deprecations.emberjs.com/v6.x).
51
54
52
55
For more details on changes in Ember.js 6.5, please review the [Ember.js 6.5.0 release page](https://github.com/emberjs/ember.js/releases/tag/v6.5.0-ember-source).
0 commit comments