@cocreate/api 1.2.21 → 1.2.22
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/form.html +1 -1
- package/docs/index.html +1 -1
- package/docs/module.html +1 -1
- package/docs/server.html +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.2.22](https://github.com/CoCreate-app/CoCreate-api/compare/v1.2.21...v1.2.22) (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 ([e36f596](https://github.com/CoCreate-app/CoCreate-api/commit/e36f5961be023c7dbb1eb7643ac2e995f1c6d0c0))
|
|
7
|
+
|
|
1
8
|
## [1.2.21](https://github.com/CoCreate-app/CoCreate-api/compare/v1.2.20...v1.2.21) (2022-01-01)
|
|
2
9
|
|
|
3
10
|
|
package/docs/form.html
CHANGED
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
<div class="svSplitter svHorizontal"> </div>
|
|
195
195
|
|
|
196
196
|
<div class="svPanel">
|
|
197
|
-
<iframe get-value="demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
|
|
197
|
+
<iframe get-value="#demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
|
|
198
198
|
</div>
|
|
199
199
|
|
|
200
200
|
</div>
|
package/docs/index.html
CHANGED
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
<div class="svSplitter svHorizontal"> </div>
|
|
221
221
|
|
|
222
222
|
<div class="svPanel">
|
|
223
|
-
<iframe get-value="demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
|
|
223
|
+
<iframe get-value="#demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
|
|
224
224
|
</div>
|
|
225
225
|
|
|
226
226
|
</div>
|
package/docs/module.html
CHANGED
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
<div class="svSplitter svHorizontal"> </div>
|
|
185
185
|
|
|
186
186
|
<div class="svPanel">
|
|
187
|
-
<iframe get-value="demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
|
|
187
|
+
<iframe get-value="#demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
|
|
188
188
|
</div>
|
|
189
189
|
|
|
190
190
|
</div>
|
package/docs/server.html
CHANGED
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
<div class="svSplitter svHorizontal"> </div>
|
|
196
196
|
|
|
197
197
|
<div class="svPanel">
|
|
198
|
-
<iframe get-value="demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
|
|
198
|
+
<iframe get-value="#demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
|
|
199
199
|
</div>
|
|
200
200
|
|
|
201
201
|
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.22",
|
|
4
4
|
"description": "A simple api helper component in vanilla javascript used by JavaScript developers to create thirdparty api intergrations. CoCreate-api includes the client component and server side for api processing. Thirdparty apis can be accessible using HTML5 attributes and/or JavaScript API. ",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"thirdparty-api-intergration",
|