Skip to content

Commit

Permalink
Bump version to v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sheymann committed May 20, 2015
1 parent f1bb32d commit b58dd1d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
## linkurious.js - changelog:

#### 1.0.9 (May 20, 2015)

Plugins:

- Fix #109 sigma.plugins.locate: handle multiple sigma instances
- #108 sigma.plugins.locate: add an optional padding
- Fix #107 sigma.plugins.select: A node is deactivated on double-click
- Fix #106 sigma.plugins.dragNodes: Dragging an unselected node while another node is selected drags both
- Fix #105 sigma.plugins.select: A node is deactivated on drag

#### 1.0.8 (May 18, 2015)

Plugins:

- Add sigma.layouts.fruchtermanReingold
- #94 Add sigma.layouts.fruchtermanReingold
- Add sigma.parsers.cypher (license GNU GPL3 from @sim51)
- Add levels to Linkurious renderers (canvas)
- use throw new Error('msg') instead of throw 'msg'
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": "linkurious",
"version": "1.0.8",
"version": "1.0.9",
"description": "A Javascript toolkit to speed up the development of graph visualization and interaction applications.",
"homepage": "https://github.com/Linkurious/linkurious.js",
"bugs": "http://github.com/Linkurious/linkurious.js/issues",
Expand Down

0 comments on commit b58dd1d

Please sign in to comment.