Skip to content

Commit 91aae9d

Browse files
author
yinquan
committed
- fixed:
- the input box's width didn't fit its content well. - the reload() method caused an animation playing. - security: - upgraded some dependencies.
1 parent 0691ba1 commit 91aae9d

14 files changed

+902
-1118
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
3.6.0
2+
- fixed:
3+
- the input box's width didn't fit its content well.
4+
- the reload() method caused an animation playing.
5+
- security:
6+
- upgraded some dependencies.
7+
18
3.5.0
29
- security:
310
- upgraded some dependencies.

CHANGELOG.zh.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
3.6.0
2+
- 修正:
3+
- 编辑一个结点的标题时,输入框的宽度不能很好地适应内容的长度。
4+
- 方法reload()会产生一个动画效果。
5+
- 安全性:
6+
- 升级一些依赖包.
7+
8+
19
3.5.0
210
- 安全性:
311
- 升级一些依赖包。

docs/css/app.0f3de73c.css renamed to docs/css/app.571cd6dc.css

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

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 http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>twtree</title><link href="css/app.0f3de73c.css" rel="preload" as="style"><link href="js/app.55135a74.js" rel="preload" as="script"><link href="js/chunk-vendors.1d2b68cd.js" rel="preload" as="script"><link href="css/app.0f3de73c.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but twtree doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="js/chunk-vendors.1d2b68cd.js"></script><script src="js/app.55135a74.js"></script></body></html>
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>twtree</title><link href="css/app.571cd6dc.css" rel="preload" as="style"><link href="js/app.291f2d3f.js" rel="preload" as="script"><link href="js/chunk-vendors.c3eedee7.js" rel="preload" as="script"><link href="css/app.571cd6dc.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but twtree doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="js/chunk-vendors.c3eedee7.js"></script><script src="js/app.291f2d3f.js"></script></body></html>

docs/js/app.291f2d3f.js

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

docs/js/app.291f2d3f.js.map

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/js/app.55135a74.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/js/app.55135a74.js.map

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

docs/js/chunk-vendors.1d2b68cd.js.map

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

docs/js/chunk-vendors.1d2b68cd.js renamed to docs/js/chunk-vendors.c3eedee7.js

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

0 commit comments

Comments
 (0)