Browse Source

Released version 0.7.0

css_transitions v0.7.0
josdejong 10 years ago
parent
commit
c92f931d33
5 changed files with 11 additions and 9 deletions
  1. +5
    -3
      HISTORY.md
  2. +1
    -1
      bower.json
  3. +1
    -1
      dist/vis.js
  4. +3
    -3
      dist/vis.min.js
  5. +1
    -1
      package.json

+ 5
- 3
HISTORY.md View File

@ -1,16 +1,18 @@
vis.js history
http://visjs.org
## 2014-03-06, version 0.7.0
## 2014-03-07, version 0.7.0
### Graph
- changed navigation CSS. Icons are now always correctly positioned.
- added stabilizationIterations option to graph.
- added storePosition() method to save the XY positions of nodes in the dataset.
- seperated allowedToMove into allowedToMoveX and allowedToMoveY. This is required for initializing nodes from hierarchical layouts after storePosition().
- added storePosition() method to save the XY positions of nodes in the DataSet.
- separated allowedToMove into allowedToMoveX and allowedToMoveY. This is required for initializing nodes from hierarchical layouts after storePosition().
- added color options for the edges.
## 2014-03-06, version 0.6.1
### Graph

+ 1
- 1
bower.json View File

@ -1,6 +1,6 @@
{
"name": "vis",
"version": "0.7.0-SNAPSHOT",
"version": "0.7.0",
"description": "A dynamic, browser-based visualization library.",
"homepage": "http://visjs.org/",
"repository": {

+ 1
- 1
dist/vis.js View File

@ -4,7 +4,7 @@
*
* A dynamic, browser-based visualization library.
*
* @version 0.7.0-SNAPSHOT
* @version 0.7.0
* @date 2014-03-07
*
* @license

+ 3
- 3
dist/vis.min.js
File diff suppressed because it is too large
View File


+ 1
- 1
package.json View File

@ -1,6 +1,6 @@
{
"name": "vis",
"version": "0.7.0-SNAPSHOT",
"version": "0.7.0",
"description": "A dynamic, browser-based visualization library.",
"homepage": "http://visjs.org/",
"repository": {

Loading…
Cancel
Save