Skip to content

Commit 88bb307

Browse files
committed
Release 6.8
1 parent 551908c commit 88bb307

File tree

1 file changed

+95
-0
lines changed

1 file changed

+95
-0
lines changed

content/ember-released-6-8.md

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
---
2+
title: Ember 6.8 Released
3+
authors:
4+
- jared-galanis
5+
date: 2025-10-15T00:00:00.000Z
6+
tags:
7+
- releases
8+
- '2025'
9+
- version-6-x
10+
---
11+
12+
Today the Ember project is releasing version 6.8 of Ember.js and Ember CLI. This release of Ember.js is an LTS (Long Term Support) candidate. LTS candidates prioritize stability over the addition of new features, and have an extended support schedule.
13+
14+
A release of Ember is comprised of many projects: ember-source, ember-cli, and all the learning team projects. We follow a [6-week release train](http://emberjs.com/releases/) that includes alpha and beta cycles to ensure changes are well-tested. We encourage our community (especially addon authors) to help test the beta builds and report any bugs before they are published as a final release. The `ember-try` addon is a great way to continuously test your projects against the latest Ember releases. While we only consider the release to be complete upon publication of the blog post, the 6-week cycle is anchored by the release of the ember-source package at the beginning of the process. Releases x.4, x.8 and x.12 will become an LTS candidate, so checkout [Ember LTS Releases](https://blog.emberjs.com/announcing-embers-first-lts/) if you want to know more.
15+
16+
---
17+
18+
## Ember.js
19+
20+
Ember.js is the core framework for building ambitious web applications.
21+
22+
### Changes in Ember.js 6.8
23+
24+
Ember.js 6.8 is an incremental, backwards compatible release of Ember with bug fixes, performance improvements, and minor deprecations.
25+
26+
#### Bug fixes
27+
28+
Ember.js 6.8 introduced <insert number here> bug fixes.
29+
30+
#### Features
31+
32+
Ember.js 6.8 introduces <insert number here> new features.
33+
34+
#### Deprecations
35+
36+
Ember.js 6.8 introduces <insert number here> new deprecations.
37+
38+
For more details on changes in Ember.js 6.8, please review the [Ember.js 6.8.0 release page](https://github.com/emberjs/ember.js/releases/tag/v6.8.0-ember-source).
39+
40+
---
41+
42+
## EmberData
43+
44+
EmberData is the official data persistence library for Ember.js applications.
45+
46+
EmberData 5.7 has been released, and along with EmberData 5.6, 5.5 and 5.4, there are many updates that will be more extensively covered in a full stand alone blog post.
47+
48+
EmberData is also in the process of rebranding to WarpDrive. Stay tuned for more info!
49+
50+
To learn about the motivation and goals for upcoming changes to EmberData in 5.x,
51+
read the [blog post, EmberData 5.X Update](https://blog.emberjs.com/ember-data-5-x-update-2023-04-15/).
52+
53+
<!-- alex ignore retext-equality -->
54+
55+
This will help you form the mental model of what to expect across the 5.x series,
56+
and understand deprecation removals in the context of the upcoming goals.
57+
58+
---
59+
60+
## Ember CLI
61+
62+
Ember CLI is the command line interface for managing and packaging Ember.js applications.
63+
64+
### Upgrading Ember CLI
65+
66+
You may upgrade Ember CLI using the `ember-cli-update` project:
67+
68+
```bash
69+
npx ember-cli-update
70+
```
71+
72+
This utility will help you to update your app or addon to the latest Ember CLI version. You will probably encounter merge conflicts, in which the default behavior is to let you resolve conflicts on your own. For more information on the `ember-cli-update` project, see [the GitHub README](https://github.com/ember-cli/ember-cli-update).
73+
74+
It is not required to keep Ember CLI versions in sync with Ember and EmberData. After updating ember-cli, you can keep your current version(s) of Ember or EmberData by editing `package.json` to revert the changes to the lines containing `ember-source` and `ember-data`.
75+
76+
### Changes in Ember CLI 6.8
77+
78+
#### Bug fixes
79+
80+
Ember CLI 6.8 introduced <insert number here> bug fixes.
81+
82+
#### Features
83+
84+
Ember CLI 6.8 introduces <insert number here> new features.
85+
86+
#### Deprecations
87+
88+
Ember CLI 6.8 introduces <insert number here> new deprecations.
89+
90+
For more details on the changes in Ember CLI 6.8 and detailed upgrade
91+
instructions, please review the [Ember CLI 6.8.0 release page](https://github.com/ember-cli/ember-cli/releases/tag/v6.8.0-ember-cli).
92+
93+
## Thank You!
94+
95+
As a community-driven open-source project with an ambitious scope, each of these releases serves as a reminder that the Ember project would not have been possible without your continued support. We are extremely grateful to our contributors for their efforts.

0 commit comments

Comments
 (0)