Skip to content

Commit

Permalink
add data
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgalanis committed Aug 18, 2023
1 parent 59a5ff9 commit 59af134
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions content/ember-released-5-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Ember.js 5.2 introduced 2 bug fixes:

#### Features


Ember.js 5.2 introduced 1 feature:

- [#20464](https://github.com/emberjs/ember.js/pull/20464) Create public import for uniqueId helper per [RFC #659](https://rfcs.emberjs.com/id/0659-unique-id-helper).
Expand All @@ -58,21 +57,17 @@ EmberData is the official data persistence library for Ember.js applications.

### Changes in EmberData 5.2

#### Bug Fixes

EmberData 5.2 introduced <replace here> bug fixes:

EmberData 5.2 was a re-release of EmberData 5.1.2 and contains no new work.

#### Features

EmberData 5.2 introduced <replace here> features.

#### Deprecations
EmberData 5.1.2 included [#8750](https://github.com/emberjs/data/pull/8750) which ported several bug fixes:

EmberData 5.2 introduced <replace here> deprecations.
- fix: @ember-data/debug should declare its peer-dependency on @ember-data/store [#8703](https://github.com/emberjs/data/pull/8703)
- fix: de-dupe coalescing when includes or adapterOptions is present but still use findRecord [#8704](https://github.com/emberjs/data/pull/8704)
- fix: make implicit relationship teardown following delete of related record safe [#8705](https://github.com/emberjs/data/pull/8705)
- fix: catch errors during didCommit in DEBUG [#8708](https://github.com/emberjs/data/pull/8708)

For more details on changes in EmberData 5.2, please review the
[EmberData 5.2.0 release page](https://github.com/emberjs/data/releases/tag/v5.2.0) and for future planning please refer to the new 🔥 [EmberData Roadmap](https://github.com/emberjs/data/blob/main/ROADMAP.md).
[EmberData 5.2.0 release page](https://github.com/emberjs/data/releases/tag/v5.2.0) and for future planning please refer to the new 🔥 [EmberData Roadmap](https://github.com/emberjs/data/blob/main/ROADMAP.md), which did change as a result of 5.2 being a re-release.

---

Expand Down

0 comments on commit 59af134

Please sign in to comment.