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
-[#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).
@@ -58,21 +57,17 @@ EmberData is the official data persistence library for Ember.js applications.
58
57
59
58
### Changes in EmberData 5.2
60
59
61
-
#### Bug Fixes
62
-
63
-
EmberData 5.2 introduced <replacehere> bug fixes:
64
-
60
+
EmberData 5.2 was a re-release of EmberData 5.1.2 and contains no new work.
65
61
66
-
#### Features
67
-
68
-
EmberData 5.2 introduced <replacehere> features.
69
-
70
-
#### Deprecations
62
+
EmberData 5.1.2 included [#8750](https://github.com/emberjs/data/pull/8750) which ported several bug fixes:
- fix: @ember-data/debug should declare its peer-dependency on @ember-data/store[#8703](https://github.com/emberjs/data/pull/8703)
65
+
- fix: de-dupe coalescing when includes or adapterOptions is present but still use findRecord [#8704](https://github.com/emberjs/data/pull/8704)
66
+
- fix: make implicit relationship teardown following delete of related record safe [#8705](https://github.com/emberjs/data/pull/8705)
67
+
- fix: catch errors during didCommit in DEBUG [#8708](https://github.com/emberjs/data/pull/8708)
73
68
74
69
For more details on changes in EmberData 5.2, please review the
75
-
[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).
70
+
[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.
0 commit comments