stratagate-dsh 0.2.29 → 0.2.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.30 - 2026-08-25
4
+
5
+ - Add compact minus, slider, and plus controls to the Knowledge Graph for faster zoom adjustments.
6
+ - Synchronize the visible zoom control with mouse-wheel zoom while keeping button and slider zoom centered on the graph canvas.
7
+
3
8
  ## 0.2.29 - 2026-08-25
4
9
 
5
10
  - Keep the long-term memory explorer fixed to the browser viewport by removing transforms from its animated content ancestor.
package/dist/index.js CHANGED
@@ -4837,7 +4837,7 @@ function clusterKnowledgeGraph(rawNodes, rawEdges) {
4837
4837
  }
4838
4838
 
4839
4839
  // src/web.ts
4840
- var STRATAGATE_DSH_VERSION = "0.2.29";
4840
+ var STRATAGATE_DSH_VERSION = "0.2.30";
4841
4841
  var LEGACY_THREAD_ID = "__legacy__";
4842
4842
  var nodeRequire = createRequire(import.meta.url);
4843
4843
  function installedPackageVersion(names) {