@cocreate/text 1.20.5 → 1.20.6
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 -1
- package/demo/demos.1.html +1 -1
- package/demo/demos.html +1 -1
- package/demo/index.html +1 -1
- package/demo/test-webpage.html +1 -1
- package/docs/index.html +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## [1.20.6](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.5...v1.20.6) (2023-05-01)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* update manifest.json to manifest.webmanifest ([19ec520](https://github.com/CoCreate-app/CoCreate-text/commit/19ec520d377c4f6e4b67791fc6adf50e6b0541d1))
|
7
|
+
|
1
8
|
## [1.20.5](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.4...v1.20.5) (2023-05-01)
|
2
9
|
|
3
10
|
|
@@ -74,7 +74,7 @@ img.intLink { border: 0; }
|
|
74
74
|
}
|
75
75
|
#editMode label { cursor: pointer; }
|
76
76
|
</style>
|
77
|
-
<link rel="manifest" href="/manifest.
|
77
|
+
<link rel="manifest" href="/manifest.webmanifest">
|
78
78
|
</head>
|
79
79
|
<body onload="initDoc();">
|
80
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
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
8
8
|
<title>Text | CoCreate</title>
|
9
|
-
<link rel="manifest" href="/manifest.
|
9
|
+
<link rel="manifest" href="/manifest.webmanifest" />
|
10
10
|
</head>
|
11
11
|
|
12
12
|
<body class="padding:20px">
|
package/demo/demos.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
8
8
|
<title>Text | CoCreate</title>
|
9
|
-
<link rel="manifest" href="/manifest.
|
9
|
+
<link rel="manifest" href="/manifest.webmanifest" />
|
10
10
|
</head>
|
11
11
|
|
12
12
|
<body class="padding:20px">
|
package/demo/index.html
CHANGED
package/demo/test-webpage.html
CHANGED
@@ -14,7 +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.
|
17
|
+
<link rel="manifest" href="/manifest.webmanifest" />
|
18
18
|
</head>
|
19
19
|
<style type="text/css" media="screen">
|
20
20
|
/*Sidenav Search Field */
|
package/docs/index.html
CHANGED
@@ -11,7 +11,7 @@
|
|
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
|
-
<link rel="manifest" href="/manifest.
|
14
|
+
<link rel="manifest" href="/manifest.webmanifest" />
|
15
15
|
</head>
|
16
16
|
|
17
17
|
<body>
|