cloudcmd 19.1.21 → 19.2.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 +15 -0
- package/HELP.md +2 -1
- package/README.md +1 -1
- package/dist/cloudcmd.common.js +2 -2
- package/dist/cloudcmd.common.js.map +1 -1
- package/dist/modules/edit-file-vim.js +1 -1
- package/dist/modules/edit-file-vim.js.map +1 -1
- package/dist/modules/edit-file.js +1 -1
- package/dist/modules/edit-file.js.map +1 -1
- package/dist/modules/edit-names-vim.js +1 -1
- package/dist/modules/edit-names-vim.js.map +1 -1
- package/dist/modules/edit-names.js +1 -1
- package/dist/modules/edit-names.js.map +1 -1
- package/dist/modules/help.js +1 -1
- package/dist/modules/help.js.map +1 -1
- package/dist/modules/markdown.js +1 -1
- package/dist/modules/markdown.js.map +1 -1
- package/dist/modules/polyfill.js +1 -1
- package/dist/modules/polyfill.js.map +1 -1
- package/dist/modules/terminal.js +1 -1
- package/dist/modules/terminal.js.map +1 -1
- package/dist/sw.js +1 -1
- package/dist-dev/cloudcmd.common.js +77 -87
- package/dist-dev/modules/edit-file-vim.js +1 -1
- package/dist-dev/modules/edit-file.js +1 -1
- package/dist-dev/modules/edit-names-vim.js +1 -1
- package/dist-dev/modules/edit-names.js +1 -1
- package/dist-dev/modules/help.js +1 -1
- package/dist-dev/modules/markdown.js +1 -1
- package/dist-dev/modules/polyfill.js +1 -1
- package/dist-dev/modules/terminal.js +1 -1
- package/dist-dev/sw.js +1 -1
- package/package.json +3 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
2026.02.03, v19.2.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- bb32f7c4 client: dom: migrate to ESM
|
|
5
|
+
- 457c83db client: migrate to ESM
|
|
6
|
+
- f8a941bd client: modules: markdown: migrate to ESM
|
|
7
|
+
- 9d6cffaf client: polifyll: migrate to ESM
|
|
8
|
+
- 5b704d06 client: edit-names: migrate to ESM
|
|
9
|
+
- 2c2ca8eb client: edit-file: migrate to ESM
|
|
10
|
+
- c9f57c5f client: modules: edit-file-vim: migrate to ESM
|
|
11
|
+
- 327ac9de client: modules: help: migrate to ESM
|
|
12
|
+
- dc34ee87 cloudcmd: @putout/plugin-cloudcmd v5.0.0
|
|
13
|
+
- 3cd3695b client: modules: edit-names-vim: migrate to ESM
|
|
14
|
+
- dfcbfd63 client: modules: terminal: migrate to ESM
|
|
15
|
+
|
|
1
16
|
2026.02.02, v19.1.21
|
|
2
17
|
|
|
3
18
|
feature:
|
package/HELP.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Cloud Commander v19.
|
|
1
|
+
# Cloud Commander v19.2.0
|
|
2
2
|
|
|
3
3
|
### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
|
|
4
4
|
|
|
@@ -1111,6 +1111,7 @@ There are a lot of ways to be involved in `Cloud Commander` development:
|
|
|
1111
1111
|
|
|
1112
1112
|
## Version history
|
|
1113
1113
|
|
|
1114
|
+
- *2026.02.03*, **[v19.2.0](//github.com/coderaiser/cloudcmd/releases/tag/v19.2.0)**
|
|
1114
1115
|
- *2026.02.02*, **[v19.1.21](//github.com/coderaiser/cloudcmd/releases/tag/v19.1.21)**
|
|
1115
1116
|
- *2026.01.31*, **[v19.1.20](//github.com/coderaiser/cloudcmd/releases/tag/v19.1.20)**
|
|
1116
1117
|
- *2026.01.30*, **[v19.1.19](//github.com/coderaiser/cloudcmd/releases/tag/v19.1.19)**
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Cloud Commander v19.
|
|
1
|
+
# Cloud Commander v19.2.0 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
|
|
2
2
|
|
|
3
3
|
### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
|
|
4
4
|
|