You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This aligns with the latest guidance from package authors and
contributors. I updated our blog template.
Reference the README of https://github.com/emberjs/data
when in doubt.
Copy file name to clipboardExpand all lines: content/ember-released-5-3.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ tags:
10
10
- version-5-x
11
11
---
12
12
13
-
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
+
Today the Ember project is releasing version 5.3 of Ember.js, EmberData, 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 -->
14
14
15
15
This release kicks off the 5.4 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.
16
16
@@ -48,26 +48,26 @@ For more details on changes in Ember.js 5.3, please review the [Ember.js 5.3.0 r
48
48
49
49
---
50
50
51
-
## Ember Data
51
+
## EmberData
52
52
53
-
Ember Data is the official data persistence library for Ember.js applications.
53
+
EmberData is the official data persistence library for Ember.js applications.
54
54
55
-
### Changes in Ember Data 5.3
55
+
### Changes in EmberData 5.3
56
56
57
57
#### Bug Fixes
58
58
59
-
Ember Data 5.3 introduced 0 bug fixes.
59
+
EmberData 5.3 introduced 0 bug fixes.
60
60
61
61
#### Features
62
62
63
-
Ember Data 5.3 introduced 0 features.
63
+
EmberData 5.3 introduced 0 features.
64
64
65
65
#### Deprecations
66
66
67
-
Ember Data 5.3 introduced 0 deprecations.
67
+
EmberData 5.3 introduced 0 deprecations.
68
68
69
-
For more details on changes in Ember Data 5.3, please review the
70
-
[Ember Data 5.3.0 release page](https://github.com/emberjs/data/releases/tag/v5.3.0).
69
+
For more details on changes in EmberData 5.3, please review the
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).
87
87
88
-
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`.
88
+
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`.
Copy file name to clipboardExpand all lines: post-templates/emberblog-template.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ tags:
9
9
- version-4-x
10
10
---
11
11
12
-
Today the Ember project is releasing version VER 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 -->
12
+
Today the Ember project is releasing version VER of Ember.js, EmberData, 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
13
14
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
15
@@ -57,26 +57,26 @@ For more details on changes in Ember.js VER, please review the [Ember.js VER.0 r
57
57
58
58
---
59
59
60
-
## Ember Data
60
+
## EmberData
61
61
62
-
Ember Data is the official data persistence library for Ember.js applications.
62
+
EmberData is the official data persistence library for Ember.js applications.
63
63
64
-
### Changes in Ember Data VER
64
+
### Changes in EmberData VER
65
65
66
66
#### Bug Fixes
67
67
68
-
Ember Data VER introduced 0 bug fixes.
68
+
EmberData VER introduced 0 bug fixes.
69
69
70
70
#### Features
71
71
72
-
Ember Data VER introduced 0 features.
72
+
EmberData VER introduced 0 features.
73
73
74
74
#### Deprecations
75
75
76
-
Ember Data VER introduced 0 deprecations.
76
+
EmberData VER introduced 0 deprecations.
77
77
78
-
For more details on changes in Ember Data VER, please review the
79
-
[Ember Data VER.0 release page](https://github.com/emberjs/data/releases/tag/vVER.0).
78
+
For more details on changes in EmberData VER, please review the
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
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`.
97
+
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`.
0 commit comments