@cocreate/text 1.18.33 → 1.18.35
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 +15 -0
- package/docs/index.html +2 -2
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1
|
+
## [1.18.35](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.34...v1.18.35) (2023-01-05)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* bump cdn to 1.39.4 ([afd956e](https://github.com/CoCreate-app/CoCreate-text/commit/afd956e1f13b659daba6e85365d7ce4c00882c62))
|
7
|
+
* bump dependencies ([0d9f4fa](https://github.com/CoCreate-app/CoCreate-text/commit/0d9f4fa59debc6598ad7c809f8814815cf41c163))
|
8
|
+
|
9
|
+
## [1.18.34](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.33...v1.18.34) (2023-01-01)
|
10
|
+
|
11
|
+
|
12
|
+
### Bug Fixes
|
13
|
+
|
14
|
+
* docs sanbox overflow ([1fb0aaa](https://github.com/CoCreate-app/CoCreate-text/commit/1fb0aaaadcfa2d01ed3882967a6e0529434be0a6))
|
15
|
+
|
1
16
|
## [1.18.33](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.32...v1.18.33) (2022-12-31)
|
2
17
|
|
3
18
|
|
package/docs/index.html
CHANGED
@@ -71,14 +71,14 @@
|
|
71
71
|
<h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Demo</h2>
|
72
72
|
<div class="position:sticky top:0 padding:15px_0px height:100vh">
|
73
73
|
<!-- SandBox -->
|
74
|
-
<div class="position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
|
74
|
+
<div class="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
|
75
75
|
|
76
76
|
<div id="demo-code" resizable class="position:relative height:50%">
|
77
77
|
<textarea type="code" lang="html" collection="demos" document_id="" name="demo" save="false" id="demo" class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>
|
78
78
|
<div resize="bottom" class="background:lightgrey"></div>
|
79
79
|
</div>
|
80
80
|
|
81
|
-
<div id="demo-preview" class="position:relative
|
81
|
+
<div id="demo-preview" class="position:relative overflow:auto background-color:white">
|
82
82
|
<div get-value="#demo" class="padding:20px"></div>
|
83
83
|
</div>
|
84
84
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cocreate/text",
|
3
|
-
"version": "1.18.
|
3
|
+
"version": "1.18.35",
|
4
4
|
"description": "A simple text component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
|
5
5
|
"keywords": [
|
6
6
|
"text",
|
@@ -60,15 +60,15 @@
|
|
60
60
|
"webpack-log": "^3.0.1"
|
61
61
|
},
|
62
62
|
"dependencies": {
|
63
|
-
"@cocreate/actions": "^1.5.
|
64
|
-
"@cocreate/crdt": "^1.
|
65
|
-
"@cocreate/crud-client": "^1.17.
|
66
|
-
"@cocreate/cursors": "^1.13.
|
67
|
-
"@cocreate/docs": "^1.5.
|
68
|
-
"@cocreate/hosting": "^1.7.
|
69
|
-
"@cocreate/observer": "^1.5.
|
70
|
-
"@cocreate/selection": "^1.4.
|
71
|
-
"@cocreate/utils": "^1.17.
|
72
|
-
"@cocreate/uuid": "^1.2.
|
63
|
+
"@cocreate/actions": "^1.5.49",
|
64
|
+
"@cocreate/crdt": "^1.15.2",
|
65
|
+
"@cocreate/crud-client": "^1.17.11",
|
66
|
+
"@cocreate/cursors": "^1.13.12",
|
67
|
+
"@cocreate/docs": "^1.5.3",
|
68
|
+
"@cocreate/hosting": "^1.7.3",
|
69
|
+
"@cocreate/observer": "^1.5.53",
|
70
|
+
"@cocreate/selection": "^1.4.58",
|
71
|
+
"@cocreate/utils": "^1.17.15",
|
72
|
+
"@cocreate/uuid": "^1.2.52"
|
73
73
|
}
|
74
74
|
}
|