From 04e7113cce62e8b116808a00a31f0b1b92cd2b40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 17:31:14 +0000 Subject: [PATCH] Version Packages (next) --- .changeset/pre.json | 2 ++ CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index a850264..685c476 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -10,7 +10,9 @@ "modern-toolchain", "native-oxc-toolchain", "quiet-cats-smile", + "reactivity-graph", "safe-production-imports", + "terracotta-next-9", "toolbar-redesign" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 73c4672..4283864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 80f8e17..76f17a2 100644 --- a/package.json +++ b/package.json @@ -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",