Skip to content

Commit

Permalink
updated for v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patorjk committed Jan 9, 2021
1 parent 4973f40 commit 419c584
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,9 @@ var menu = [
]
```

### What's new in version 2.1.0
* Added support for accessing event information in with D3 6.x.

### What's new in version 2.0.0
* Added support for D3 6.x
* The `index` parameter of callbacks are undefined when using D3 6.x or above. See the index.htm file in the example folder to see how to get the proper `index` value in that case.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-context-menu",
"version": "2.0.0",
"version": "2.1.0",
"description": "A plugin for d3.js that allows you to easily use context menus in your visualizations.",
"main": "js/d3-context-menu.js",
"directories": {
Expand Down

0 comments on commit 419c584

Please sign in to comment.