@webqit/oohtml 4.0.1 → 4.0.2
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/README.md +3 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -19,8 +19,8 @@ Building Single Page Applications? OOHTML is a special love letter! Writing Web
|
|
|
19
19
|
|
|
20
20
|
## Status
|
|
21
21
|
|
|
22
|
-
+ Working implementation via a polyfill
|
|
23
22
|
+ Actively developed
|
|
23
|
+
+ Working implementation via a polyfill
|
|
24
24
|
+ Open to contributions
|
|
25
25
|
|
|
26
26
|
## Polyfill
|
|
@@ -229,6 +229,8 @@ OOHTML comes, not as a specific technology, but as a conceptual "framework" of f
|
|
|
229
229
|
|
|
230
230
|
OOHTML is effectively different from Web Components (and from the related Declarative Custom Elements and Declarative Shadow DOM efforts) in its focus on "arbitrary" HTML and the DOM rather than on just the Custom Element or Shadow DOM "subset" of the language. This in turn lets us have a niftier authoring experience in Web Components as the latter actually just relies on the very HTML and DOM.
|
|
231
231
|
|
|
232
|
+
└ You may want to learn more in the introductory article: [Revisiting the HTML Problem Space and Introducing OOHTML](https://dev.to/oxharris/revisiting-the-html-problem-space-and-introducing-oohtml-3oh5)
|
|
233
|
+
|
|
232
234
|
</details>
|
|
233
235
|
|
|
234
236
|
## On the Agenda
|
package/package.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"wicg-proposal"
|
|
15
15
|
],
|
|
16
16
|
"homepage": "https://webqit.io/tooling/oohtml",
|
|
17
|
-
"version": "4.0.
|
|
17
|
+
"version": "4.0.2",
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"postpublish": "git push && git push --tags"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@webqit/quantum-js": "^4.5.
|
|
38
|
+
"@webqit/quantum-js": "^4.5.2",
|
|
39
39
|
"@webqit/realdom": "^2.1.23",
|
|
40
40
|
"@webqit/util": "^0.8.11"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@webqit/oohtml-ssr": "^2.
|
|
43
|
+
"@webqit/oohtml-ssr": "^2.1.1",
|
|
44
44
|
"chai": "^4.3.4",
|
|
45
45
|
"coveralls": "^3.1.1",
|
|
46
46
|
"esbuild": "^0.14.43",
|