@podlite/diagram 0.0.37 → 0.0.38

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.
@@ -0,0 +1,86 @@
1
+ # @podlite/diagram
2
+
3
+ =head1 Upcoming
4
+
5
+ =head1 0.0.23
6
+
7
+ =item fix react component
8
+
9
+ =head1 0.0.20
10
+
11
+ =item going to use =Mermaid instad of =Diagaram
12
+
13
+ =head1 0.0.18
14
+
15
+ =item update deps
16
+
17
+ =head1 0.0.17
18
+
19
+ =item refactor tests
20
+
21
+ =head1 0.0.16
22
+
23
+ =item update deps
24
+ =item refactor
25
+
26
+ =head1 0.0.15
27
+
28
+ =item support toJSX schema
29
+
30
+ =head1 0.0.14
31
+
32
+ =item update register plugin api
33
+
34
+ =head1 0.0.13
35
+
36
+ =item handle run under node
37
+
38
+ =head1 0.0.12
39
+
40
+ =item error handling improved
41
+
42
+ =head1 0.0.11
43
+
44
+ =item update deps
45
+
46
+ =head1 0.0.10
47
+
48
+ =item fix depends
49
+
50
+ =head1 0.0.9
51
+
52
+ =item fix npm
53
+
54
+ =head1 0.0.8
55
+
56
+ =item add :caption, :id support
57
+ =item upgrade mermaid to 8.12.1
58
+
59
+ =head1 0.0.7
60
+
61
+ =item update deps
62
+
63
+ =head1 0.0.6
64
+
65
+ =item update deps
66
+
67
+ =head1 0.0.5
68
+
69
+ =item update mermaid to latest version
70
+ =item fix error while diagrams renders
71
+
72
+ =head1 0.0.4
73
+
74
+ =item update deps
75
+
76
+ =head1 0.0.3
77
+
78
+ =item update deps
79
+
80
+ =head1 0.0.2
81
+
82
+ =item update build configs
83
+
84
+ =head1 0.0.1
85
+
86
+ =item initial import
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@podlite/diagram",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "description": "Diagram",
5
5
  "main": "./lib/index.js",
6
6
  "license": "MIT",
@@ -27,7 +27,7 @@
27
27
  "module": "./esm/index.js"
28
28
  },
29
29
  "dependencies": {
30
- "@podlite/schema": "0.0.33",
30
+ "@podlite/schema": "0.0.34",
31
31
  "mermaid": "8.12.1",
32
32
  "react-is": "^18.0.0"
33
33
  },
package/CHANGELOG.md DELETED
@@ -1,86 +0,0 @@
1
- # @podlite/diagram
2
-
3
- ## Upcoming
4
-
5
- ## 0.0.23
6
-
7
- - fix react component
8
-
9
- ## 0.0.20
10
-
11
- - going to use =Mermaid instad of =Diagaram
12
-
13
- ## 0.0.18
14
-
15
- - update deps
16
-
17
- ## 0.0.17
18
-
19
- - refactor tests
20
-
21
- ## 0.0.16
22
-
23
- - update deps
24
- - refactor
25
-
26
- ## 0.0.15
27
-
28
- - support toJSX schema
29
-
30
- ## 0.0.14
31
-
32
- - update register plugin api
33
-
34
- ## 0.0.13
35
-
36
- - handle run under node
37
-
38
- ## 0.0.12
39
-
40
- - error handling improved
41
-
42
- ## 0.0.11
43
-
44
- - update deps
45
-
46
- ## 0.0.10
47
-
48
- - fix depends
49
-
50
- ## 0.0.9
51
-
52
- - fix npm
53
-
54
- ## 0.0.8
55
-
56
- - add :caption, :id support
57
- - upgrade mermaid to 8.12.1
58
-
59
- ## 0.0.7
60
-
61
- - update deps
62
-
63
- ## 0.0.6
64
-
65
- - update deps
66
-
67
- ## 0.0.5
68
-
69
- - update mermaid to latest version
70
- - fix error while diagrams renders
71
-
72
- ## 0.0.4
73
-
74
- - update deps
75
-
76
- ## 0.0.3
77
-
78
- - update deps
79
-
80
- ## 0.0.2
81
-
82
- - update build configs
83
-
84
- ## 0.0.1
85
-
86
- - initial import