@thi.ng/rdom 0.9.18 → 0.9.19
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 +15 -15
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2022-
|
|
3
|
+
- **Last updated**: 2022-11-23T22:46:54Z
|
|
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.
|
|
@@ -57,9 +57,9 @@ and/or version bumps of transitive dependencies.
|
|
|
57
57
|
|
|
58
58
|
#### ♻️ Refactoring
|
|
59
59
|
|
|
60
|
-
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
61
60
|
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
|
|
62
61
|
- add .js suffix for all relative imports
|
|
62
|
+
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
63
63
|
|
|
64
64
|
## [0.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom@0.7.0) (2021-10-12)
|
|
65
65
|
|
|
@@ -84,17 +84,17 @@ and/or version bumps of transitive dependencies.
|
|
|
84
84
|
|
|
85
85
|
#### ♻️ Refactoring
|
|
86
86
|
|
|
87
|
-
- update
|
|
87
|
+
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
88
|
+
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
89
|
+
- update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
|
|
90
|
+
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
88
91
|
- update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
|
|
89
92
|
- largely related to recent updates/restructuring of these packages:
|
|
90
93
|
- api
|
|
91
94
|
- defmulti
|
|
92
95
|
- errors
|
|
93
96
|
- logger
|
|
94
|
-
- update imports ([
|
|
95
|
-
- update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
|
|
96
|
-
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
97
|
-
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
97
|
+
- update imports in various pkgs (rstream) ([342cf54](https://github.com/thi-ng/umbrella/commit/342cf54))
|
|
98
98
|
|
|
99
99
|
### [0.6.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom@0.6.9) (2021-09-03)
|
|
100
100
|
|
|
@@ -150,31 +150,31 @@ and/or version bumps of transitive dependencies.
|
|
|
150
150
|
|
|
151
151
|
#### ♻️ Refactoring
|
|
152
152
|
|
|
153
|
+
- simplify $el() attrib handling ([b777cf1](https://github.com/thi-ng/umbrella/commit/b777cf1))
|
|
154
|
+
- split $tree() ([de159e0](https://github.com/thi-ng/umbrella/commit/de159e0))
|
|
153
155
|
- split $compile() ([45156b2](https://github.com/thi-ng/umbrella/commit/45156b2))
|
|
154
156
|
- extract complexComponent(), basicComponent()
|
|
155
|
-
- split $tree() ([de159e0](https://github.com/thi-ng/umbrella/commit/de159e0))
|
|
156
|
-
- simplify $el() attrib handling ([b777cf1](https://github.com/thi-ng/umbrella/commit/b777cf1))
|
|
157
157
|
|
|
158
158
|
## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom@0.2.0) (2020-07-08)
|
|
159
159
|
|
|
160
160
|
#### 🚀 Features
|
|
161
161
|
|
|
162
|
-
- add $promise() wrapper ([53f9688](https://github.com/thi-ng/umbrella/commit/53f9688))
|
|
163
162
|
- add $input, $inputNum event listeners ([c29fb49](https://github.com/thi-ng/umbrella/commit/c29fb49))
|
|
163
|
+
- add $promise() wrapper ([53f9688](https://github.com/thi-ng/umbrella/commit/53f9688))
|
|
164
164
|
|
|
165
165
|
## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom@0.1.0) (2020-07-02)
|
|
166
166
|
|
|
167
167
|
#### 🚀 Features
|
|
168
168
|
|
|
169
|
-
-
|
|
170
|
-
|
|
171
|
-
- update `registerPrefixes()` to error if attempting to overwrite prefix
|
|
169
|
+
- rename hdom2020 => rdom, update pkg ([1224706](https://github.com/thi-ng/umbrella/commit/1224706))
|
|
170
|
+
- update $tree() span handling, update $moveTo() ([6d90187](https://github.com/thi-ng/umbrella/commit/6d90187))
|
|
172
171
|
- add support for namespaced el/attribs ([9d16ef0](https://github.com/thi-ng/umbrella/commit/9d16ef0))
|
|
173
172
|
- add deps ([@thi.ng/prefixes](https://github.com/thi-ng/umbrella/tree/main/packages/prefixes))
|
|
174
173
|
- add `registerPrefix()` helper
|
|
175
174
|
- update `$el()` and `setAttrib()` to check for prefixed names
|
|
176
|
-
-
|
|
177
|
-
-
|
|
175
|
+
- add RDFa `prefix` attrib support, update prefix handling ([b589da5](https://github.com/thi-ng/umbrella/commit/b589da5))
|
|
176
|
+
- add XML_XMLNS to default prefixes
|
|
177
|
+
- update `registerPrefixes()` to error if attempting to overwrite prefix
|
|
178
178
|
|
|
179
179
|
#### ♻️ Refactoring
|
|
180
180
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/rdom",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.19",
|
|
4
4
|
"description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -35,21 +35,21 @@
|
|
|
35
35
|
"test": "testament test"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@thi.ng/api": "^8.4.
|
|
39
|
-
"@thi.ng/checks": "^3.3.
|
|
40
|
-
"@thi.ng/errors": "^2.2.
|
|
41
|
-
"@thi.ng/hiccup": "^4.2.
|
|
42
|
-
"@thi.ng/paths": "^5.1.
|
|
43
|
-
"@thi.ng/prefixes": "^2.1.
|
|
44
|
-
"@thi.ng/rstream": "^7.2.
|
|
45
|
-
"@thi.ng/strings": "^3.3.
|
|
38
|
+
"@thi.ng/api": "^8.4.6",
|
|
39
|
+
"@thi.ng/checks": "^3.3.3",
|
|
40
|
+
"@thi.ng/errors": "^2.2.4",
|
|
41
|
+
"@thi.ng/hiccup": "^4.2.23",
|
|
42
|
+
"@thi.ng/paths": "^5.1.22",
|
|
43
|
+
"@thi.ng/prefixes": "^2.1.13",
|
|
44
|
+
"@thi.ng/rstream": "^7.2.28",
|
|
45
|
+
"@thi.ng/strings": "^3.3.17"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@microsoft/api-extractor": "^7.33.5",
|
|
49
|
-
"@thi.ng/testament": "^0.3.
|
|
49
|
+
"@thi.ng/testament": "^0.3.5",
|
|
50
50
|
"rimraf": "^3.0.2",
|
|
51
51
|
"tools": "^0.0.1",
|
|
52
|
-
"typedoc": "^0.23.
|
|
52
|
+
"typedoc": "^0.23.20",
|
|
53
53
|
"typescript": "^4.8.4"
|
|
54
54
|
},
|
|
55
55
|
"keywords": [
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"node": ">=12.7"
|
|
77
77
|
},
|
|
78
78
|
"files": [
|
|
79
|
-
"
|
|
80
|
-
"
|
|
79
|
+
"./*.js",
|
|
80
|
+
"./*.d.ts"
|
|
81
81
|
],
|
|
82
82
|
"exports": {
|
|
83
83
|
".": {
|
|
@@ -140,5 +140,5 @@
|
|
|
140
140
|
"status": "beta",
|
|
141
141
|
"year": 2020
|
|
142
142
|
},
|
|
143
|
-
"gitHead": "
|
|
143
|
+
"gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
|
|
144
144
|
}
|