Skip to content

Commit 59a5ff9

Browse files
committed
Release Ember 5.2
1 parent 71a24b9 commit 59a5ff9

File tree

1 file changed

+114
-0
lines changed

1 file changed

+114
-0
lines changed

content/ember-released-5-2.md

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
---
2+
title: Ember 5.2 Released
3+
authors:
4+
- jared-galanis
5+
date: 2023-08-15T00:00:00.000Z
6+
tags:
7+
- releases
8+
- '2023'
9+
- version-5-x
10+
---
11+
12+
Today the Ember project is releasing version 5.2 of Ember.js, EmberData, and Ember CLI.
13+
14+
This release kicks off the 5.3 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 5.2
30+
31+
Ember.js 5.2 is an incremental, backwards compatible release of Ember with bug fixes, performance improvements, and minor deprecations.
32+
33+
#### Bug Fixes
34+
35+
Ember.js 5.2 introduced 2 bug fixes:
36+
37+
- [#20505](https://github.com/emberjs/ember.js/pull/20505) Remove use of this.element in component-test and helper-test blueprints. d
38+
- [#20501](https://github.com/emberjs/ember.js/pull/20501) Fix the types for the mutation-methods of NativeArray.
39+
40+
#### Features
41+
42+
43+
Ember.js 5.2 introduced 1 feature:
44+
45+
- [#20464](https://github.com/emberjs/ember.js/pull/20464) Create public import for uniqueId helper per [RFC #659](https://rfcs.emberjs.com/id/0659-unique-id-helper).
46+
47+
#### Deprecations
48+
49+
Ember.js 5.2 introduced 0 deprecations.
50+
51+
For more details on changes in Ember.js 5.2, please review the [Ember.js 5.2.0 release page](https://github.com/emberjs/ember.js/releases/tag/v5.2.0).
52+
53+
---
54+
55+
## EmberData
56+
57+
EmberData is the official data persistence library for Ember.js applications.
58+
59+
### Changes in EmberData 5.2
60+
61+
#### Bug Fixes
62+
63+
EmberData 5.2 introduced <replace here> bug fixes:
64+
65+
66+
#### Features
67+
68+
EmberData 5.2 introduced <replace here> features.
69+
70+
#### Deprecations
71+
72+
EmberData 5.2 introduced <replace here> deprecations.
73+
74+
For more details on changes in EmberData 5.2, please review the
75+
[EmberData 5.2.0 release page](https://github.com/emberjs/data/releases/tag/v5.2.0) and for future planning please refer to the new 🔥 [EmberData Roadmap](https://github.com/emberjs/data/blob/main/ROADMAP.md).
76+
77+
---
78+
79+
## Ember CLI
80+
81+
Ember CLI is the command line interface for managing and packaging Ember.js applications.
82+
83+
### Upgrading Ember CLI
84+
85+
You may upgrade Ember CLI using the `ember-cli-update` project:
86+
87+
```bash
88+
npx ember-cli-update
89+
```
90+
91+
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).
92+
93+
While it is recommended to keep Ember CLI versions in sync with Ember and EmberData, this is not required. 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`.
94+
95+
### Changes in Ember CLI 5.2
96+
97+
#### Bug Fixes
98+
99+
Ember CLI 5.2 introduced <replace here> bug fixes:
100+
101+
#### Features
102+
103+
Ember CLI 5.2 introduced <replace here> features:
104+
105+
#### Deprecations
106+
107+
Ember CLI 5.2 introduced <replace here> deprecations.
108+
109+
For more details on the changes in Ember CLI 5.2 and detailed upgrade
110+
instructions, please review the [Ember CLI 5.2.0 release page](https://github.com/ember-cli/ember-cli/releases/tag/v5.2.0).
111+
112+
## Thank You!
113+
114+
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)