@cocreate/text 1.19.6 → 1.20.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.
- package/CHANGELOG.md +7 -0
- package/demo/custom-rich-text.html +1 -0
- package/demo/demos.1.html +1 -0
- package/demo/demos.html +1 -0
- package/demo/index.html +1 -0
- package/demo/test-webpage.html +1 -0
- package/docs/index.html +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
# [1.20.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.19.6...v1.20.0) (2023-04-24)
|
2
|
+
|
3
|
+
|
4
|
+
### Features
|
5
|
+
|
6
|
+
* added pwa manifest ([c1e9494](https://github.com/CoCreate-app/CoCreate-text/commit/c1e9494d0739c029fb888c34fa30c9190e5c3553))
|
7
|
+
|
1
8
|
## [1.19.6](https://github.com/CoCreate-app/CoCreate-text/compare/v1.19.5...v1.19.6) (2023-04-11)
|
2
9
|
|
3
10
|
|
@@ -74,6 +74,7 @@ img.intLink { border: 0; }
|
|
74
74
|
}
|
75
75
|
#editMode label { cursor: pointer; }
|
76
76
|
</style>
|
77
|
+
<link rel="manifest" href="/manifest.json">
|
77
78
|
</head>
|
78
79
|
<body onload="initDoc();">
|
79
80
|
<form name="compForm" method="post" action="sample.php" onsubmit="if (validateMode()){this.myDoc.value=oDoc.innerHTML;return true;}return false;">
|
package/demo/demos.1.html
CHANGED
package/demo/demos.html
CHANGED
package/demo/index.html
CHANGED
package/demo/test-webpage.html
CHANGED
@@ -14,6 +14,7 @@
|
|
14
14
|
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css"/>
|
15
15
|
<link rel="stylesheet" href="/index.css" type="text/css" collection="files" document_id="6092da6b19ec8e58fc80c94e" name="src" type="text/css" save="true" parse="true" minified/>
|
16
16
|
|
17
|
+
<link rel="manifest" href="/manifest.json" />
|
17
18
|
</head>
|
18
19
|
<style type="text/css" media="screen">
|
19
20
|
/*Sidenav Search Field */
|
package/docs/index.html
CHANGED
@@ -11,7 +11,8 @@
|
|
11
11
|
<meta name="robots" content="index,follow" />
|
12
12
|
<meta property="og:image" content="https://cdn.cocreate.app/docs/boilerplate.png">
|
13
13
|
<link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true"/>
|
14
|
-
|
14
|
+
<link rel="manifest" href="/manifest.json" />
|
15
|
+
</head>
|
15
16
|
|
16
17
|
<body>
|
17
18
|
<nav class="nav display:flex align-items:center left:0px background:whitesmoke padding-top:10px padding-bottom:10px" content_id="content" scroll="sticky-nav,hide-nav" scroll-up="10" scroll-down="10" collection="files" document_id="60395ef42b3ac232657040fd" name="src">
|