Skip to content

Commit

Permalink
Bump to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikGartner committed Apr 24, 2020
1 parent d3b08de commit 36a036e
Show file tree
Hide file tree
Showing 9 changed files with 722 additions and 11,518 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="2.4.0"></a>
# [2.4.0](https://github.com/ErikGartner/dtree/compare/2.3.0...v2.4.0) (2020-04-24)




<a name="2.3.0"></a>
# [2.3.0](https://github.com/ErikGartner/dtree/compare/2.2.2...v2.3.0) (2020-04-24)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ yarn add d3-dtree

Lastly dTree is also available through several CDNs such as [jsDelivr](https://www.jsdelivr.com/package/npm/d3-dtree):
```
https://cdn.jsdelivr.net/npm/d3-dtree@2.3.0/dist/dTree.min.js
https://cdn.jsdelivr.net/npm/d3-dtree@2.4.0/dist/dTree.min.js
```

## Requirements
Expand Down Expand Up @@ -121,7 +121,7 @@ The returned object, `tree = dTree.init(data, options)`, contains functions to
- `zoomToFit(duration = 500)` - Zoom to fit the entire tree into the viewport

### Callbacks
Below follows a short descriptions of the available callback functions that may be passed to dTree. See [dtree.js](https://github.com/ErikGartner/dTree/blob/master/src/dtree.js) for the *default implementations*.
Below follows a short descriptions of the available callback functions that may be passed to dTree. See [dtree.js](https://github.com/ErikGartner/dTree/blob/master/src/dtree.js) for the *default implementations*. Information about e.g. mouse cursor position can retrieved by interacting with the `this` object, i.e. `d3.mouse(this)`.

#### nodeClick
```javascript
Expand Down
24 changes: 12 additions & 12 deletions dist/dTree.js

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

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dTree.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Loading

0 comments on commit 36a036e

Please sign in to comment.