Skip to content

Commit 2e67a98

Browse files
authored
update version to 0.7.2 (#508)
1 parent e189f65 commit 2e67a98

File tree

9 files changed

+26
-26
lines changed

9 files changed

+26
-26
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ The ES6 version of jsMind has been launched, and legacy version has been depreca
2626
<link
2727
type="text/css"
2828
rel="stylesheet"
29-
href="//cdn.jsdelivr.net/npm/jsmind@0.7.1/style/jsmind.css"
29+
href="//cdn.jsdelivr.net/npm/jsmind@0.7.2/style/jsmind.css"
3030
/>
3131
<script
3232
type="text/javascript"
33-
src="//cdn.jsdelivr.net/npm/jsmind@0.7.1/es6/jsmind.js"
33+
src="//cdn.jsdelivr.net/npm/jsmind@0.7.2/es6/jsmind.js"
3434
></script>
3535
<!--
3636
enable draggable node feature
37-
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/jsmind@0.7.1/es6/jsmind.draggable-node.js"></script>
37+
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/jsmind@0.7.2/es6/jsmind.draggable-node.js"></script>
3838
-->
3939
</head>
4040
<body>

docs/en/1.usage.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@
1313
At first, 2 files (jsmind.css and jsmind.js) are required. Here we link to the resources on the CDN. It is recommended to use the latest version.
1414

1515
```html
16-
<link type="text/css" rel="stylesheet" href="https://unpkg.com/jsmind@0.7.1/style/jsmind.css" />
16+
<link type="text/css" rel="stylesheet" href="https://unpkg.com/jsmind@0.7.2/style/jsmind.css" />
1717

18-
<script type="text/javascript" src="https://unpkg.com/jsmind@0.7.1/es6/jsmind.js"></script>
18+
<script type="text/javascript" src="https://unpkg.com/jsmind@0.7.2/es6/jsmind.js"></script>
1919

2020
```
2121
> CDN: other available CDNs are [jsDelivr](https://www.jsdelivr.com/package/npm/jsmind/), and [the mirror of jsDelivr in China](https://jsd.onmicrosoft.cn/npm/jsmind/). the resource urls would look like:
22-
> - https://unpkg.com/jsmind@0.7.1/es6/jsmind.js
23-
> - https://cdn.jsdelivr.net/npm/jsmind@0.7.1/es6/jsmind.js
24-
> - https://jsd.onmicrosoft.cn/npm/jsmind@0.7.1/es6/jsmind.js
22+
> - https://unpkg.com/jsmind@0.7.2/es6/jsmind.js
23+
> - https://cdn.jsdelivr.net/npm/jsmind@0.7.2/es6/jsmind.js
24+
> - https://jsd.onmicrosoft.cn/npm/jsmind@0.7.2/es6/jsmind.js
2525
2626
> Version: the version number appear in the url of CDN. It's strongly recommended that you also specify the version number in your project to avoid the risks that caused by version upgrades. Access the [Release page](https://github.com/hizzgdev/jsmind/releases) to get the latest version number of jsMind.
2727
2828
Add script jsmind.draggable-node.js for enabling draggable node feature.
2929

3030
```html
31-
<script type="text/javascript" src="https://unpkg.com/jsmind@0.7.1/es6/jsmind.draggable-node.js"></script>
31+
<script type="text/javascript" src="https://unpkg.com/jsmind@0.7.2/es6/jsmind.draggable-node.js"></script>
3232
```
3333

3434
The second, a div element should be in your HTML as container

docs/en/experimental-features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ This feature can support to export mind maps as png images.
1616
```html
1717

1818
<!-- style -->
19-
<link type="text/css" rel="stylesheet" href="https://unpkg.com/jsmind@0.7.1/style/jsmind.css" />
19+
<link type="text/css" rel="stylesheet" href="https://unpkg.com/jsmind@0.7.2/style/jsmind.css" />
2020

2121
<!-- jsMind -->
22-
<script type="text/javascript" src="https://unpkg.com/jsmind@0.7.1/es6/jsmind.js"></script>
22+
<script type="text/javascript" src="https://unpkg.com/jsmind@0.7.2/es6/jsmind.js"></script>
2323

2424
<!-- dependency of screenshot -->
2525
<script type="text/javascript" src="https://unpkg.com/dom-to-image@2.6.0/dist/dom-to-image.min.js" ></script>
2626

2727
<!-- screenshot plugin -->
28-
<script type="text/javascript" src="https://unpkg.com/jsmind@0.7.1/es6/jsmind.screenshot.js"></script>
28+
<script type="text/javascript" src="https://unpkg.com/jsmind@0.7.2/es6/jsmind.screenshot.js"></script>
2929

3030

3131
<script>

docs/zh/1.usage.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@
1414

1515

1616
```html
17-
<link type="text/css" rel="stylesheet" href="https://unpkg.com/jsmind@0.7.1/style/jsmind.css" />
17+
<link type="text/css" rel="stylesheet" href="https://unpkg.com/jsmind@0.7.2/style/jsmind.css" />
1818

19-
<script type="text/javascript" src="https://unpkg.com/jsmind@0.7.1/es6/jsmind.js"></script>
19+
<script type="text/javascript" src="https://unpkg.com/jsmind@0.7.2/es6/jsmind.js"></script>
2020
```
2121

2222
> CDN:其它可用的 CDN 还有 [jsDelivr](https://www.jsdelivr.com/package/npm/jsmind/),以及 jsDelivr 的[国内镜像](https://jsd.onmicrosoft.cn/npm/jsmind/)。文件路径大概像这样:
23-
> - https://unpkg.com/jsmind@0.7.1/es6/jsmind.js
24-
> - https://cdn.jsdelivr.net/npm/jsmind@0.7.1/es6/jsmind.js
25-
> - https://jsd.onmicrosoft.cn/npm/jsmind@0.7.1/es6/jsmind.js
23+
> - https://unpkg.com/jsmind@0.7.2/es6/jsmind.js
24+
> - https://cdn.jsdelivr.net/npm/jsmind@0.7.2/es6/jsmind.js
25+
> - https://jsd.onmicrosoft.cn/npm/jsmind@0.7.2/es6/jsmind.js
2626
2727
> 版本:上面的示例url中都有版本号,强烈建议你在项目里也指明版本号,以避免版本升级给你的项目带来风险。访问 [Release 页面](https://github.com/hizzgdev/jsmind/releases) 可以获取 jsmind 的最新版本号。
2828
2929
如果希望能够通过鼠标拖拽的方式移动节点,需要额外引用 jsmind.draggable-node.js 文件
3030

3131
```html
32-
<script type="text/javascript" src="https://unpkg.com/jsmind@0.7.1/es6/jsmind.draggable-node.js"></script>
32+
<script type="text/javascript" src="https://unpkg.com/jsmind@0.7.2/es6/jsmind.draggable-node.js"></script>
3333
```
3434

3535
其次,要为 jsMind 准备一个容器,jsMind 将在这个容器里显示思维导图。可自行定义容器的id、大小及样式。

docs/zh/experimental-features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
```html
1818

1919
<!-- style -->
20-
<link type="text/css" rel="stylesheet" href="https://unpkg.com/jsmind@0.7.1/style/jsmind.css" />
20+
<link type="text/css" rel="stylesheet" href="https://unpkg.com/jsmind@0.7.2/style/jsmind.css" />
2121

2222
<!-- jsMind -->
23-
<script type="text/javascript" src="https://unpkg.com/jsmind@0.7.1/es6/jsmind.js"></script>
23+
<script type="text/javascript" src="https://unpkg.com/jsmind@0.7.2/es6/jsmind.js"></script>
2424

2525
<!-- dependency of screenshot -->
2626
<script type="text/javascript" src="https://unpkg.com/dom-to-image@2.6.0/dist/dom-to-image.min.js" ></script>
2727

2828
<!-- screenshot plugin -->
29-
<script type="text/javascript" src="https://unpkg.com/jsmind@0.7.1/es6/jsmind.screenshot.js"></script>
29+
<script type="text/javascript" src="https://unpkg.com/jsmind@0.7.2/es6/jsmind.screenshot.js"></script>
3030

3131

3232
<script>

example/3_requirejs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
meta: {
4141
name: 'jsMind example',
4242
author: 'hizzgdev@163.com',
43-
version: '0.7.1',
43+
version: '0.7.2',
4444
},
4545
format: 'node_tree',
4646
data: {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsmind",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "jsMind is a pure javascript library for mindmap, it base on html5 canvas. jsMind was released under BSD license, you can embed it in any project, if only you observe the license.",
55
"main": "es6/jsmind.js",
66
"exports": {

src/jsmind.common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* https://github.com/hizzgdev/jsmind/
77
*/
88

9-
export const __version__ = '0.7.1';
9+
export const __version__ = '0.7.2';
1010
export const __author__ = 'hizzgdev@163.com';
1111

1212
if (typeof String.prototype.startsWith != 'function') {

0 commit comments

Comments
 (0)