mzgantt 1.0.28 → 1.1.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/README.en.md +5 -5
- package/cdn/edit.js +1 -1
- package/cdn/mzgantt.css +1 -1
- package/cdn/mzgantt.js +1 -1
- package/dist/edit.js +1 -1
- package/dist/mzgantt.css +1 -1
- package/dist/mzgantt.js +1 -1
- package/package.json +1 -1
- package/readme.md +5 -5
- package/sample/sample.html +5 -5
package/README.en.md
CHANGED
|
@@ -926,11 +926,11 @@ MZGantt provides rich interfaces to operate or control Gantt chart data and feat
|
|
|
926
926
|
1. Standard JS Version
|
|
927
927
|
Download Or use following CDN:
|
|
928
928
|
```
|
|
929
|
-
<link rel="stylesheet" type="text/css" href="https://gcore.jsdelivr.net/npm/mzgantt@1.0.
|
|
930
|
-
<script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.
|
|
931
|
-
<script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.
|
|
932
|
-
<script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.
|
|
933
|
-
<script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.
|
|
929
|
+
<link rel="stylesheet" type="text/css" href="https://gcore.jsdelivr.net/npm/mzgantt@1.0.29/cdn/mzgantt.css" />
|
|
930
|
+
<script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.29/cdn/mzgantt.js"></script>
|
|
931
|
+
<script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.29/cdn/edit.js"></script>
|
|
932
|
+
<script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.29/cdn/export.js"></script>
|
|
933
|
+
<script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.29/cdn/mobile.js"></script>
|
|
934
934
|
```
|
|
935
935
|
|
|
936
936
|
2. npm Version (supports Vue, etc.): Install directly using npm command.
|