@cocreate/text 1.23.7 → 1.23.9
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 +15 -0
- package/CoCreate.config.js +1 -2
- package/demo/test-webpage.html +1 -1
- package/docs/index.html +2 -2
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [1.23.9](https://github.com/CoCreate-app/CoCreate-text/compare/v1.23.8...v1.23.9) (2023-11-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* bump dependencies for latest features ([5ab051b](https://github.com/CoCreate-app/CoCreate-text/commit/5ab051b099e1670dd5f9ca3e5b14d19c6fd6e676))
|
|
7
|
+
|
|
8
|
+
## [1.23.8](https://github.com/CoCreate-app/CoCreate-text/compare/v1.23.7...v1.23.8) (2023-11-09)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* meta name typo ([6cbaf23](https://github.com/CoCreate-app/CoCreate-text/commit/6cbaf232592f058a18b592dde291a3630a73e451))
|
|
14
|
+
* update host ([3161d17](https://github.com/CoCreate-app/CoCreate-text/commit/3161d17842f21cc70eb60bd91198a8c4f3332af4))
|
|
15
|
+
|
|
1
16
|
## [1.23.7](https://github.com/CoCreate-app/CoCreate-text/compare/v1.23.6...v1.23.7) (2023-11-03)
|
|
2
17
|
|
|
3
18
|
|
package/CoCreate.config.js
CHANGED
package/demo/test-webpage.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
7
7
|
<title>CoCreateJS - A Low-code Javascript framework</title>
|
|
8
8
|
<meta
|
|
9
|
-
|
|
9
|
+
name="description"
|
|
10
10
|
content="A Low-code JavaScript framework for building collaborative No-code platforms, apps and UI" />
|
|
11
11
|
<link rel="icon" sizes="32x32" href="assets/favicon.ico" />
|
|
12
12
|
<meta name="robots" content="index,follow" />
|
package/docs/index.html
CHANGED
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
sizes="32x32"
|
|
12
12
|
href="https://cocreate.app/images/favicon.ico" />
|
|
13
13
|
<meta
|
|
14
|
-
|
|
14
|
+
name="description"
|
|
15
15
|
content="A simple HTML5 and pure javascript component. Easy configuration using HTML5 attributes or Javscript api and highly styleable." />
|
|
16
16
|
<meta
|
|
17
|
-
|
|
17
|
+
name="keywords"
|
|
18
18
|
content="helper classes, utility classes, css framework, css library, inline style classes" />
|
|
19
19
|
<meta name="robots" content="index,follow" />
|
|
20
20
|
<meta
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/text",
|
|
3
|
-
"version": "1.23.
|
|
3
|
+
"version": "1.23.9",
|
|
4
4
|
"description": "A simple text component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"text",
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
"webpack-log": "^3.0.1"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@cocreate/actions": "^1.12.
|
|
62
|
-
"@cocreate/crdt": "^1.24.
|
|
63
|
-
"@cocreate/cursors": "^1.20.
|
|
64
|
-
"@cocreate/observer": "^1.11.
|
|
65
|
-
"@cocreate/selection": "^1.9.
|
|
66
|
-
"@cocreate/utils": "^1.
|
|
67
|
-
"@cocreate/uuid": "^1.7.
|
|
61
|
+
"@cocreate/actions": "^1.12.3",
|
|
62
|
+
"@cocreate/crdt": "^1.24.3",
|
|
63
|
+
"@cocreate/cursors": "^1.20.9",
|
|
64
|
+
"@cocreate/observer": "^1.11.9",
|
|
65
|
+
"@cocreate/selection": "^1.9.8",
|
|
66
|
+
"@cocreate/utils": "^1.27.1",
|
|
67
|
+
"@cocreate/uuid": "^1.7.4"
|
|
68
68
|
}
|
|
69
69
|
}
|