Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"modern-toolchain",
"native-oxc-toolchain",
"quiet-cats-smile",
"reactivity-graph",
"safe-production-imports",
"terracotta-next-9",
"toolbar-redesign"
]
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @solidjs/start-devtools

## 1.0.0-next.5

### Patch Changes

- b1177e3: Add a reactivity graph panel to the dev toolbar.

The panel maps live signals, memos and effects as a directed graph.
Hovering a node shows its value, state, owner and edge counts.
Selecting a node highlights everything upstream and downstream of it and lists its sources and observers.
The selected node's value is shown as an expandable tree, the same one the server function panel uses for serialized values.
Nodes pulse and count changes as the app updates, and the graph can be filtered by kind or searched by name, value or owner.

- cb0e333: Update terracotta to `2.0.0-next.9`.

## 1.0.0-next.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solidjs/start-devtools",
"version": "1.0.0-next.4",
"version": "1.0.0-next.5",
"description": "Development error and server-function tooling for Solid Start mode",
"type": "module",
"module": "./dist/index.js",
Expand Down