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
Copy file name to clipboardExpand all lines: content/ember-released-5-1.md
+18-16Lines changed: 18 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,17 @@
1
1
---
2
2
title: Ember 5.1 Released
3
3
authors:
4
-
- the-ember-learning-team
5
-
date: 2023-06-23T00:00:00.000Z
4
+
- jen-weber
5
+
- chris-krycho
6
+
- jared-galanis
7
+
date: 2023-07-08T00:00:00.000Z
6
8
tags:
7
9
- releases
8
10
- '2023'
9
-
- version-5-x
11
+
- version-5-1
10
12
---
11
13
12
-
Today the Ember project is releasing version 5.1 of Ember.js, Ember Data, and Ember CLI.
14
+
Today the Ember project is releasing version 5.1 of Ember.js, EmberData, and Ember CLI.
13
15
14
16
This release kicks off the 5.2 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
17
@@ -56,29 +58,29 @@ For more details on changes in Ember.js 5.1, please review the [Ember.js 5.1.0 r
56
58
57
59
---
58
60
59
-
## Ember Data
61
+
## EmberData
60
62
61
-
Ember Data is the official data persistence library for Ember.js applications.
63
+
EmberData is the official data persistence library for Ember.js applications.
62
64
63
-
### Changes in Ember Data 5.1
65
+
### Changes in EmberData 5.1
64
66
65
67
#### Bug Fixes
66
68
67
-
Ember Data 5.1 introduced 0 bug fixes and some tests and documentation improvements.
69
+
EmberData 5.1 introduced 2 bug fixes:
70
+
71
+
*[#8657](https://github.com/emberjs/data/pull/8657) - ensure deprecation configs are threaded to each package
72
+
*[#8649](https://github.com/emberjs/data/pull/8649) - NotificationManager should only invoke resource/document callbacks owned by the originating store
68
73
69
74
#### Features
70
75
71
-
Ember Data 5.1 introduced 0 features.
76
+
EmberData 5.1 introduced 0 features.
72
77
73
78
#### Deprecations
74
79
75
-
Ember Data 5.1 introduced 0 deprecations.
76
-
77
-
Support for the `toJSON` method on Ember Data records has been removed. It was deprecated in `3.x` and slated for removal in `4.x`.
78
-
If your app uses this method, follow the [deprecation guide](https://deprecations.emberjs.com/ember-data/v3.x/#toc_record-toJSON).
80
+
EmberData 5.1 introduced 0 deprecations.
79
81
80
-
For more details on changes in Ember Data 5.1, please review the
81
-
[Ember Data 5.1.0 commits](https://github.com/emberjs/data/compare/v4.1.0...v5.1.0).
82
+
For more details on changes in EmberData 5.1, 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).
98
100
99
-
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`.
101
+
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