Skip to content

Commit 05aac27

Browse files
committed
chore: add changeset for changed keys feature
1 parent fc58072 commit 05aac27

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.changeset/surface-changed-keys.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"agent-react-devtools": minor
3+
---
4+
5+
Surface specific changed prop/state/hook keys in profiling output
6+
7+
Profiling reports and commit details now show *which* props, state keys, and hooks changed, not just *that* they changed.
8+
9+
- `profile report` and `profile slow` append `changed: props: onClick, className state: count` lines
10+
- `profile rerenders` and `profile commit` include the same detail per component
11+
- Keys are deduplicated across commits in aggregate reports
12+
- Empty keys produce no extra output (backward-compatible)

0 commit comments

Comments
 (0)