vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

199 lines
5.8 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
11 years ago
11 years ago
  1. vis.js history
  2. http://visjs.org
  3. ## 2014-04-18, version 0.7.4
  4. ### Graph
  5. - fixed IE9 bug.
  6. - style fixes.
  7. - minor bug fixes.
  8. ## 2014-04-16, version 0.7.3
  9. ### Graph
  10. - fixed color bug.
  11. - added pull requests from kannonboy and vierja: tooltip styling, label fill color
  12. ## 2014-04-09, version 0.7.2
  13. ### Graph
  14. - fixed edge select bug.
  15. - fixed zoom bug on empty initialization.
  16. ## 2014-03-27, version 0.7.1
  17. ### Graph
  18. - fixed edge color bug.
  19. - fixed select event bug.
  20. - clarified docs, stressing importance of css inclusion for correct display of navigation an manipulation icons.
  21. - improved and expanded playing with physics (configurePhysics option).
  22. - added highlights to navigation icons if the corresponding key is pressed.
  23. - added freezeForStabilization option to improve stabilization with cached positions.
  24. ## 2014-03-07, version 0.7.0
  25. ### Graph
  26. - changed navigation CSS. Icons are now always correctly positioned.
  27. - added stabilizationIterations option to graph.
  28. - added storePosition() method to save the XY positions of nodes in the DataSet.
  29. - separated allowedToMove into allowedToMoveX and allowedToMoveY. This is required for initializing nodes from hierarchical layouts after storePosition().
  30. - added color options for the edges.
  31. ## 2014-03-06, version 0.6.1
  32. ### Graph
  33. - Bugfix graphviz examples.
  34. - Bugfix labels position for smooth curves.
  35. - Tweaked graphviz example physics.
  36. - Updated physics documentation to stress importance of configurePhysics.
  37. ### Timeline
  38. - Fixed a bug with options `margin.axis` and `margin.item` being ignored when setting them to zero.
  39. - Some clarifications in the documentation.
  40. ## 2014-03-05, version 0.6.0
  41. ### Graph
  42. - Added Physics Configuration option. This makes tweaking the physics system to suit your needs easier.
  43. - Click and doubleClick events.
  44. - Initial zoom bugfix.
  45. - Directions for Hierarchical layout.
  46. - Refactoring and bugfixes.
  47. ## 2014-02-20, version 0.5.1
  48. - Fixed broken bower module.
  49. ## 2014-02-20, version 0.5.0
  50. ### Timeline
  51. - Editable Items: drag items, add new items, update items, and remove items.
  52. - Implemented options `selectable`, `editable`.
  53. - Added events `timechange` and `timechanged` when dragging the custom time bar.
  54. - Multiple items can be selected using ctrl+click or shift+click.
  55. - Implemented functions `setWindow(start, end)` and `getWindow()`.
  56. - Fixed scroll to zoom not working on IE in standards mode.
  57. ### Graph
  58. - Editable nodes and edges: create, update, and remove them.
  59. - Support for smooth, curved edges (on by default).
  60. - Performance improvements.
  61. - Fixed scroll to zoom not working on IE in standards mode.
  62. - Added hierarchical layout option.
  63. - Overhauled physics system, now using Barnes-Hut simulation by default. Great performance gains.
  64. - Modified clustering system to give better results.
  65. - Adaptive performance system to increase visual performance (60fps target).
  66. ### DataSet
  67. - Renamed functions `subscribe` and `unsubscribe` to `on` and `off` respectively.
  68. ## 2014-01-31, version 0.4.0
  69. ### Timeline
  70. - Implemented functions `on` and `off` to create event listeners for events
  71. `rangechange`, `rangechanged`, and `select`.
  72. - Implemented function `select` to get and set the selected items.
  73. - Items can be selected by clicking them, muti-select by holding them.
  74. - Fixed non working `start` and `end` options.
  75. ### Graph
  76. - Fixed longstanding bug in the force calculation, increasing simulation
  77. stability and fluidity.
  78. - Reworked the calculation of the Graph, increasing performance for larger
  79. datasets (up to 10x!).
  80. - Support for automatic clustering in Graph to handle large (>50000) datasets
  81. without losing performance.
  82. - Added automatic initial zooming to Graph, to more easily view large amounts
  83. of data.
  84. - Added local declustering to Graph, freezing the simulation of nodes outside
  85. of the cluster.
  86. - Added support for key-bindings by including mouseTrap in Graph.
  87. - Added navigation controls.
  88. - Added keyboard navigation.
  89. - Implemented functions `on` and `off` to create event listeners for event
  90. `select`.
  91. ## 2014-01-14, version 0.3.0
  92. - Moved the generated library to folder `./dist`
  93. - Css stylesheet must be loaded explicitly now.
  94. - Implemented options `showCurrentTime` and `showCustomTime`. Thanks fi0dor.
  95. - Implemented touch support for Timeline.
  96. - Fixed broken Timeline options `min` and `max`.
  97. - Fixed not being able to load vis.js in node.js.
  98. ## 2013-09-20, version 0.2.0
  99. - Implemented full touch support for Graph.
  100. - Fixed initial empty range in the Timeline in case of a single item.
  101. - Fixed field `className` not working for items.
  102. ## 2013-06-20, version 0.1.0
  103. - Added support for DataSet to Graph. Graph now uses an id based set of nodes
  104. and edges instead of a row based array internally. Methods getSelection and
  105. setSelection of Graph now accept a list with ids instead of rows.
  106. - Graph is now robust against edges pointing to non-existing nodes, which
  107. can occur easily while dynamically adding/removing nodes and edges.
  108. - Implemented basic support for groups in the Timeline.
  109. - Added documentation on DataSet and DataView.
  110. - Fixed selection of nodes in a Graph when the containing web page is scrolled.
  111. - Improved date conversion.
  112. - Renamed DataSet option `fieldTypes` to `convert`.
  113. - Renamed function `vis.util.cast` to `vis.util.convert`.
  114. ## 2013-06-07, version 0.0.9
  115. - First working version of the Graph imported from the old library.
  116. - Documentation added for both Timeline and Graph.
  117. ## 2013-05-03, version 0.0.8
  118. - Performance improvements: only visible items are rendered.
  119. - Minor bug fixes and improvements.
  120. ## 2013-04-25, version 0.0.7
  121. - Sanitized the published packages on npm and bower.
  122. ## 2013-04-25, version 0.0.6
  123. - Css is now packaged in the javascript file, and automatically loaded.
  124. - The library uses node style dependency management for modules now, used
  125. with Browserify.
  126. ## 2013-04-16, version 0.0.5
  127. - First working version of the Timeline.
  128. - Website created.