@cocreate/organizations 1.10.10 → 1.11.0
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/demo/CoCreate-createUser.html +1 -0
- package/demo/index.html +2 -1
- package/demo/industries/industries.html +1 -0
- package/demo/industries/industry-datatable.html +1 -0
- package/demo/industries/industry-documents-datatable.1.html +1 -0
- package/docs/index.html +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [1.11.0](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.10.10...v1.11.0) (2023-04-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* added pwa manifest ([711f7a2](https://github.com/CoCreate-app/CoCreate-organizations/commit/711f7a22c2f3f224f956c93a3a4019a383226c37))
|
|
7
|
+
|
|
1
8
|
## [1.10.10](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.10.9...v1.10.10) (2023-04-13)
|
|
2
9
|
|
|
3
10
|
|
package/demo/index.html
CHANGED
|
@@ -21,7 +21,8 @@
|
|
|
21
21
|
margin-top: -23px;
|
|
22
22
|
}
|
|
23
23
|
</style>
|
|
24
|
-
|
|
24
|
+
<link rel="manifest" href="/manifest.json" />
|
|
25
|
+
</head>
|
|
25
26
|
<body>
|
|
26
27
|
|
|
27
28
|
<div class="main-container justify-content:center align-items:center overflow:auto display:flex flex-wrap:wrap position:absolute width:100% height:100%">
|
package/docs/index.html
CHANGED
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
<!-- CoCreate CSS CDN -->
|
|
15
15
|
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css"/>
|
|
16
16
|
<link rel="stylesheet" href="https://ws.cocreate.app/docs.css" collection="apples" document_id="6069ff5042ef8ff5175a5c8d" name="css" type="text/css" />
|
|
17
|
-
|
|
17
|
+
<link rel="manifest" href="/manifest.json" />
|
|
18
|
+
</head>
|
|
18
19
|
<body>
|
|
19
20
|
|
|
20
21
|
<nav class="nav display:flex align-items:center left:0px background:whitesmoke padding-top:10px padding-bottom:10px" content_id="content" scroll="sticky-nav,hide-nav" scroll-up="10" scroll-down="10" collection="files" document_id="60395ef42b3ac232657040fd" name="src">
|
package/package.json
CHANGED