@thi.ng/rdom-canvas 1.0.6 → 1.0.7

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 +3 -94
  2. package/package.json +10 -11
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-21T15:46:53Z
3
+ - **Last updated**: 2025-01-23T13:39:11Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
7
+ Only versions published since **2022-01-01** are listed here.
8
+ Please consult the Git history for older version information.
7
9
  See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
8
10
 
9
11
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
@@ -34,96 +36,3 @@ and/or version bumps of transitive dependencies.
34
36
  - remove obsolete bg/clear handling (now part of hiccup-canvas)
35
37
  - add subscription IDs
36
38
  - update deps
37
-
38
- ## [0.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-canvas@0.4.0) (2021-11-17)
39
-
40
- #### 🚀 Features
41
-
42
- - Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
43
- Improving the overall build ergonomics
44
- - introduced a tools workspaces
45
- - imported it in all needed packages/examples
46
- - inclusive project root
47
-
48
- #### ♻️ Refactoring
49
-
50
- - testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
51
- this commit reverts (partly) changes made in:
52
- ef346d7a8753590dc9094108a3d861a8dbd5dd2c
53
- overall purpose is better testament ergonomics:
54
- instead of having to pass NODE_OPTIONS with every invocation
55
- having a binary to handle this for us.
56
-
57
- ## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-canvas@0.3.0) (2021-10-25)
58
-
59
- #### 🚀 Features
60
-
61
- - add lifecycle events, canvas opts ([a579904](https://github.com/thi-ng/umbrella/commit/a579904))
62
-
63
- ### [0.2.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-canvas@0.2.1) (2021-10-13)
64
-
65
- #### ♻️ Refactoring
66
-
67
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
68
-
69
- ## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-canvas@0.2.0) (2021-10-12)
70
-
71
- #### 🛑 Breaking changes
72
-
73
- - major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
74
- - BREAKING CHANGE: discontinue CommonJS & UMD versions
75
- - only ESM modules will be published from now on
76
- - CJS obsolete due to ESM support in recent versions of node:
77
- - i.e. launch NodeJS via:
78
- - `node --experimental-specifier-resolution=node --experimental-repl-await`
79
- - in the node REPL use `await import(...)` instead of `require()`
80
- - UMD obsolete due to widespread browser support for ESM
81
- Also:
82
- - normalize/restructure/reorg all package.json files
83
- - cleanup all build scripts, remove obsolete
84
- - switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
85
-
86
- #### 🩹 Bug fixes
87
-
88
- - minor updates (TS4.4) ([7e91cc2](https://github.com/thi-ng/umbrella/commit/7e91cc2))
89
- - redeclare, not override inherited class properties
90
-
91
- #### ♻️ Refactoring
92
-
93
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
94
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
95
- - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
96
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
97
- - update imports (transducers) ([2fd7619](https://github.com/thi-ng/umbrella/commit/2fd7619))
98
-
99
- ### [0.1.43](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-canvas@0.1.43) (2021-04-03)
100
-
101
- #### ♻️ Refactoring
102
-
103
- - minor updates ([b44b5e8](https://github.com/thi-ng/umbrella/commit/b44b5e8))
104
-
105
- ### [0.1.36](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-canvas@0.1.36) (2021-03-12)
106
-
107
- #### ♻️ Refactoring
108
-
109
- - update to use ISubscription only ([145cfe8](https://github.com/thi-ng/umbrella/commit/145cfe8))
110
- - minor update arg type (generics) ([a7748b3](https://github.com/thi-ng/umbrella/commit/a7748b3))
111
-
112
- ### [0.1.21](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-canvas@0.1.21) (2020-12-07)
113
-
114
- #### ♻️ Refactoring
115
-
116
- - update type-only imports ([2037326](https://github.com/thi-ng/umbrella/commit/2037326))
117
-
118
- ### [0.1.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-canvas@0.1.9) (2020-07-28)
119
-
120
- #### 🩹 Bug fixes
121
-
122
- - static canvas size handling ([1a03c70](https://github.com/thi-ng/umbrella/commit/1a03c70))
123
- - use `reactive()` instead of `trigger()`
124
-
125
- ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-canvas@0.1.0) (2020-07-02)
126
-
127
- #### 🚀 Features
128
-
129
- - import as new pkg ([369d4de](https://github.com/thi-ng/umbrella/commit/369d4de))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rdom-canvas",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,19 +40,18 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.11.17",
44
- "@thi.ng/canvas": "^1.0.3",
45
- "@thi.ng/checks": "^3.6.20",
46
- "@thi.ng/hiccup-canvas": "^3.1.34",
47
- "@thi.ng/object-utils": "^1.1.11",
48
- "@thi.ng/rdom": "^1.7.23",
49
- "@thi.ng/rstream": "^9.2.6"
43
+ "@thi.ng/api": "^8.11.18",
44
+ "@thi.ng/canvas": "^1.0.4",
45
+ "@thi.ng/checks": "^3.6.21",
46
+ "@thi.ng/hiccup-canvas": "^3.1.35",
47
+ "@thi.ng/object-utils": "^1.1.12",
48
+ "@thi.ng/rdom": "^1.7.24",
49
+ "@thi.ng/rstream": "^9.2.7"
50
50
  },
51
51
  "devDependencies": {
52
- "@microsoft/api-extractor": "^7.48.1",
53
52
  "esbuild": "^0.24.2",
54
53
  "typedoc": "^0.27.6",
55
- "typescript": "^5.7.2"
54
+ "typescript": "^5.7.3"
56
55
  },
57
56
  "keywords": [
58
57
  "animation",
@@ -95,5 +94,5 @@
95
94
  "status": "alpha",
96
95
  "year": 2020
97
96
  },
98
- "gitHead": "363db3998a14ddfd7a82f3039d8ca9681581e284\n"
97
+ "gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
99
98
  }