@cocreate/text 1.12.20 → 1.12.21
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/CHANGELOG.md +7 -0
- package/docs/index.html +4 -29
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## [1.12.21](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.20...v1.12.21) (2021-11-20)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* updated script tags and link tags ([41f079d](https://github.com/CoCreate-app/CoCreate-text/commit/41f079df5ff8262f032c665a38c9e7682f54385b))
|
7
|
+
|
1
8
|
## [1.12.20](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.19...v1.12.20) (2021-11-20)
|
2
9
|
|
3
10
|
|
package/docs/index.html
CHANGED
@@ -9,22 +9,8 @@
|
|
9
9
|
<meta name="description" content="A simple HTML5 and pure javascript component. Easy configuration using HTML5 attributes or Javscript api and highly styleable." />
|
10
10
|
<meta name="keywords" content="helper classes, utility classes, css framework, css library, inline style classes" />
|
11
11
|
<meta name="robots" content="index,follow" />
|
12
|
-
|
13
|
-
|
14
|
-
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
|
15
|
-
|
16
|
-
<!-- Font Awesome -->
|
17
|
-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" crossorigin="anonymous" />
|
18
|
-
|
19
|
-
<!-- Codemirror -->
|
20
|
-
<link rel="stylesheet" href="https://server.cocreate.app/CoCreate-plugins/CoCreate-codemirror/src/CoCreate-codemirror.css" type="text/css" />
|
21
|
-
<link rel=stylesheet href="https://codemirror.net/lib/codemirror.css" async defer>
|
22
|
-
|
23
|
-
<!-- Highlight.js-->
|
24
|
-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/default.min.css">
|
25
|
-
|
26
|
-
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/highlight.min.js"></script>
|
27
|
-
<script>hljs.initHighlightingOnLoad();</script>
|
12
|
+
<meta property="og:image" content="https://cdn.cocreate.app/docs/boilerplate.png">
|
13
|
+
<link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true"/>
|
28
14
|
</head>
|
29
15
|
|
30
16
|
<body>
|
@@ -127,19 +113,8 @@
|
|
127
113
|
|
128
114
|
</div>
|
129
115
|
</div>
|
130
|
-
<script>
|
131
|
-
var config = {
|
132
|
-
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
|
133
|
-
securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
|
134
|
-
organization_Id: '5de0387b12e200ea63204d6c'
|
135
|
-
}
|
136
|
-
</script>
|
137
|
-
|
138
|
-
<!--CoCreateJS-->
|
139
|
-
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>
|
140
|
-
|
141
|
-
<!-- CoCreate CodeMiirror -->
|
142
|
-
<script type="text/javascript" src="https://server.cocreate.app/CoCreate-plugins/CoCreate-codemirror/dist/CoCreate-codemirror.js" async></script>
|
143
116
|
|
117
|
+
<script src="/apikey.js"></script>
|
118
|
+
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js" ></script>
|
144
119
|
</body>
|
145
120
|
</html>
|