Skip to content

Commit

Permalink
add props: node.style.showIcon, node.style.showSwitcher
Browse files Browse the repository at this point in the history
    fix a bug: method isDroppable sometimes doesn't work improperly
  • Loading branch information
yinquan committed Jul 26, 2020
1 parent 2e01a58 commit 2a307c9
Show file tree
Hide file tree
Showing 22 changed files with 642 additions and 348 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.2.0
add props: node.style.showIcon, node.style.showSwitcher
fix a bug: method isDroppable sometimes doesn't work improperly

2.1.1
upgrade some dependencies

Expand Down
1 change: 0 additions & 1 deletion docs/css/app.9e9d9a96.css

This file was deleted.

1 change: 1 addition & 0 deletions docs/css/app.a97a1e0e.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -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=js/about.4454fa7c.js rel=prefetch><link href=css/app.9e9d9a96.css rel=preload as=style><link href=js/app.47533e79.js rel=preload as=script><link href=js/chunk-vendors.4b1f4bc3.js rel=preload as=script><link href=css/app.9e9d9a96.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.4b1f4bc3.js></script><script src=js/app.47533e79.js></script></body></html>
<!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.a97a1e0e.css rel=preload as=style><link href=js/app.7c81bd98.js rel=preload as=script><link href=js/chunk-vendors.4b1f4bc3.js rel=preload as=script><link href=css/app.a97a1e0e.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.4b1f4bc3.js></script><script src=js/app.7c81bd98.js></script></body></html>
2 changes: 0 additions & 2 deletions docs/js/about.4454fa7c.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/js/about.4454fa7c.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions docs/js/app.47533e79.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/js/app.47533e79.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions docs/js/app.7c81bd98.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/js/app.7c81bd98.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twtree",
"version": "2.1.1",
"version": "2.2.0",
"description": "A highly customizable tree component for vue, which features checkbox, async loading, drag and drop, context menu and custom appearance.",
"main": "lib/twtree.umd.min.js",
"module": "lib/twtree.esm.js",
Expand Down
Loading

0 comments on commit 2a307c9

Please sign in to comment.