html-validate-vue 5.0.0 → 5.1.0

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/elements.json +27 -0
  2. package/package.json +1 -1
package/elements.json CHANGED
@@ -13,6 +13,14 @@
13
13
  "transparent": true
14
14
  },
15
15
 
16
+ "portal": {
17
+ "deprecated": {
18
+ "source": "vue",
19
+ "message": "the <portal> element has been renamed to <teleport>",
20
+ "documentation": "The `<portal>` element has been renamed to `<teleport>`"
21
+ }
22
+ },
23
+
16
24
  "router-link": {
17
25
  "flow": true,
18
26
  "phrasing": true,
@@ -31,9 +39,28 @@
31
39
  "scriptSupporting": true
32
40
  },
33
41
 
42
+ "suspense": {
43
+ "flow": true,
44
+ "phrasing": true,
45
+ "transparent": true,
46
+ "slots": ["default", "fallback"]
47
+ },
48
+
49
+ "teleport": {
50
+ "flow": true,
51
+ "phrasing": true
52
+ },
53
+
34
54
  "transition": {
35
55
  "flow": true,
36
56
  "phrasing": true,
37
57
  "transparent": true
58
+ },
59
+
60
+ "transition-group": {
61
+ "flow": true,
62
+ "phrasing": true,
63
+ "transparent": true,
64
+ "component": "tag"
38
65
  }
39
66
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-validate-vue",
3
- "version": "5.0.0",
3
+ "version": "5.1.0",
4
4
  "description": "vue transform for html-validate",
5
5
  "keywords": [
6
6
  "html",