Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Desmaisons committed Jun 4, 2017
1 parent 7865624 commit 38d7583
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions documentation/README.next.md
Expand Up @@ -157,6 +157,10 @@ Sent when mouse leaves the node name

For all these events, the argument passed is `{element, data}` where `element` represents the node build by `D3.js` and `data` is the node raw data.

* `nodesComputed`

Sent when D3.js nodes are computed using `data` props. Called with [D3.js hierarchy node](https://github.com/d3/d3-hierarchy#hierarchy)

## data

* `currentNode`
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vued3tree",
"version": "3.0.1",
"version": "3.1.0",
"description": "A Vue.js project",
"author": "desmaisons_david <desmaisons_david@hotmail.com>",
"scripts": {
Expand Down

0 comments on commit 38d7583

Please sign in to comment.