vizcraft 1.7.1 → 1.8.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # vizcraft
2
2
 
3
+ ## 1.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`dd6f311`](https://github.com/ChipiKaf/vizcraft/commit/dd6f311f3c89e78e85d66a85eb6df68b04c38aba) Thanks [@ChipiKaf](https://github.com/ChipiKaf)! - Add async layout support and `getNodeBoundingBox` utility. `LayoutAlgorithm` now accepts async algorithms via the new `.layoutAsync()` builder method. `getNodeBoundingBox(shape)` returns a tight axis-aligned bounding box for any `NodeShape`, accounting for orientation, direction, and pointer height.
8
+
3
9
  ## 1.7.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vizcraft",
3
- "version": "1.7.1",
3
+ "version": "1.8.0",
4
4
  "description": "A fluent, type-safe SVG scene builder for composing nodes, edges, animations, and overlays with incremental DOM updates and no framework dependency.",
5
5
  "keywords": [
6
6
  "visualization",