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: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Ember Changelog
2
2
3
-
## v7.1.0-beta.1 (May 12, 2026)
3
+
## v7.1.0 (June 22, 2026)
4
4
5
5
-[#21068](https://github.com/emberjs/ember.js/pull/21068)[FEATURE] Build in the `{{on}}` modifier as a keyword in strict-mode templates per [RFC# 997](https://rfcs.emberjs.com/id/0997-make-on-built-in).
6
6
-[#21299](https://github.com/emberjs/ember.js/pull/21299)[FEATURE] Build in the `{{fn}}` helper as a keyword in strict-mode templates per [RFC #998](https://rfcs.emberjs.com/id/0998-make-fn-built-in).
@@ -15,6 +15,7 @@
15
15
-[#21350](https://github.com/emberjs/ember.js/pull/21350)[INTERNAL] Remove barrel file imports from internal code for better tree-shaking
16
16
-[#21402](https://github.com/emberjs/ember.js/pull/21402)[INTERNAL] Do not use any caches on release and lock publishing of `ember-source` to `npm` to require approval from select persons.
17
17
-[#21379](https://github.com/emberjs/ember.js/pull/21379)[CLEANUP] Remove old Component Lookup
18
+
-[#21468](https://github.com/emberjs/ember.js/pull/21468)[DOC] Update API docs to use template tag where appropriate
0 commit comments