Skip to content

Commit 3b7a369

Browse files
author
yinquan
committed
touch support
1 parent 76da6b4 commit 3b7a369

34 files changed

+9209
-3842
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
4.0.0
2+
- added:
3+
- touch support for drag and drop operations.
4+
- the enableTouchSupport property.
5+
- the allowTouchOperationFromAnotherTree method.
6+
- the allowExternalTouchOperation method.
7+
- the isTheTouchOperationFromTheTree method.
8+
- the dragleavetree event.
9+
- the dragentertree event.
10+
11+
- security:
12+
- upgraded some dependencies.
13+
- replaced @rollup/plugin-buble with @rollup/plugin-babel.
14+
- replaced vue-jest with @vue/vue2-jest.
15+
116
3.8.3
217
- fixed:
318
- the input box cannot deselect the selection and move the cursor to the expected position when the user clicks in it in firefox.

CHANGELOG.zh.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1+
4.0.0
2+
- 添加:
3+
- 触屏拖拽支持。
4+
- 属性 enableTouchSupport。
5+
- 方法 allowTouchOperationFromAnotherTree。
6+
- 方法 allowExternalTouchOperation。
7+
- 方法 isTheTouchOperationFromTheTree。
8+
- 事件 dragleavetree
9+
- 事件 dragentertree
10+
- 安全性:
11+
- 升级了一些依赖包。
12+
-@rollup/plugin-buble 替换为 @rollup/plugin-babel
13+
- 包vue-jest 替换为 @vue/vue2-jest
14+
115
3.8.3
216
- 修正:
3-
- firefox中,编辑一个节点时,鼠标点击输入框中,输入框不能取消全选状态且光标未能移到指定位置
17+
- firefox中,编辑一个节点时,鼠标点击输入框中,输入框不能取消全选状态且光标未能移到指定位置
418
- 安全性:
519
- 升级了一些依赖包。
620

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ A highly customizable tree component for vue.
2828
* 右键菜单
2929
* 按钮
3030
* 自定义外观
31+
* 触屏支持
3132

3233
## 文档
3334
* [文档](https://github.com/TinyWisp/twtree/wiki/%E6%96%87%E6%A1%A3)
@@ -136,6 +137,7 @@ export default {
136137
* context menu
137138
* button
138139
* customizable appearance
140+
* touch support
139141

140142
## Getting Started
141143

docs/css/app.c4146761.css renamed to docs/css/app.fa881e78.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><script defer="defer" type="module" src="js/chunk-vendors.c01eec9f.js"></script><script defer="defer" type="module" src="js/app.9a5de6b2.js"></script><link href="css/app.c4146761.css" rel="stylesheet"><script defer="defer" src="js/chunk-vendors-legacy.e856efd2.js" nomodule></script><script defer="defer" src="js/app-legacy.9c83a4af.js" nomodule></script></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></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><script defer="defer" type="module" src="js/chunk-vendors.f0d34acf.js"></script><script defer="defer" type="module" src="js/app.4e1beb04.js"></script><link href="css/app.fa881e78.css" rel="stylesheet"><script defer="defer" src="js/chunk-vendors-legacy.b0208fd7.js" nomodule></script><script defer="defer" src="js/app-legacy.b3d3c3b4.js" nomodule></script></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></body></html>

docs/js/app-legacy.9c83a4af.js

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

docs/js/app-legacy.9c83a4af.js.map

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

docs/js/app-legacy.b3d3c3b4.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-legacy.b3d3c3b4.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.4e1beb04.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.

0 commit comments

Comments
 (0)