@epa-wg/custom-element 0.0.34 → 0.0.36

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "name": "@epa-wg/custom-element",
4
- "version": "0.0.34",
4
+ "version": "0.0.36",
5
5
  "js-types-syntax": "typescript",
6
6
  "description-markup": "markdown",
7
7
  "contributions": {
package/index.html CHANGED
@@ -54,7 +54,8 @@
54
54
  <a href="./demo/attributes.html" >attributes </a> |
55
55
  <a href="./demo/data-slices.html" >data slices/events </a> |
56
56
  <a href="./demo/form.html" >Form validation </a> |
57
- <a href="./demo/dom-merge.html" >DOM merge on dynamic update </a><br/>
57
+ <a href="./demo/dom-merge.html" >DOM merge on dynamic update </a> |
58
+ <a href="./demo/for-each.html" >for-each loop in TABLE </a><br/>
58
59
  <a href="./demo/npm-versions-demo.html">npm version </a>
59
60
  </section>
60
61
  </nav>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epa-wg/custom-element",
3
- "version": "0.0.34",
3
+ "version": "0.0.36",
4
4
  "description": "Declarative Custom Element as W3C proposal PoC with native(XSLT) based templating",
5
5
  "browser": "custom-element.js",
6
6
  "module": "custom-element.js",