@cocreate/organizations 1.7.36 → 1.8.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 +14 -0
- package/demo/industries/industry-datatable.html +1 -1
- package/docs/index.html +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [1.8.0](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.7.37...v1.8.0) (2023-01-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* class="template" template_id="id" replaced with template="id" ([6bfa9b1](https://github.com/CoCreate-app/CoCreate-organizations/commit/6bfa9b14d3bf61afb788e66436bc7918f006ba0b))
|
|
7
|
+
|
|
8
|
+
## [1.7.37](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.7.36...v1.7.37) (2023-01-01)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* docs sanbox overflow ([d3f4295](https://github.com/CoCreate-app/CoCreate-organizations/commit/d3f429574cf15795f2483810198ff6f7f7891403))
|
|
14
|
+
|
|
1
15
|
## [1.7.36](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.7.35...v1.7.36) (2022-12-31)
|
|
2
16
|
|
|
3
17
|
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
filter-sort-direction="asc"
|
|
47
47
|
template_id="datatable">
|
|
48
48
|
|
|
49
|
-
<tr class="
|
|
49
|
+
<tr template="datatable" class="background:gainsboro:hover border-bottom:1px_solid_darkgray">
|
|
50
50
|
<td class="padding:10px">
|
|
51
51
|
<div class="min-width:200px">
|
|
52
52
|
<div class="icon-wrapper">
|
package/docs/index.html
CHANGED
|
@@ -100,14 +100,14 @@
|
|
|
100
100
|
</div>
|
|
101
101
|
<div class="position:sticky top:0 padding:10px_0px height:100vh">
|
|
102
102
|
<!-- SandBox -->
|
|
103
|
-
<div class="position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
|
|
103
|
+
<div class="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
|
|
104
104
|
|
|
105
105
|
<div id="demo-code" resizable class="position:relative height:50%">
|
|
106
106
|
<textarea type="code" lang="html" collection="demos" document_id="" name="demo" save="false" id="demo" class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>
|
|
107
107
|
<div resize="bottom" class="background:lightgrey"></div>
|
|
108
108
|
</div>
|
|
109
109
|
|
|
110
|
-
<div id="demo-preview" class="position:relative
|
|
110
|
+
<div id="demo-preview" class="position:relative overflow:auto background-color:white">
|
|
111
111
|
<div get-value="#demo" class="padding:20px"></div>
|
|
112
112
|
</div>
|
|
113
113
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/organizations",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0",
|
|
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",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"webpack-log": "^3.0.1"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@cocreate/actions": "^1.5.
|
|
64
|
-
"@cocreate/crud-client": "^1.17.
|
|
65
|
-
"@cocreate/docs": "^1.5.
|
|
66
|
-
"@cocreate/element-prototype": "^1.2.
|
|
63
|
+
"@cocreate/actions": "^1.5.48",
|
|
64
|
+
"@cocreate/crud-client": "^1.17.9",
|
|
65
|
+
"@cocreate/docs": "^1.5.2",
|
|
66
|
+
"@cocreate/element-prototype": "^1.2.21"
|
|
67
67
|
}
|
|
68
68
|
}
|