From b58dd1d1195bb8c51a56a79e41711dd590455257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Heymann?= Date: Wed, 20 May 2015 17:52:28 +0200 Subject: [PATCH] Bump version to v1.0.9 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7bee4ff..c3e04b30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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' diff --git a/package.json b/package.json index 0db90f99..da3f37aa 100644 --- a/package.json +++ b/package.json @@ -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",