@cocreate/unique 1.2.25 → 1.2.26
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 +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.2.26](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.2.25...v1.2.26) (2022-01-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* get-value attribute value now supports a selector added # to all values currently in get-value attributes ([a6bfe20](https://github.com/CoCreate-app/CoCreate-unique/commit/a6bfe209b4f286abbd8dff5ddf94aba2b71f8c42))
|
|
7
|
+
|
|
1
8
|
## [1.2.25](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.2.24...v1.2.25) (2021-12-15)
|
|
2
9
|
|
|
3
10
|
|
package/docs/index.html
CHANGED
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
<div class="svSplitter svHorizontal"> </div>
|
|
113
113
|
|
|
114
114
|
<div class="svPanel">
|
|
115
|
-
<iframe get-value="demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
|
|
115
|
+
<iframe get-value="#demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
|
|
116
116
|
</div>
|
|
117
117
|
|
|
118
118
|
</div>
|