Skip to content

Commit 42952ba

Browse files
author
yinquan
committed
fixed: the properties of the node passed to the fnCustomClasses may not be the latest.
1 parent 6e728dc commit 42952ba

15 files changed

+80
-58
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
3.8.0
2+
- fixed:
3+
- the properties of the node passed to the fnCustomClasses may not be the latest.
4+
- security:
5+
- upgraded some dependencies.
6+
7+
18
3.7.0
29
- added:
310
- the fnCustomClasses property

CHANGELOG.zh.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
3.8.0
2+
- 修正:
3+
- 当fnCustomClasses被回调时,传入的node参数,其一些属性可能不是最新。
4+
- 安全性:
5+
- 升级了一些依赖包。
6+
17
3.7.0
28
- 添加:
39
- 属性 fnCustomClasses

docs/css/app.8cea11bb.css renamed to docs/css/app.be5292d3.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.8cea11bb.css" rel="preload" as="style"><link href="js/app.52c6bc78.js" rel="preload" as="script"><link href="js/chunk-vendors.c3eedee7.js" rel="preload" as="script"><link href="css/app.8cea11bb.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.52c6bc78.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.be5292d3.css" rel="preload" as="style"><link href="js/app.2f019dad.js" rel="preload" as="script"><link href="js/chunk-vendors.a6b473b5.js" rel="preload" as="script"><link href="css/app.be5292d3.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.a6b473b5.js"></script><script src="js/app.2f019dad.js"></script></body></html>

docs/js/app.2f019dad.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.2f019dad.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.52c6bc78.js

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

docs/js/app.52c6bc78.js.map

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

docs/js/chunk-vendors.a6b473b5.js

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

docs/js/chunk-vendors.a6b473b5.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.

0 commit comments

Comments
 (0)