@cocreate/text 1.9.6 → 1.9.10
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 +29 -0
- package/README.md +1 -1
- package/demo/index.html +1 -1
- package/demo/test-webpage.html +2 -2
- package/docs/index.html +2 -2
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1
|
+
## [1.9.10](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.9...v1.9.10) (2021-10-15)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* update packages ([05cc273](https://github.com/CoCreate-app/CoCreate-text/commit/05cc273eab598e4e513ea4cf3b563e4867c369d4))
|
7
|
+
|
8
|
+
## [1.9.9](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.8...v1.9.9) (2021-10-15)
|
9
|
+
|
10
|
+
|
11
|
+
### Bug Fixes
|
12
|
+
|
13
|
+
* update packages ([486c115](https://github.com/CoCreate-app/CoCreate-text/commit/486c115f1276ab9af1d3ec53b70d5e4edcd1ee03))
|
14
|
+
* updated dependencies ([6300d1e](https://github.com/CoCreate-app/CoCreate-text/commit/6300d1e30779b5378a1ad9f36c1cd48f0842f72a))
|
15
|
+
|
16
|
+
## [1.9.8](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.7...v1.9.8) (2021-10-13)
|
17
|
+
|
18
|
+
|
19
|
+
### Bug Fixes
|
20
|
+
|
21
|
+
* update descriptions ([6715568](https://github.com/CoCreate-app/CoCreate-text/commit/6715568a255d5f67c7f74976ab10693b38cf3b06))
|
22
|
+
|
23
|
+
## [1.9.7](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.6...v1.9.7) (2021-10-13)
|
24
|
+
|
25
|
+
|
26
|
+
### Bug Fixes
|
27
|
+
|
28
|
+
* update dependencies ([bacc1cf](https://github.com/CoCreate-app/CoCreate-text/commit/bacc1cfe8e2d2242f1a155a4685baa0185517536))
|
29
|
+
|
1
30
|
## [1.9.6](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.5...v1.9.6) (2021-10-06)
|
2
31
|
|
3
32
|
|
package/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# CoCreate-text
|
2
2
|
|
3
|
-
A simple text component in vanilla javascript. Easily configured using HTML5
|
3
|
+
A simple text component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/text)
|
4
4
|
|
5
5
|

|
6
6
|

|
package/demo/index.html
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
<!--<input collection="modules" realtime="true" document_id="5e6d06ab430580425dd9e950" name="inputText" style="width: 500px; display: block">-->
|
17
17
|
<!--<textarea collection="modules" realtime="true" document_id="5e6d06ab430580425dd9e950" name="nameOtro" id="textare_test" rows="10" style="width: 500px; display: block" ></textarea>-->
|
18
18
|
<!--<textarea collection="modules" realtime="true" document_id="5e6d06ab430580425dd9e950" name="nameOtro2" id="textare_test" rows="10" style="width: 500px; display: block" ></textarea>-->
|
19
|
-
<form realtime="true" collection="module_activities"
|
19
|
+
<form realtime="true" collection="module_activities" class="margin-bottom:75px" id="form">
|
20
20
|
<input type="number" collection="module_activities" realtime="true" document_id="5ef50326e0219c2a488dc6bc" name="inputText" style="width: 100%; display: block">
|
21
21
|
<input type="date" collection="module_activities" realtime="true" document_id="5ef50326e0219c2a488dc6bc" name="inputdate" style="width: 100%; display: block">
|
22
22
|
<textarea realtime="true" collection="module_activities" document_id="5ef50326e0219c2a488dc6bc" name="nameOtro" rows="10" class="floating-label"></textarea>
|
package/demo/test-webpage.html
CHANGED
@@ -104,7 +104,7 @@
|
|
104
104
|
</div>
|
105
105
|
<div class="flex-grow:1 width:300px padding-left:15px padding-right:15px">
|
106
106
|
<h1 class="font-size:1.5rem text-transform:uppercase">Micro Component Architecture</h1>
|
107
|
-
<p class="margin-top:10px line-height:1.5">Vanilla javascript, lightweight, single purpose micro components. Easily modify, remove and/or replace components. Highly configuarable using HTML5
|
107
|
+
<p class="margin-top:10px line-height:1.5">Vanilla javascript, lightweight, single purpose micro components. Easily modify, remove and/or replace components. Highly configuarable using HTML5 attributes. HTML5 developers can use a combination of attributes to create a dynamic experience. Javascript developers still have access to API, callbacks and events.</p>
|
108
108
|
<p></p>
|
109
109
|
<!--<a class="text-decoration-underline padding:10px_30px background:#3690FF background:#3790FF:hover min-width:30% text-align:center color:#fff color:#ddd:hover transition:0.4s margin-top:30px display:inline-block">Sign Up Now</a>-->
|
110
110
|
</div>
|
@@ -177,7 +177,7 @@
|
|
177
177
|
</div>
|
178
178
|
<div class="flex-grow:1 width:300px padding-left:15px padding-right:15px">
|
179
179
|
<h1 class="font-size:1.5rem text-transform:uppercase">Thirdparty API Intergration</h1>
|
180
|
-
<p class="margin-top:10px line-height:1.5">We have put together a few thirdparty APIs and developed them to be used and configured with HTML5
|
180
|
+
<p class="margin-top:10px line-height:1.5">We have put together a few thirdparty APIs and developed them to be used and configured with HTML5 attributes. Build custom flows and logic without ever leaving the html page... The CoCreate Way... Almost forgot, Javascript developers still have access to API, callbacks and events.</p>
|
181
181
|
<p></p>
|
182
182
|
<!--<a class="text-decoration-underline padding:10px_30px background:#3690FF background:#3790FF:hover min-width:30% text-align:center color:#fff color:#ddd:hover transition:0.4s margin-top:30px display:inline-block">Sign Up Now</a>-->
|
183
183
|
</div>
|
package/docs/index.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
7
7
|
<title>CoCreate-text Documentation | CoCreateJS </title>
|
8
8
|
<link rel="icon" type="image/png" sizes="32x32" href="https://cocreate.app/images/favicon.ico">
|
9
|
-
<meta name="description" content="A simple HTML5 and pure javascript component. Easy configuration using
|
9
|
+
<meta name="description" content="A simple HTML5 and pure javascript component. Easy configuration using HTML5 attributes or Javscript api and highly styleable." />
|
10
10
|
<meta name="keywords" content="helper classes, utility classes, css framework, css library, inline style classes" />
|
11
11
|
<meta name="robots" content="index,follow" />
|
12
12
|
|
@@ -41,7 +41,7 @@
|
|
41
41
|
<a class="margin-right:15px share" share-network='share' title="Share on share"><i class="fas fa-share-alt"></i></a>
|
42
42
|
</div>
|
43
43
|
</div>
|
44
|
-
<p class="max-width:500px margin:20px_0px">A
|
44
|
+
<p class="max-width:500px margin:20px_0px">A headless vinilla javascript micro component. Easy configuration using HTML5 attributes or Javscript api.</h1>
|
45
45
|
<div id="text-section" class="display:flex flex-wrap:wrap">
|
46
46
|
<div class="flex-grow:1 width:300px padding:0px_10px margin:20px_0px">
|
47
47
|
<h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Install</h2>
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cocreate/text",
|
3
|
-
"version": "1.9.
|
4
|
-
"description": "A simple text component in vanilla javascript. Easily configured using HTML5
|
3
|
+
"version": "1.9.10",
|
4
|
+
"description": "A simple text component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
|
5
5
|
"keywords": [
|
6
6
|
"text",
|
7
7
|
"cocreate",
|
@@ -61,11 +61,11 @@
|
|
61
61
|
"webpack-log": "^3.0.1"
|
62
62
|
},
|
63
63
|
"dependencies": {
|
64
|
-
"@cocreate/action": "^1.
|
65
|
-
"@cocreate/crdt": "^1.
|
66
|
-
"@cocreate/crud-client": "^1.
|
67
|
-
"@cocreate/docs": "^1.2.
|
68
|
-
"@cocreate/hosting": "^1.2.
|
69
|
-
"@cocreate/observer": "^1.3.
|
64
|
+
"@cocreate/action": "^1.3.0",
|
65
|
+
"@cocreate/crdt": "^1.4.4",
|
66
|
+
"@cocreate/crud-client": "^1.4.4",
|
67
|
+
"@cocreate/docs": "^1.2.33",
|
68
|
+
"@cocreate/hosting": "^1.2.30",
|
69
|
+
"@cocreate/observer": "^1.3.30"
|
70
70
|
}
|
71
71
|
}
|