diff --git a/.changeset/live-lens-pin-survivors.md b/.changeset/live-lens-pin-survivors.md deleted file mode 100644 index e672e47ff..000000000 --- a/.changeset/live-lens-pin-survivors.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@skill-map/cli': patch ---- - -The Live lens incremental layout now pins the nodes it has already placed (d3-force `fx`/`fy`) instead of re-simulating them, and keeps the whole-cloud centring forces for the cold-start run only. A node joining the live set used to nudge every other node, which read as flicker; survivors now hold their exact position and only the newcomers settle. - -## User-facing - -The Live lens map no longer jitters: when a new file starts executing, the nodes already on screen stay exactly where they were instead of drifting around it. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c7d512be..eb1af78df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ > Forward-looking plan: [`ROADMAP.md`](./ROADMAP.md).
+1.10.1 · 2026-08-15 + +### CLI Patch +- The Live lens incremental layout now pins the nodes it has already placed (d3-force `fx`/`fy`) instead of re-simulating them, and keeps the whole-cloud centring forces for the cold-start run only. A node joining the live set used to nudge every other node, which read as flicker; survivors now hold their exact position and only the newcomers settle. + +
+ +
1.10.0 · 2026-08-14 ### CLI Minor diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 43c9dd654..e85853430 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,15 @@ # skill-map +## 1.10.1 + +### Patch Changes + +- The Live lens incremental layout now pins the nodes it has already placed (d3-force `fx`/`fy`) instead of re-simulating them, and keeps the whole-cloud centring forces for the cold-start run only. A node joining the live set used to nudge every other node, which read as flicker; survivors now hold their exact position and only the newcomers settle. + + ## User-facing + + The Live lens map no longer jitters: when a new file starts executing, the nodes already on screen stay exactly where they were instead of drifting around it. + ## 1.10.0 ### Minor Changes diff --git a/src/package.json b/src/package.json index a5a3ff6c2..0f7a17db1 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "@skill-map/cli", - "version": "1.10.0", + "version": "1.10.1", "description": "skill-map reference implementation: kernel + CLI + adapters.", "license": "MIT", "type": "module", diff --git a/ui/src/data/user-changelog.json b/ui/src/data/user-changelog.json index d68444a35..a30e65ebb 100644 --- a/ui/src/data/user-changelog.json +++ b/ui/src/data/user-changelog.json @@ -1,6 +1,19 @@ { "schemaVersion": 1, "entries": [ + { + "version": "1.10.1", + "date": "2026-08-15", + "kind": "user-facing", + "highlights": [ + { + "body": "The Live lens map no longer jitters: when a new file starts executing, the nodes already on screen stay exactly where they were instead of drifting around it.", + "packages": [ + "@skill-map/cli" + ] + } + ] + }, { "version": "1.10.0", "date": "2026-08-14",