@cocreate/text 1.20.3 → 1.20.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/docs/index.html +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
## [1.20.4](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.3...v1.20.4) (2023-04-30)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* fullscreen target updated to fullscreen fullscreen-target ([9a1525f](https://github.com/CoCreate-app/CoCreate-text/commit/9a1525f2d8cbec9ecac34bd41059b57ef12f118c))
|
7
|
+
* package-lock.json and pnpm-lock.yaml added to .gitignore ([c585be8](https://github.com/CoCreate-app/CoCreate-text/commit/c585be8722810ca6bd6fe2db0a829c118cea1289))
|
8
|
+
* removed toogle fullscreen icons. now using css content ([ea1beb9](https://github.com/CoCreate-app/CoCreate-text/commit/ea1beb9bd8f6ec8658938453f733c8e5452c4b17))
|
9
|
+
|
1
10
|
## [1.20.3](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.2...v1.20.3) (2023-04-24)
|
2
11
|
|
3
12
|
|
package/docs/index.html
CHANGED
@@ -88,7 +88,7 @@
|
|
88
88
|
<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>
|
89
89
|
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
|
90
90
|
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
|
91
|
-
<a class="margin-right:5px" fullscreen target="#playground"
|
91
|
+
<a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
|
92
92
|
</div>
|
93
93
|
|
94
94
|
</div>
|