Skip to content

Commit 1c819f4

Browse files
committed
update Data; general cleanup
1 parent d9447f1 commit 1c819f4

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

content/ember-released-5-1.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
---
22
title: Ember 5.1 Released
33
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
68
tags:
79
- releases
810
- '2023'
9-
- version-5-x
11+
- version-5-1
1012
---
1113

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.
1315

1416
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.
1517

@@ -56,29 +58,29 @@ For more details on changes in Ember.js 5.1, please review the [Ember.js 5.1.0 r
5658

5759
---
5860

59-
## Ember Data
61+
## EmberData
6062

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.
6264

63-
### Changes in Ember Data 5.1
65+
### Changes in EmberData 5.1
6466

6567
#### Bug Fixes
6668

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
6873

6974
#### Features
7075

71-
Ember Data 5.1 introduced 0 features.
76+
EmberData 5.1 introduced 0 features.
7277

7378
#### Deprecations
7479

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.
7981

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
83+
[EmberData 5.0.0 release page](https://github.com/emberjs/data/releases/tag/v5.1.0).
8284

8385
---
8486

@@ -96,7 +98,7 @@ npx ember-cli-update
9698

9799
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).
98100

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`.
100102

101103
### Changes in Ember CLI 5.1
102104

0 commit comments

Comments
 (0)