diff --git a/.changeset/gold-weeks-destroy.md b/.changeset/gold-weeks-destroy.md index 7dc111bc3..35e732a1f 100644 --- a/.changeset/gold-weeks-destroy.md +++ b/.changeset/gold-weeks-destroy.md @@ -6,6 +6,8 @@ The `map` utility resource has changed its first type-argument for better infere The utility already supported inference, so this change should not impact too many folks. +
Migration and Reasoning + When explicit type-arguments were specified, ```ts @@ -79,3 +81,5 @@ c = map(this, { expectType(c[0]); expectType(c.values()[0]); ``` + +
diff --git a/.changeset/hungry-waves-kiss.md b/.changeset/hungry-waves-kiss.md index 68730e849..ccac3bc56 100644 --- a/.changeset/hungry-waves-kiss.md +++ b/.changeset/hungry-waves-kiss.md @@ -20,9 +20,7 @@ NOTE: `trackedFunction` is an example utility of how to use auto-tracking with f and abstract away the various states involved with async behavior. Now that the heavy lifting is done by `ember-async-data`, `trackedFunction` is now more of an example of how to integrated existing tracked utilities in to resources. ---- - -**Migration** +
Migration **_Previously_, the state's `isResolved` property on `trackedFunction` was `true` on both success and error.** @@ -93,3 +91,4 @@ class Demo extends Component { } ``` +
diff --git a/.changeset/young-walls-own.md b/.changeset/young-walls-own.md index efbf40b30..5ff020cbd 100644 --- a/.changeset/young-walls-own.md +++ b/.changeset/young-walls-own.md @@ -4,6 +4,8 @@ New Utils: UpdateFrequency and FrameRate +NOTE: for existing users of `ember-resources`, this addition has no impact on your bundle. +
FrameRate Utility that uses requestAnimationFrame to report @@ -23,7 +25,7 @@ New Utils: UpdateFrequency and FrameRate
-
FrameRate +
UpdateFrequency Utility that will report the frequency of updates to tracked data.