Skip to content

Commit 7786529

Browse files
semantic-release-botFrank Pagan
authored andcommitted
feat: replaced get-value and set-value with a super charged version of CoCreate-events
1 parent ca5d6bb commit 7786529

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.125](https://github.com/CoCreate-app/CoCreate-dashboard/compare/v1.1.124...v1.1.125) (2023-03-15)
2+
3+
4+
### Bug Fixes
5+
6+
* update clone action ([ca5d6bb](https://github.com/CoCreate-app/CoCreate-dashboard/commit/ca5d6bb39bb67e879ac10205e99dc35adb9984bd))
7+
18
## [1.1.124](https://github.com/CoCreate-app/CoCreate-dashboard/compare/v1.1.123...v1.1.124) (2023-02-01)
29

310

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ <h2 class="padding:5px_0px">Demo</h2>
100100
<div class="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
101101

102102
<div id="demo-code" resizable class="position:relative height:50%">
103-
<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>
103+
<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>
104104
<div resize="bottom" class="background:lightgrey"></div>
105105
</div>
106106

107107
<div id="demo-preview" class="position:relative overflow:auto background-color:white">
108-
<div get-value="#demo" class="padding:20px"></div>
108+
<div class="demopreview" class="padding:20px"></div>
109109
</div>
110110

111111
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/dashboard",
3-
"version": "1.1.124",
3+
"version": "1.1.125",
44
"description": "A simple dashboard component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"dashboard",

0 commit comments

Comments
 (0)