@cocreate/organizations 1.10.10 → 1.11.1
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 +14 -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 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.11.1](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.11.0...v1.11.1) (2023-04-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* removed uglify.js from dev dependencies ([1e3b4a7](https://github.com/CoCreate-app/CoCreate-organizations/commit/1e3b4a75c487f943390b5c462f3a4d811d5deda7))
|
|
7
|
+
|
|
8
|
+
# [1.11.0](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.10.10...v1.11.0) (2023-04-24)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* added pwa manifest ([711f7a2](https://github.com/CoCreate-app/CoCreate-organizations/commit/711f7a22c2f3f224f956c93a3a4019a383226c37))
|
|
14
|
+
|
|
1
15
|
## [1.10.10](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.10.9...v1.10.10) (2023-04-13)
|
|
2
16
|
|
|
3
17
|
|
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/organizations",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.1",
|
|
4
4
|
"description": "A simple organizations component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"organizations",
|
|
@@ -54,7 +54,6 @@
|
|
|
54
54
|
"mini-css-extract-plugin": "^1.5.0",
|
|
55
55
|
"style-loader": "^3.3.1",
|
|
56
56
|
"terser-webpack-plugin": "^5.1.1",
|
|
57
|
-
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
58
57
|
"webpack": "^5.24.4",
|
|
59
58
|
"webpack-cli": "^4.5.0",
|
|
60
59
|
"webpack-log": "^3.0.1"
|