@thi.ng/hdom-canvas 4.0.4 → 4.0.5

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
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@4.0.4...@thi.ng/hdom-canvas@4.0.5) (2021-10-25)
7
+
8
+ **Note:** Version bump only for package @thi.ng/hdom-canvas
9
+
10
+
11
+
12
+
13
+
6
14
  ## [4.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@4.0.3...@thi.ng/hdom-canvas@4.0.4) (2021-10-15)
7
15
 
8
16
  **Note:** Version bump only for package @thi.ng/hdom-canvas
package/README.md CHANGED
@@ -119,7 +119,7 @@ A selection:
119
119
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rotating-voronoi.jpg" width="240"/> | Animated Voronoi diagram, cubic splines & SVG download | [Demo](https://demo.thi.ng/umbrella/rotating-voronoi/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rotating-voronoi) |
120
120
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/scenegraph.png" width="240"/> | 2D scenegraph & shape picking | [Demo](https://demo.thi.ng/umbrella/scenegraph/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/scenegraph) |
121
121
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/scenegraph-image.png" width="240"/> | 2D scenegraph & image map based geometry manipulation | [Demo](https://demo.thi.ng/umbrella/scenegraph-image/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/scenegraph-image) |
122
- | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/shader-ast-workers.jpg" width="240"/> | Fork-join worker-based raymarch renderer | [Demo](https://demo.thi.ng/umbrella/shader-ast-workers/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/shader-ast-workers) |
122
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/shader-ast-workers.jpg" width="240"/> | Fork-join worker-based raymarch renderer (JS/CPU only) | [Demo](https://demo.thi.ng/umbrella/shader-ast-workers/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/shader-ast-workers) |
123
123
 
124
124
  ## API
125
125
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hdom-canvas",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
4
4
  "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,15 +34,15 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.0.3",
38
- "@thi.ng/checks": "^3.0.3",
39
- "@thi.ng/diff": "^5.0.3",
40
- "@thi.ng/errors": "^2.0.3",
41
- "@thi.ng/hdom": "^9.0.3",
42
- "@thi.ng/hiccup-canvas": "^2.0.4"
37
+ "@thi.ng/api": "^8.0.4",
38
+ "@thi.ng/checks": "^3.0.4",
39
+ "@thi.ng/diff": "^5.0.4",
40
+ "@thi.ng/errors": "^2.0.4",
41
+ "@thi.ng/hdom": "^9.0.4",
42
+ "@thi.ng/hiccup-canvas": "^2.0.5"
43
43
  },
44
44
  "devDependencies": {
45
- "@thi.ng/testament": "^0.1.3"
45
+ "@thi.ng/testament": "^0.1.4"
46
46
  },
47
47
  "keywords": [
48
48
  "array",
@@ -84,5 +84,5 @@
84
84
  ],
85
85
  "year": 2018
86
86
  },
87
- "gitHead": "1fb38cac74d6c009d96855c28784a267a81badf1"
87
+ "gitHead": "9ff00a103f76cc4917ef3f244132e218f2300a05"
88
88
  }