From d454fa16174c760016da992ba90c8f3661287e52 Mon Sep 17 00:00:00 2001
From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
Date: Tue, 7 Mar 2023 15:43:49 -0500
Subject: [PATCH 1/2] Update Changeset
---
.changeset/young-walls-own.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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.
From 340f2d04083069f3447674ae8d5184b4270cfb83 Mon Sep 17 00:00:00 2001
From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
Date: Tue, 7 Mar 2023 15:46:13 -0500
Subject: [PATCH 2/2] Wrap the longer changeset entries in expandy-bits
---
.changeset/gold-weeks-destroy.md | 4 ++++
.changeset/hungry-waves-kiss.md | 5 ++---
2 files changed, 6 insertions(+), 3 deletions(-)
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 {
}
```
+