Skip to content

Commit 3dd50cf

Browse files
committed
Release 6.4
1 parent 4f7bba1 commit 3dd50cf

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed

content/ember-released-6-4.md

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
---
2+
title: Ember 6.4 Released
3+
authors:
4+
- jared-galanis
5+
date: 2025-05-02T00:00:00.000Z
6+
tags:
7+
- releases
8+
- '2025'
9+
- version-6-x
10+
---
11+
12+
Today the Ember project is releasing version 6.4 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+
This release kicks off the 6.5 beta cycle for all sub-projects. We encourage our community (especially addon authors) to help test these beta builds and report any bugs before they are published as a final release in six weeks' time. The [ember-try](https://github.com/ember-cli/ember-try) addon is a great way to continuously test your projects against the latest Ember releases.
15+
16+
You can read more about our general release process here:
17+
18+
- [Release Dashboard](http://emberjs.com/releases/)
19+
- [The Ember Release Cycle](https://blog.emberjs.com/new-ember-release-process/)
20+
- [The Ember Project](https://blog.emberjs.com/ember-project-at-2-0/)
21+
- [Ember LTS Releases](https://blog.emberjs.com/announcing-embers-first-lts/)
22+
23+
---
24+
25+
## Ember.js
26+
27+
Ember.js is the core framework for building ambitious web applications.
28+
29+
### Changes in Ember.js 6.4
30+
31+
Ember.js 6.4 is an incremental, backwards compatible release of Ember with bug fixes, performance improvements, and minor deprecations.
32+
33+
#### Bug fixes
34+
35+
Ember.js 6.4 includes [insert number here] bug fixes:
36+
37+
#### Features
38+
39+
Ember.js 6.4 introduces [insert number here] new features:
40+
41+
#### Deprecations
42+
43+
Ember.js 6.4 introduces [insert number here] new deprecations:
44+
45+
---
46+
47+
## EmberData
48+
49+
EmberData is the official data persistence library for Ember.js applications.
50+
51+
[NOTING HERE THAT Data 5.4 is released and we need to update this in some fashion. There is so much that was released it may make sene to cover that comprehensively in a stand alone blog post. Will discuss with Data team].
52+
53+
---
54+
55+
## Ember CLI
56+
57+
Ember CLI is the command line interface for managing and packaging Ember.js applications.
58+
59+
### Upgrading Ember CLI
60+
61+
You may upgrade Ember CLI using the `ember-cli-update` project:
62+
63+
```bash
64+
npx ember-cli-update
65+
```
66+
67+
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).
68+
69+
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`.
70+
71+
### Changes in Ember CLI 6.4
72+
73+
#### Bug fixes
74+
75+
Ember CLI 6.4 includes [insert number here] bug fixes:
76+
77+
#### Features
78+
79+
Ember CLI 6.4 introduces [insert number here] new feature:
80+
81+
#### Deprecations
82+
83+
Ember CLI 6.4 introduces [insert number here] new deprecations:
84+
85+
For more details on the changes in Ember CLI 6.4 and detailed upgrade
86+
instructions, please review the [Ember CLI 6.4.0 release page](https://github.com/ember-cli/ember-cli/releases/tag/v6.4.0).
87+
88+
## Thank You!
89+
90+
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)