Skip to content

Commit a458c9c

Browse files
locksijlee2
authored andcommitted
add post template
1 parent 739f3b0 commit a458c9c

File tree

2 files changed

+32379
-257
lines changed

2 files changed

+32379
-257
lines changed

content/ember-3-24-released.md

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
---
2+
title: Ember VER Released
3+
author:
4+
- the-crowd # replace with real authors from the author folder (add yourself if you're not there)
5+
date: 2021-XX-XXT00:00:00.000Z
6+
tags:
7+
- releases
8+
- '2021'
9+
- version-3-x
10+
---
11+
12+
Today the Ember project is releasing version VER of Ember.js, Ember Data, and Ember CLI.
13+
14+
This release kicks off the VER+0.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 VER
30+
31+
Ember.js VER is an incremental, backwards compatible release of Ember with bugfixes, performance improvements, and minor deprecations.
32+
33+
#### Features
34+
35+
Ember.js VER introduced 2 features.
36+
37+
1. Feature description
38+
2. Feature description
39+
40+
#### Deprecations
41+
42+
Ember.js VER introduced 0 deprecations.
43+
44+
<!-- Block start: If there were no deprecations, remove this block -->
45+
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.
46+
47+
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.
48+
<!-- Block end -->
49+
50+
For more details on changes in Ember.js VER, please review the [Ember.js VER.0 release page](https://github.com/emberjs/ember.js/releases/tag/vVER.0).
51+
52+
---
53+
54+
## Ember Data
55+
56+
Ember Data is the official data persistence library for Ember.js applications.
57+
58+
### Changes in Ember Data VER
59+
60+
#### Features
61+
62+
Ember Data VER introduced 0 features.
63+
64+
#### Deprecations
65+
66+
Ember Data VER introduced 0 deprecations.
67+
68+
For more details on changes in Ember Data VER, please review the
69+
[Ember Data VER.0 release page](https://github.com/emberjs/data/releases/tag/vVER.0).
70+
71+
---
72+
73+
## Ember CLI
74+
75+
Ember CLI is the command line interface for managing and packaging Ember.js applications.
76+
77+
### Upgrading Ember CLI
78+
79+
<!--alex ignore easy-->
80+
You may upgrade Ember CLI easily using the ember-cli-update project:
81+
82+
```bash
83+
npm install -g ember-cli-update
84+
ember-cli-update
85+
```
86+
87+
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).
88+
89+
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`.
90+
91+
### Changes in Ember CLI VER
92+
93+
#### Features
94+
95+
Ember CLI VER introduced 0 features.
96+
97+
#### Deprecations
98+
99+
Ember CLI VER introduced 0 deprecations.
100+
101+
For more details on the changes in Ember CLI VER and detailed upgrade
102+
instructions, please review the [Ember CLI VER.0 release page](https://github.com/ember-cli/ember-cli/releases/tag/vVER.0).
103+
104+
## Thank You!
105+
106+
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)