Skip to content

Commit 10628db

Browse files
committed
Set up 5.3 release blog post
1 parent 3f8eeb3 commit 10628db

File tree

1 file changed

+118
-0
lines changed

1 file changed

+118
-0
lines changed

content/ember-released-5-3.md

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
---
2+
title: Ember 5.3 Released
3+
authors:
4+
- jen-weber
5+
date: 2023-09-23T00:00:00.000Z
6+
tags:
7+
- releases
8+
- '2023'
9+
- version-5-x
10+
---
11+
12+
Today the Ember project is releasing version 5.3 of Ember.js, Ember Data, and Ember CLI. <!-- Block start: Uncomment if an LTS candidate --><!--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.--><!-- Block end -->
13+
14+
This release kicks off the 5.3.1 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.3
30+
31+
Ember.js 5.3 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.3 introduced 0 bug fixes.
36+
37+
#### Features
38+
39+
Ember.js 5.3 introduced 2 features.
40+
41+
1. Feature description
42+
2. Feature description
43+
44+
#### Deprecations
45+
46+
Ember.js 5.3 introduced 0 deprecations.
47+
48+
<!-- Block start: If there were no deprecations, remove this block -->
49+
50+
Deprecations are added to Ember.js when an API will be removed at a later date. Each deprecation has an entry in the deprecation guide describing the migration path to a more stable API. Deprecated public APIs are not removed until a major release of the framework.
51+
52+
Consider using the [ember-cli-deprecation-workflow](https://github.com/mixonic/ember-cli-deprecation-workflow) addon if you would like to upgrade your application without immediately addressing deprecations.
53+
54+
<!-- Block end -->
55+
56+
For more details on changes in Ember.js 5.3, please review the [Ember.js 5.3.0 release page](https://github.com/emberjs/ember.js/releases/tag/v5.3.0).
57+
58+
---
59+
60+
## Ember Data
61+
62+
Ember Data is the official data persistence library for Ember.js applications.
63+
64+
### Changes in Ember Data 5.3
65+
66+
#### Bug Fixes
67+
68+
Ember Data 5.3 introduced 0 bug fixes.
69+
70+
#### Features
71+
72+
Ember Data 5.3 introduced 0 features.
73+
74+
#### Deprecations
75+
76+
Ember Data 5.3 introduced 0 deprecations.
77+
78+
For more details on changes in Ember Data 5.3, please review the
79+
[Ember Data 5.3.0 release page](https://github.com/emberjs/data/releases/tag/v5.3.0).
80+
81+
---
82+
83+
## Ember CLI
84+
85+
Ember CLI is the command line interface for managing and packaging Ember.js applications.
86+
87+
### Upgrading Ember CLI
88+
89+
You may upgrade Ember CLI using the `ember-cli-update` project:
90+
91+
```bash
92+
npx ember-cli-update
93+
```
94+
95+
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).
96+
97+
While it is recommended to keep Ember CLI versions in sync with Ember and Ember Data, this is not required. After updating ember-cli, you can keep your current version(s) of Ember or Ember Data by editing `package.json` to revert the changes to the lines containing `ember-source` and `ember-data`.
98+
99+
### Changes in Ember CLI 5.3
100+
101+
#### Bug Fixes
102+
103+
Ember CLI 5.3 introduced 0 bug fixes.
104+
105+
#### Features
106+
107+
Ember CLI 5.3 introduced 0 features.
108+
109+
#### Deprecations
110+
111+
Ember CLI 5.3 introduced 0 deprecations.
112+
113+
For more details on the changes in Ember CLI 5.3 and detailed upgrade
114+
instructions, please review the [Ember CLI 5.3.0 release page](https://github.com/ember-cli/ember-cli/releases/tag/v5.3.0).
115+
116+
## Thank You!
117+
118+
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)