@webqit/oohtml 2.1.67 → 2.1.68

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/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -645,9 +645,9 @@ Here, we get the `binding` attribute for a declarative and neat, key/value data-
645
645
 
646
646
  | Directive | Meaning | Usage |
647
647
  | :---- | :---- | :---- |
648
- | `@text` | For rendering plain text content | `<span binding="@text: firstName + ' ' + lastName;"></span>` |
649
- | `@html` | For rendering markup content | `<span binding="@html: '<i>' + firstName + '</i>';"></span>` |
650
- | `@items` | For rendering a list, with argument in the following format:<br>`<declaration> <of\|in> <iterable> / <importRef>` | *See next two tables* |
648
+ | `@text` | Plain text content | `<span binding="@text: firstName + ' ' + lastName;"></span>` |
649
+ | `@html` | Markup content | `<span binding="@html: '<i>' + firstName + '</i>';"></span>` |
650
+ | `@items` | A list, with argument in the following format:<br>`<declaration> <of\|in> <iterable> / <importRef>` | *See next two tables* |
651
651
 
652
652
  <details><summary>"For ... Of" Loops</summary>
653
653
 
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "wicg-proposal"
15
15
  ],
16
16
  "homepage": "https://webqit.io/tooling/oohtml",
17
- "version": "2.1.67",
17
+ "version": "2.1.68",
18
18
  "license": "MIT",
19
19
  "repository": {
20
20
  "type": "git",