@cocreate/api 1.2.21 → 1.2.25
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 +28 -0
- package/docs/form.html +2 -2
- package/docs/index.html +2 -2
- package/docs/module.html +2 -2
- package/docs/server.html +2 -2
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## [1.2.25](https://github.com/CoCreate-app/CoCreate-api/compare/v1.2.24...v1.2.25) (2022-02-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* bump dependency versions ([cf5bf5e](https://github.com/CoCreate-app/CoCreate-api/commit/cf5bf5e85ffe08bd9413f5dc38923e4b6001199a))
|
|
7
|
+
|
|
8
|
+
## [1.2.24](https://github.com/CoCreate-app/CoCreate-api/compare/v1.2.23...v1.2.24) (2022-02-03)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* replaced show and hide class hidden with attribute hidden ([aeda09c](https://github.com/CoCreate-app/CoCreate-api/commit/aeda09c1024963a4cdf6d362c4d67a0c724f9c82))
|
|
14
|
+
|
|
15
|
+
## [1.2.23](https://github.com/CoCreate-app/CoCreate-api/compare/v1.2.22...v1.2.23) (2022-02-01)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* update dependency versions ([022bf0f](https://github.com/CoCreate-app/CoCreate-api/commit/022bf0f89ac7e675b49ffd93288066b35edcbf0d))
|
|
21
|
+
|
|
22
|
+
## [1.2.22](https://github.com/CoCreate-app/CoCreate-api/compare/v1.2.21...v1.2.22) (2022-01-01)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* 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))
|
|
28
|
+
|
|
1
29
|
## [1.2.21](https://github.com/CoCreate-app/CoCreate-api/compare/v1.2.20...v1.2.21) (2022-01-01)
|
|
2
30
|
|
|
3
31
|
|
package/docs/form.html
CHANGED
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
<div class="container svColumn overflow:hidden card position:relative border-radius:2px width:auto height:100%" id="sandbox">
|
|
182
182
|
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
|
|
183
183
|
<a class="margin-right:10px" id="code" show="#preview" hide="#code, #view"><i class="far fa-eye"></i></a>
|
|
184
|
-
<a class="margin-right:10px
|
|
184
|
+
<a class="margin-right:10px" id="preview" show="#code, #view" hide="#preview" hidden><i class="fas fa-code"></i></a>
|
|
185
185
|
<a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
|
|
186
186
|
</div>
|
|
187
187
|
<div class="svRow">
|
|
@@ -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
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
<div class="container svColumn overflow:hidden card position:relative border-radius:2px width:auto height:100%" id="sandbox">
|
|
208
208
|
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
|
|
209
209
|
<a class="margin-right:10px" id="code" show="#preview" hide="#code, #view"><i class="far fa-eye"></i></a>
|
|
210
|
-
<a class="margin-right:10px
|
|
210
|
+
<a class="margin-right:10px" id="preview" show="#code, #view" hide="#preview" hidden><i class="fas fa-code"></i></a>
|
|
211
211
|
<a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
|
|
212
212
|
</div>
|
|
213
213
|
<div class="svRow">
|
|
@@ -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
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
<div class="container svColumn overflow:hidden card position:relative border-radius:2px width:auto height:100%" id="sandbox">
|
|
172
172
|
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
|
|
173
173
|
<a class="margin-right:10px" id="code" show="#preview" hide="#code, #view"><i class="far fa-eye"></i></a>
|
|
174
|
-
<a class="margin-right:10px
|
|
174
|
+
<a class="margin-right:10px" id="preview" show="#code, #view" hide="#preview" hidden><i class="fas fa-code"></i></a>
|
|
175
175
|
<a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
|
|
176
176
|
</div>
|
|
177
177
|
<div class="svRow">
|
|
@@ -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
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
<div class="container svColumn overflow:hidden card position:relative border-radius:2px width:auto height:100%" id="sandbox">
|
|
183
183
|
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
|
|
184
184
|
<a class="margin-right:10px" id="code" show="#preview" hide="#code, #view"><i class="far fa-eye"></i></a>
|
|
185
|
-
<a class="margin-right:10px
|
|
185
|
+
<a class="margin-right:10px" id="preview" show="#code, #view" hide="#preview" hidden><i class="fas fa-code"></i></a>
|
|
186
186
|
<a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
|
|
187
187
|
</div>
|
|
188
188
|
<div class="svRow">
|
|
@@ -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.25",
|
|
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",
|
|
@@ -62,12 +62,12 @@
|
|
|
62
62
|
"webpack-log": "^3.0.1"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@cocreate/actions": "^1.3.
|
|
66
|
-
"@cocreate/crud-client": "^1.4.
|
|
67
|
-
"@cocreate/docs": "^1.2.
|
|
68
|
-
"@cocreate/elements": "^1.
|
|
69
|
-
"@cocreate/hosting": "^1.2.
|
|
70
|
-
"@cocreate/render": "^1.
|
|
71
|
-
"@cocreate/socket-client": "^1.4.
|
|
65
|
+
"@cocreate/actions": "^1.3.30",
|
|
66
|
+
"@cocreate/crud-client": "^1.4.45",
|
|
67
|
+
"@cocreate/docs": "^1.2.67",
|
|
68
|
+
"@cocreate/elements": "^1.6.8",
|
|
69
|
+
"@cocreate/hosting": "^1.2.62",
|
|
70
|
+
"@cocreate/render": "^1.5.4",
|
|
71
|
+
"@cocreate/socket-client": "^1.4.20"
|
|
72
72
|
}
|
|
73
73
|
}
|