Skip to content

Commit d8a040c

Browse files
semantic-release-botFrank Pagan
authored and
Frank Pagan
committed
feat: replaced get-value and set-value with a super charged version of CoCreate-events
1 parent 44e339f commit d8a040c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.21.8](https://github.com/CoCreate-app/CoCreate-render/compare/v1.21.7...v1.21.8) (2023-03-15)
2+
3+
4+
### Bug Fixes
5+
6+
* !updateData attrVaue set to undefined ([44e339f](https://github.com/CoCreate-app/CoCreate-render/commit/44e339fa3e5bd9868a31038a7b2cf0017fb53340))
7+
* supports empty string ([3dc45a9](https://github.com/CoCreate-app/CoCreate-render/commit/3dc45a92840f722a896f87a8e22a6bb44b5398e7))
8+
19
## [1.21.7](https://github.com/CoCreate-app/CoCreate-render/compare/v1.21.6...v1.21.7) (2023-02-01)
210

311

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ <h2 class="padding:5px_0px">Demo</h2>
240240
</div>
241241

242242
<div id="demo-preview" class="position:relative overflow:auto background-color:white">
243-
<div get-value="#demo" class="padding:20px"></div>
243+
<div class="demopreview" class="padding:20px"></div>
244244
</div>
245245

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/render",
3-
"version": "1.21.7",
3+
"version": "1.21.8",
44
"description": "A simple render component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"render",

0 commit comments

Comments
 (0)