@cocreate/text 1.18.46 → 1.19.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/docs/index.html +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
# [1.19.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.46...v1.19.0) (2023-03-16)
|
2
|
+
|
3
|
+
|
4
|
+
### Features
|
5
|
+
|
6
|
+
* replaced get-value and set-value with a super charged version of CoCreate-events ([603922a](https://github.com/CoCreate-app/CoCreate-text/commit/603922ac79c207153b4d20b55438ef2ce5d8dd29))
|
7
|
+
|
1
8
|
## [1.18.46](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.45...v1.18.46) (2023-02-01)
|
2
9
|
|
3
10
|
|
package/docs/index.html
CHANGED
@@ -74,12 +74,12 @@
|
|
74
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
|
-
<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>
|
77
|
+
<textarea type="code" lang="html" collection="demos" document_id="" name="demo" save="false" id="demo" input-target=".demopreview" input-attribute="value" input-events="input, onload" 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
81
|
<div id="demo-preview" class="position:relative overflow:auto background-color:white">
|
82
|
-
<div
|
82
|
+
<div class="demopreview" class="padding:20px"></div>
|
83
83
|
</div>
|
84
84
|
|
85
85
|
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
|