@cocreate/organizations 1.11.3 → 1.11.4
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 +9 -0
- package/demo/industries/industries.html +1 -1
- package/docs/index.html +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [1.11.4](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.11.3...v1.11.4) (2023-04-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* fullscreen target updated to fullscreen fullscreen-target ([838f96e](https://github.com/CoCreate-app/CoCreate-organizations/commit/838f96edbc0353024cc9aaf3d5709629915d4303))
|
|
7
|
+
* package-lock.json and pnpm-lock.yaml added to .gitignore ([5e652d3](https://github.com/CoCreate-app/CoCreate-organizations/commit/5e652d35030724834ca66cc341493627beb118d6))
|
|
8
|
+
* removed toogle fullscreen icons. now using css content ([9ef93a5](https://github.com/CoCreate-app/CoCreate-organizations/commit/9ef93a50e89b5f00b2f47f9fded99069cea7e2a6))
|
|
9
|
+
|
|
1
10
|
## [1.11.3](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.11.2...v1.11.3) (2023-04-24)
|
|
2
11
|
|
|
3
12
|
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<a actions="parkModal"><i class="far fa-window-minimize"></i></a>
|
|
26
26
|
</li>
|
|
27
27
|
<li class="margin-right:15px">
|
|
28
|
-
<a fullscreen
|
|
28
|
+
<a fullscreen></a>
|
|
29
29
|
</li>
|
|
30
30
|
<li class="margin-right:15px">
|
|
31
31
|
<a actions="pass, openModal" modal-src="render.html"
|
package/docs/index.html
CHANGED
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
<a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a>
|
|
118
118
|
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
|
|
119
119
|
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
|
|
120
|
-
<a class="margin-right:5px" fullscreen target="#playground"
|
|
120
|
+
<a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
|
|
121
121
|
</div>
|
|
122
122
|
|
|
123
123
|
</div>
|
package/package.json
CHANGED