Skip to content

Commit 5508418

Browse files
committed
📝update doc
1 parent 139eba6 commit 5508418

File tree

8 files changed

+18
-8
lines changed

8 files changed

+18
-8
lines changed

doc-src/changelog.mdx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,18 @@ import GitHub from './component/github'
99

1010
# 更新日志
1111

12+
## [0.10.0][2018-09-21]
13+
14+
### 改进
15+
16+
- 区分了 childNodes 和 children,前者包含所有元素,后者只包含类型不为DataNode的Sprite元素。
17+
18+
### bug修复
19+
20+
- 修复了由于存在TextNode导致Group元素可能插入失败的Bug。
21+
1222
## [0.10.0][2018-09-20]
1323

1424
### 改进
1525

16-
- spritejs升级到2.16.1,支持了Scene的[displayRatio](http://spritejs.org/#/zh-cn/guide/resolution?id=displayratio)配置
26+
- spritejs升级到2.16.1,支持了Scene的[displayRatio](http://spritejs.org/#/zh-cn/guide/resolution?id=displayratio)配置

docs/assets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"vendors.js": "/static/js/vendors.1fdbc36a.js",
3-
"app.js": "/static/js/app.83ca92f8.js",
4-
"doc-src-changelog.js": "/static/js/doc-src-changelog.ad5fd621.js",
3+
"app.js": "/static/js/app.427b1ffd.js",
4+
"doc-src-changelog.js": "/static/js/doc-src-changelog.bea2946d.js",
55
"doc-src-index.js": "/static/js/doc-src-index.8084c54f.js",
66
"doc-src-resources.js": "/static/js/doc-src-resources.f733dacc.js",
7-
"runtime~app.js": "/static/js/runtime~app.50ee8d8afd21a6873ac5.js",
7+
"runtime~app.js": "/static/js/runtime~app.6cd4d10ab7a11ad48e7a.js",
88
"index.html": "/index.html"
99
}

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="description" content="Render spritejs elements using Vue"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Sprite Vue</title><link rel="stylesheet" href="https://unpkg.com/[email protected]/lib/codemirror.css"/></head><body><div id="root"/><script src="/static/js/runtime~app.50ee8d8afd21a6873ac5.js"></script><script src="/static/js/vendors.1fdbc36a.js"></script><script src="/static/js/app.83ca92f8.js"></script></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="description" content="Render spritejs elements using Vue"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Sprite Vue</title><link rel="stylesheet" href="https://unpkg.com/[email protected]/lib/codemirror.css"/></head><body><div id="root"/><script src="/static/js/runtime~app.6cd4d10ab7a11ad48e7a.js"></script><script src="/static/js/vendors.1fdbc36a.js"></script><script src="/static/js/app.427b1ffd.js"></script></body></html>

docs/static/js/app.427b1ffd.js

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

docs/static/js/app.83ca92f8.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/static/js/doc-src-changelog.ad5fd621.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/static/js/doc-src-changelog.bea2946d.js

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

docs/static/js/runtime~app.50ee8d8afd21a6873ac5.js renamed to docs/static/js/runtime~app.6cd4d10ab7a11ad48e7a.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)