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.

1300 lines
45 KiB

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 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
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
10 years ago
10 years ago
10 years ago
10 years ago
11 years ago
  1. # vis.js history
  2. http://visjs.org
  3. ## not yet released, version 4.9.1-SNAPSHOT
  4. ### General
  5. - Fixed #1353: Custom bundling with browserify requiring manual installation
  6. of `babelify`.
  7. ### Network
  8. - Fixed #1343: Connected edges are now deselected too when deselecting a node.
  9. ### Timeline
  10. - Implemented option `multiselectPerGroup`. Thanks @hansmaulwurf23.
  11. ## 2015-01-01, version 4.9.0
  12. ### Network
  13. - Fixed bug where an edge that was not connected would crash the layout algorithms.
  14. - Fixed bug where a box shape could not be drawn outside of the viewable area.
  15. - Fixed bug where dragging a node that is not a control node during edit edge mode would throw an error.
  16. - Made auto scaling on container size change pick the lowest between delta height and delta width.
  17. - Added images with borders option (useBorderWithImage)
  18. - Updated the manipulation css to fix offset if there is no separator.
  19. ### Timeline
  20. - Fixed #1326: wrongly positioned dot of PointItems.
  21. - Fixed #1249: option `hiddenDates` not accepting a single hidden date.
  22. - Fixed a bug when pinching and using hidden dates. Thanks @lauzierj.
  23. ## 2015-09-14, version 4.8.2
  24. ### Network
  25. - Fixed Phantom Edges during clustering.
  26. - Fixed scaling not doing anything to edges.
  27. - Fixed setting font to null so the network won't crash anymore.
  28. - Fixed stabilized event not firing if layout algorithm does very well.
  29. - Fixed arrows with some shapes when they are selected. #1292
  30. - Fixed deletion of options by settings them to null.
  31. ## 2015-09-07, version 4.8.1
  32. ### Network
  33. - Added German (de) locale. Thanks @Tooa.
  34. - Fixed critical camera zoom bug #1273.
  35. - Fixed unselectAll method. #1256
  36. - Fixed bug that broke the network if drawn in a hidden div #1254
  37. ### Timeline
  38. - Fixed #1215: inconsistent types of properties `start` and `end` in callback
  39. functions `onMove`, `onMoving`, `onAdd`.
  40. ## 2015-08-28, version 4.8.0
  41. ### Timeline
  42. - Implemented reordering groups by dragging them vertically. Thanks @hansmaulwurf23.
  43. ### Network
  44. - Added Spanish (es) locale. Thanks @gomezgoiri.
  45. - Added support for labels in edges and titles for both nodes and edges during gephi import.
  46. - Added KamadaKawai layout engine for improved initial layout.
  47. - Added Adaptive timestep to the physics solvers for increased performance during stabilization.
  48. - Added improvedLayout as experimental option for greatly improved stabilization times.
  49. - Added adaptiveTimestep as experimental option for greatly improved stabilization times.
  50. - Added support for Gephi directed edges, edge labels and titles.
  51. - Improved the positioning and CSS of the configurator and the color picker.
  52. - Greatly improved performance in clustering.
  53. - Made the network keep its 'view' during a change of the size of the container.
  54. - Fixed #1152, updating images now works.
  55. - Fixed cleaning up of nodes.
  56. - Fixed dynamic updating of label properties.
  57. - Fixed bugs in clustering algorithm.
  58. - Fixed find node return types.
  59. - Fixed bug where stabilization iterations were counted double. If it looks like the stabilization is slower, its because it is doing twice the amount of steps it did before.
  60. - Fixed getPositions return values.
  61. ## Graph2d
  62. - Implemented configuration option `excludeFromLegend`. Thanks @Bernd0.
  63. ## 2015-07-27, version 4.7.0
  64. ### Timeline
  65. - Fixed #192: Items keep their group offset while dragging items located in
  66. multiple groups. Thanks @Fice.
  67. - Fixed #1118: since v4.6.0, grid of time axis was wrongly positioned on some
  68. scales.
  69. ### Network
  70. - Added moveNode method.
  71. - Added cubic Bezier curves.
  72. ## 2015-07-22, version 4.6.0
  73. ### Timeline
  74. - Implemented #24: support for custom timezones, see configuration option `moment`.
  75. ### Graph2d
  76. - Implemented #24: support for custom timezones, see configuration option `moment`.
  77. ### Network
  78. - Fixed #1111, check if edges exist was not correct on update.
  79. - Fixed #1112, network now works in firefox on unix again.
  80. - Added #931, borderRadius in shapeProperties for the box shape.
  81. - Added #936, useImageSize for images and circularImages
  82. ## 2015-07-20, version 4.5.1
  83. ### Network
  84. - Fixed another clustering bug, phantom edges should be gone now.
  85. - Fixed disabling hierarchical layout.
  86. - Fixed delete button when using multiple selected items in manipulation system.
  87. ## 2015-07-17, version 4.5.0
  88. ### General
  89. - Docs have been greatly improved thanks to @felixhayashi! Thanks a lot!
  90. ### Network
  91. - Added shapeProperties, thanks @zukomgwili!
  92. - Added configChange event.
  93. - Properly fixed the _lockedRedraw method.
  94. - Fixed node resizing on dragging.
  95. - Fixed missing edges during clustering.
  96. - Fixed missing refresh of node data when changing hierarchical layout on the fly.
  97. - Fixed hover and blur events for edges.
  98. ### Graph3d
  99. - Fixed not changing `backgroundColor` when not provided in options. Thanks @ozydingo.
  100. ### Timeline
  101. - Implemented support for group templates (#996). Thanks @hansmaulwurf23.
  102. - Implemented option `zoomKey` for both Timeline and Graph2d (see #1082).
  103. Thanks @hansmaulwurf23.
  104. - Fixed #1076: Fixed possible overlap of minor labels text on the TimeAxis.
  105. - Fixed #1001: First element of group style being cut.
  106. - Fixed #1071: HTML contents of a group not cleared when the contents is updated.
  107. - Fixed #1033: Moved item data not updated in DataSet when using an asynchronous
  108. `onMove` handler.
  109. - Fixed #239: Do not zoom/move the window when the mouse is on the left panel
  110. with group labels.
  111. ## 2015-07-03, version 4.4.0
  112. ### General
  113. - Documentation now has breadcrums. Thanks @felixhayashi!
  114. ### Graph3d
  115. - Fixed #970: Implemented options `dataColor`, `axisColor`, and `gridColor`.
  116. ### Network
  117. - Fixed Hammerjs direction issue.
  118. - Fixed recursion error when node is fixed but has no position.
  119. - Fixed accidental redrawing during stabilization.
  120. - Fixed delete callbacks with null argument not showing toolbar afterwards.
  121. - Added zoom events from keyboard and navigation buttons.
  122. - No longer start stabilization with an empty node set.
  123. - Fixed #974 connecting static smooth and straight edges.
  124. - Improved handling of empty image field.
  125. - Fixed #987 proper cleaning of support nodes.
  126. - Fixed static smooth edges not fully working from every angle.
  127. - Fixed updating bounding box of nodes without drawing.
  128. - Fixed #1036, bug in lockedRedraw. Thanks @vges!
  129. - Added getDataset to all manipulation functions. Thanks @ericvandever!
  130. - Fixed #1039, icon now returns correct distance to border
  131. - Added blurEdge and hoverEdge events.
  132. - Added labelHighlightBold option to edges and nodes.
  133. - Added getOptionsFromConfigurator method.
  134. - Fixed extra edges in clustering.
  135. - Fixed cleaning up of clustering edges on declustering.
  136. - Made fit() method only look at visible nodes to get the range.
  137. ### Graph2d
  138. - Made graph2d more robust against string values in the y position.
  139. - Fixed bug where 0 axis was always in the automatically fitted range.
  140. - Added drawPoints.onRender. Thanks @mschallar!
  141. ### Timeline
  142. - Fixed cleaning up of items in subgroups, thanks @ChenMachluf!
  143. - Improved error notification with groups, thanks @skinkie!
  144. ## 2015-06-16, version 4.3.0
  145. ### General
  146. - Fixed #950: option `locales` broken in `Timeline`, `Graph2d`, and `Network`.
  147. - Fixed #964: `Timeline`, `Graph2d`, and `Network` not working on IE9.
  148. ### Graph2d
  149. - Fixed #942, #966: bug when data is empty.
  150. ### Timeline
  151. - Implemented `editable` option for individual items. Thanks @danbertolini.
  152. ### Network
  153. - Fixed dragStart event to give the correct node information.
  154. ## 2015-06-05, version 4.2.0
  155. ### General
  156. - Fixed #893, #911: the `clickToUse` option of Network, Graph2d, and Network
  157. was blocking click events in the web page.
  158. ### Timeline
  159. - Added axis orientation option `'none'`.
  160. - Added a property `event` to the properties emitted with the `select` event (see #923).
  161. - Improved function `fit()` to take into account the actual width of items.
  162. - Fixed #897: Timeline option `{snap: null}` did give a validation error.
  163. - Fixed #925: Event `timechanged` did not fire when mouse has been moved outside
  164. the timeline.
  165. ### Graph2D
  166. - Fixed #892, addressed any case in validator.
  167. - Fixed #898, lines are not taken into account for stacking.
  168. ### Network
  169. - Improved robustness against people molesting the Function.prototype.bind()
  170. - Fixed few functions including storePositions().
  171. - Added beginnings of unit testing for network.
  172. - Fixed #904, correctly parsing global font options now.
  173. - Fixed dataView support for storePositions.
  174. - Second click on node is no longer unselect.
  175. - Added releaseFunction to openCluster.
  176. - Fixed bug where the network could flicker when the pixelRatio is not integer.
  177. - Added enabled property to physics.
  178. - Fixed #927, dragStart event didn't contain node that was being dragged
  179. ## 2015-05-28, version 4.1.0
  180. ### Network
  181. - Fixed #866, manipulation can now be set to false without crashing.
  182. - Fixed #860, edit node mode now works as it should.
  183. - Fixed #859, images now resize again when they are loaded.
  184. - Fixed dynamic edges not correctly handling non-existent nodes.
  185. - Accepted pull from @killerDJO for fixing selected and hover colors for edges.
  186. - Fixed bug with right mouse button, scroll center and popup positions using the wrong coordinates.
  187. - Fixed click to use.
  188. - Fixed getConnectedEdges method.
  189. - Fixed clustering bug.
  190. - Added getNodesInCluster method.
  191. - Renamed editNodeMode to editNode, editNodeMode now give a deprecation log message.
  192. - Added multiselect to the docs.
  193. - Removed deprecated dynamic entree, allow any smooth curve style for hierarchical layout.
  194. - Fixed bug with the moveTo and getViewPosition methods.
  195. - Fixed #861, brokenImage only working for one node if nodes have the same image.
  196. - Fixed hoverNode and blurNode events and added them to the docs.
  197. - Fixed #884, selectNode event.
  198. - Fixed dynamic setting hidden and physics.
  199. - Fixed edit node mode's fallback.
  200. ### Graph2d & Timeline
  201. - Fixed #858, #872, fixed usage of deprecated `unsubscribe` from DataSet.
  202. - Fixed #869: Add className with id to custom time bars
  203. - Fixed #877: Added support for metaKey to select multiple items.
  204. ## 2015-05-22, version 4.0.0
  205. ### General
  206. - Changed the build scripts to include a transpilation of ES6 to ES5
  207. (using http://babel.org), so we can use ES6 features in the vis.js code.
  208. When creating a custom bundle using browserify, one now needs to add a
  209. transform step using `babelify`, this is described in README.md.
  210. ### Timeline
  211. - Integrated an option configurator and validator.
  212. - Implemented option `multiselect`, which is false by default.
  213. - Added method `setData({groups: groups, items: items})`.
  214. - Fixed range items not being displayed smaller than 10 pixels (twice the
  215. padding). In order to have overflowing text, one should now apply css style
  216. `.vis.timeline .item.range { overflow: visible; }` instead of
  217. `.vis.timeline .item.range .content { overflow: visible; }`.
  218. See example 18_range_overflow.html.
  219. - Fixed invalid css names for time axis grid, renamed hours class names from
  220. `4-8h` to `h4-h8`.
  221. - Deprecated option `showCustomTime`. Use method `addCustomTime()` instead.
  222. - Deprecated event `finishedRedraw` as it's redundant.
  223. - Renamed option `animate` to `animation`, and changed it to be either a boolean
  224. or an object `{duration: number, easingFunction: string}`.
  225. - Fixed #831: items losing selection when their type changed.
  226. ### Graph2d
  227. - New option structure.
  228. - Cleaned up docs.
  229. - Fixed #628: stacking order.
  230. - Fixed #624: sorting order.
  231. - Fixed #616: stacking with negative bars.
  232. - Fixed #728: alignment issues.
  233. - Fixed #716: Height of graph `2px` too large when configuring a fixed height.
  234. ### Network
  235. The network has been completely rewritten. The new modular setup using ES6 classes makes
  236. it future proof for maintainability, extendability and clarity. A summary of new features:
  237. - New examples, categorized by topic.
  238. - New docs.
  239. - New option structure, adhering to the modular setup on the backend.
  240. - New events for user interaction.
  241. - New render events for drawing custom elements on the canvas.
  242. - New physics events for making a loading bar during stabilization.
  243. - A lot of new methods that make extending easier.
  244. - Manipulation system now works without the UI neccesarily.
  245. - Nodes and edges can cast shadows.
  246. - Configurator system to dynamically change almost all options.
  247. - Validator has been created for the network's options, warning you about typo's and suggesting alternatives.
  248. - Diamond shape for nodes.
  249. - Unified the label code so edges and nodes have the same label settings.
  250. - InheritColors for edges can be set to both, making a gradient fade between two node colors.
  251. - Redesigned the clustering system giving full control over it.
  252. - Random seed can be saved so the network will be the same every time you start it.
  253. - New physics solver based on ForceAtlas2 as implemented in gephi.]
  254. - New avoidOverlap option for physics.
  255. - Many, many bugfixes.
  256. ### DataSet
  257. - Dropped support for Google visualization DataTable.
  258. - Dropped support for appending data returned by `DataSet.get()` to an existing
  259. Array or DataTable.
  260. ## 2015-04-07, version 3.12.0
  261. ### Network
  262. - Fixed support for DataSet with custom id fields (option `fieldId`).
  263. ### Timeline
  264. - Orientation can now be configured separately for axis and items.
  265. - The event handlers `onMove` and `onMoving` are now invoked with all item
  266. properties as argument, and can be used to update all properties (like
  267. content, className, etc) and add new properties as well.
  268. - Fixed #654: removed unnecessary minimum height for groups, takes the
  269. height of the group label as minimum height now.
  270. - Fixed #708: detecting wrong group when page is scrolled.
  271. - Fixed #733: background items being selected on shift+click.
  272. ## 2015-03-05, version 3.11.0
  273. ### Network
  274. - (added gradient coloring for lines, but set for release in 4.0 due to required refactoring of options)
  275. - Fixed bug where a network that has frozen physics would resume redrawing after setData, setOptions etc.
  276. - Added option to bypass default groups. If more groups are specified in the nodes than there are in the groups, loop over supplied groups instead of default.
  277. - Added two new static smooth curves modes: curveCW and curve CCW.
  278. - Added request redraw for certain internal processes to reduce number of draw calls (performance improvements!).
  279. - Added pull request for usage of Icons. Thanks @Dude9177!
  280. - Allow hierarchical view to be set in setOptions.
  281. - Fixed manipulation bar for mobile.
  282. - Fixed #670: Bug when updating data in a DataSet, when Network is connected to the DataSet via a DataView.
  283. - Fixed #688: Added a css class to be able to distinguish buttons "Edit node"
  284. and "Edit edge".
  285. ### Timeline
  286. - Implemented orientation option `'both'`, displaying a time axis both on top
  287. and bottom (#665).
  288. - Implemented creating new range items by dragging in an empty space with the
  289. ctrl key down.
  290. - Implemented configuration option `order: function` to define a custom ordering
  291. for the items (see #538, #234).
  292. - Implemented events `click`, `doubleClick`, and `contextMenu`.
  293. - Implemented method `getEventProperties(event)`.
  294. - Fixed not property initializing with a DataView for groups.
  295. - Merged add custom timebar functionality, thanks @aytech!
  296. - Fixed #664: end of item not restored when canceling a move event.
  297. - Fixed #609: reduce the left/right dragarea when an item range is very small,
  298. so you can still move it as a whole.
  299. - Fixed #676: misalignment of background items when using subgroups and the
  300. group label's height is larger than the contents.
  301. ### Graph2d
  302. - Implemented events `click`, `doubleClick`, and `contextMenu`.
  303. - Implemented method `getEventProperties(event)`.
  304. ### DataSet/DataView
  305. - Implemented support for mapping field names. Thanks @spatialillusions.
  306. - Fixed #670: DataView not passing a data property on update events (see #670)
  307. ## 2015-02-11, version 3.10.0
  308. ### Network
  309. - Added option bindToWindow (default true) to choose whether the keyboard binds are global or to the network div.
  310. - Improved images handling so broken images are shown on all references of images that are broken.
  311. - Added getConnectedNodes method.
  312. - Added fontSizeMin, fontSizeMax, fontSizeMaxVisible, scaleFontWithValue, fontDrawThreshold to Nodes.
  313. - Added fade in of labels (on nodes) near the fontDrawThreshold.
  314. - Added nodes option to zoomExtent to zoom in on specific set of nodes.
  315. - Added stabilizationIterationsDone event which fires at the end of the internal stabilization run. Does not imply that the network is stabilized.
  316. - Added freezeSimulation method.
  317. - Added clusterByZoom option.
  318. - Added class name 'network-tooltip' to the tooltip, allowing custom styling.
  319. - Fixed bug when redrawing was not right on zoomed-out browsers.
  320. - Added opacity option to edges. Opacity is only used for the unselected state.
  321. - Fixed bug where selections from removed data elements persisted.
  322. ### Timeline
  323. - `Timeline.redraw()` now also recalculates the size of items.
  324. - Implemented option `snap: function` to customize snapping to nice dates
  325. when dragging items.
  326. - Implemented option `timeAxis: {scale: string, step: number}` to set a
  327. fixed scale.
  328. - Fixed width of range items not always being maintained when moving due to
  329. snapping to nice dates.
  330. - Fixed not being able to drag items to an other group on mobile devices.
  331. - Fixed `setWindow` not working when applying an interval larger than the
  332. configured `zoomMax`.
  333. ### DataSet/DataView
  334. - Added property `length` holding the total number of items to the `DataSet`
  335. and `DataView`.
  336. - Added a method `refresh()` to the `DataView`, to update filter results.
  337. - Fixed a bug in the `DataSet` returning an empty object instead of `null` when
  338. no item was found when using both a filter and specifying fields.
  339. ## 2015-01-16, version 3.9.1
  340. ### General
  341. - Fixed wrong distribution file deployed on the website and the downloadable
  342. zip file.
  343. ### Network
  344. - Fixed bug where opening a cluster with smoothCurves off caused one child to go crazy.
  345. - Fixed bug where zoomExtent does not work as expected.
  346. - Fixed nodes color data being overridden when having a group and a dataset update query.
  347. - Decoupled animation from physics simulation.
  348. - Fixed scroll being blocked if zoomable is false.
  349. ## 2015-01-16, version 3.9.0
  350. ### Network
  351. - Reverted change in image class, fixed bug #552
  352. - Improved (not neccesarily fixed) the fontFill offset between different browsers. #365
  353. - Fixed dashed lines on firefox on Unix systems
  354. - Altered the Manipulation Mixin to be succesfully destroyed from memory when calling destroy();
  355. - Improved drawing of arrowheads on smooth curves. #349
  356. - Caught case where click originated on external DOM element and drag progressed to vis.
  357. - Added label stroke support to Nodes, Edges & Groups as per-object or global settings. Thank you @klmdb!
  358. - Reverted patch that made nodes return to 'default' setting if no group was assigned to fix issue #561. The correct way to 'remove' a group from a node is to assign it a different one.
  359. - Made the node/edge selected by the popup system the same as selected by the click-to-select system. Thank you @pavlos256!
  360. - Improved edit edge control nodes positions, altered style a little.
  361. - Fixed issue #564 by resetting state to initial when no callback is performed in the return function.
  362. - Added condition to Repulsion similar to BarnesHut to ensure nodes do not overlap.
  363. - Added labelAlignment option to edges. Thanks @T-rav!
  364. - Close active sessions in dataManipulation when calling setData().
  365. - Fixed alignment issue with edgelabels
  366. ### Timeline
  367. - Added byUser flag to options of the rangechange and rangechanged event.
  368. ## 2015-01-09, version 3.8.0
  369. ### General
  370. - Updated to moment.js v2.9.0
  371. ### Network
  372. - Fixed flipping of hierarchical network on update when using RL and DU.
  373. - Added zoomExtentOnStabilize option to network.
  374. - Improved destroy function, added them to the examples.
  375. - Nodes now have bounding boxes that are used for zoomExtent.
  376. - Made physics more stable (albeit a little slower).
  377. - Added a check so only one 'activator' overlay is created on clickToUse.
  378. - Made global color options for edges overrule the inheritColors.
  379. - Improved cleaning up of the physics configuration on destroy and in options.
  380. - Made nodes who lost their group revert back to default color.
  381. - Changed group behaviour, groups now extend the options, not replace. This allows partial defines of color.
  382. - Fixed bug where box shaped nodes did not use hover color.
  383. - Fixed Locales docs.
  384. - When hovering over a node that does not have a title, the title of one of the connected edges that HAS a title is no longer shown.
  385. - Fixed error in repulsion physics model.
  386. - Improved physics handling for smoother network simulation.
  387. - Fixed infinite loop when an image can not be found and no brokenImage is provided.
  388. - Added getBoundingBox method.
  389. - Community fix for SVG images in IE11, thanks @dponch!
  390. - Fixed repeating stabilized event when the network is already stabilized.
  391. - Added circularImages, thanks for the contribution @brendon1982!
  392. - Stopped infinite loop when brokenImage is also not available.
  393. - Changed util color functions so they don't need eval. Thanks @naskooskov!
  394. ### Graph2d
  395. - Fixed round-off errors of zero on the y-axis.
  396. - added show major/minor lines options to dataAxis.
  397. - Fixed adapting to width and height changes.
  398. - Added a check so only one 'activator' overlay is created on clickToUse.
  399. - DataAxis width option now draws correctly.
  400. ### Timeline
  401. - Implemented support for styling of the vertical grid.
  402. - Support for custom date formatting of the labels on the time axis.
  403. - added show major/minor lines options to timeline.
  404. - Added a check so only one 'activator' overlay is created on clickToUse.
  405. ### Graph3d
  406. - Fixed mouse coordinates for tooltips.
  407. ## 2014-12-09, version 3.7.2
  408. ### Timeline
  409. - Fixed zooming issue on mobile devices.
  410. ### Graph2D
  411. - Fixed infinite loop when clearing DataSet
  412. ### Network
  413. - Sidestepped double touch event from hammer (ugly.. but functional) causing
  414. strange behaviour in manipulation mode
  415. - Better cleanup after reconnecting edges in manipulation mode
  416. - Fixed recursion error with smooth edges that are connected to non-existent nodes
  417. - Added destroy method.
  418. ## 2014-11-28, version 3.7.1
  419. ### Timeline
  420. - Implemented selection of a range of items using Shift+Click.
  421. - Fixed content in range items may overflow range after zoom.
  422. - Fixed onAdd/onUpdate callbacks when using a DataView (thanks @motzel).
  423. - Fixed configuring either `start` or `end`.
  424. - Fixed Timeline and Graph2d getting stuck in an infinite loop in some
  425. circumstances.
  426. - Fixed background items being selectable and editable when a height is set.
  427. ### Graph2D
  428. - Added `alignZeros` option to dataAxis with default value true.
  429. - Fixed bug with points drawn on bargraphs
  430. - Fixed docs
  431. - Fixed height increase on scrolling if only `graphHeight` is defined.
  432. ### Network
  433. - dragEnd event now does not give the selected nodes if only the viewport has been dragged #453
  434. - merged high DPI fix by @crubier, thanks!
  435. ## 2014-11-14, version 3.7.0
  436. ### Graph2D
  437. - Added points style for scatterplots and pointclouds.
  438. - Modularized the Graph2D draw styles.
  439. - Added a finishedRedraw event.
  440. ### Network
  441. - Added pointer properties to the click and the doubleClick events containing the XY coordinates in DOM and canvas space.
  442. - Removed IDs from navigation so multiple networks can be shown on the same page. (#438)
  443. ### Timeline
  444. - Added a finishedRedraw event.
  445. - Fixed the disappearing item bug.
  446. - Fixed keycharm issue.
  447. ## 2014-11-07, version 3.6.4
  448. ### General
  449. - Removed mousetrap due to Apache license, created keycharm and implemented it with vis.
  450. ### Timeline
  451. - Fixed height of background items when having a fixed or max height defined.
  452. - Fixed only one item being dragged when multiple items are selected.
  453. - Optimised a serious slowdown on performance since hidden dates.
  454. ### Network
  455. - Fixed onRelease with navigation option.
  456. - Fixed arrow heads not being colored.
  457. ### Graph2D
  458. - Fixed cleaning up of groups.
  459. - Throw error message when items are added before groups.
  460. - Made graphHeight automatic if height is defined AND if graphHeight is smaller than the center panel when height is defined as well.
  461. - Added new verticalDrag event for internal use, allowing the vertical scrolling of the grid lines on drag.
  462. - Fixed moving legend when postioned on the bottom and vertical dragging.
  463. - Optimised a serious slowdown on performance since hidden dates.
  464. - Accepted a large pull request from @cdjackson adding the following features (thank you!):
  465. - Titles on the DataAxis to explain what units you are using.
  466. - A style field for groups and datapoints so you can dynamically change styles.
  467. - A precision option to manually set the amount of decimals.
  468. - Two new examples showing the new features.
  469. ## 2014-10-28, version 3.6.3
  470. ### Timeline
  471. - Fixed background items not always be cleared when removing them.
  472. - Fixed visible items not always be displayed.
  473. - Performance improvements when doing a lot of changes at once in a DataSet.
  474. ### Network
  475. - Fixed dashed and arrow lines not using inheritColor.
  476. ### DataSet
  477. - Support for queueing of changes, and flushing them at once.
  478. - Implemented `DataSet.setOptions`. Only applicable for the `queue` options.
  479. ## 2014-10-24, version 3.6.2
  480. - Vis.js is now dual licensed under both Apache 2.0 and MIT.
  481. ## 2014-10-22, version 3.6.1
  482. ### Timeline
  483. - Fixed uneven stepsized with hidden dates.
  484. - Fixed multiple bugs with regards to hidden dates.
  485. - Fixed subgroups and added subgroup sorting. Subgroup labels will be in future releases.
  486. ## 2014-10-21, version 3.6.0
  487. ### Network
  488. - Title of nodes and edges can now be an HTML element too.
  489. - Renamed storePosition to storePositions. Added deprication message and old name still works.
  490. - Worked around hammer.js bug with multiple release listeners.
  491. - Improved cleaning up after manipulation toolbar.
  492. - Added getPositions() method to get the position of all nodes or some of them if specific Ids are supplied.
  493. - Added getCenterCoordinates() method to get the x and y position in canvas space of the center of the view.
  494. - Fixed node label becoming undefined.
  495. - Fixed cluster fontsize scaling.
  496. - Fixed cluster sector scaling.
  497. - Added oldHeight and oldWidth to resize event.
  498. ### Timeline
  499. - Implemented field `style` for both items and groups, to set a custom style for
  500. individual items.
  501. - Fixed height of BackgroundItems not being 100% when timeline has a fixed height.
  502. - Fixed width of BackgroundItems not being reduced to 0 when zooming out.
  503. - Fixed onclick events in items not working.
  504. - Added hiddenDates to hide specific times and/or days in the timeline.
  505. ### DataSet
  506. - Event listeners of `update` now receive an extra property `data`,
  507. containing the changed fields of the changed items.
  508. ### Graph2d
  509. - Fixed height of legend when there are many items showing.
  510. ### Graph3d
  511. - Implemented options `xValueLabel`, `yValueLabel` and `zValueLabel` for custom labels along
  512. the x, y, z axis. Thanks @fabriziofortino.
  513. ## 2014-09-16, version 3.5.0
  514. ### Network
  515. - Fixed nodes not always being unfixed when using allowedToMove.
  516. - Added dragStart and dragEnd events.
  517. - Added edge selection on edge labels.
  518. ### Graph2d
  519. - Fixed dataAxis not showing large numbers correctly.
  520. ## 2014-09-12, version 3.4.2
  521. ### Network
  522. - Changed timings for zoomExtent animation.
  523. - Fixed possible cause of freezing graph when animating.
  524. - Added locked to focusOnNode and releaseNode().
  525. - Fixed minor bug in positioning of fontFill of nodes with certain shapes.
  526. - Added startStabilization event.
  527. ## 2014-09-11, version 3.4.1
  528. ### Network
  529. - Fix for introduced bug on zoomExtent navigation button.
  530. - Added animation to zoomExtent navigation button.
  531. - Improved cleaning of Hammer.js bindings.
  532. ### Timeline
  533. - Fixed a bug in IE freezing when margin.item and margin.axis where both 0.
  534. ## 2014-09-10, version 3.4.0
  535. ### Graph2d
  536. - Fixed moment.js url in localization example.
  537. ### Network
  538. - Fixed some positioning issues with the close button of the manipulation menu.
  539. - Added fontFill to Nodes as it is in Edges.
  540. - Implemented support for broken image fallback. Thanks @sfairgrieve.
  541. - Added multiline labels to edges as they are implemented in nodes. Updated
  542. multiline example to show this.
  543. - Added animation and camera controls by the method .moveTo()
  544. - Added new event that fires when the animation is finished.
  545. - Added new example showing the new features of animation.
  546. - Added getScale() method.
  547. ### Timeline
  548. - Implemented support for templates.
  549. - Implemented a new item type: `'background'`. This can be used to mark periods
  550. with a background color and label.
  551. - Implemented support for attaching HTML attributes to items. Thanks @dturkenk.
  552. - Fixed moment.js url in localization example.
  553. - Fixed `className` of groups not being updated when changed.
  554. - Fixed the `id` field of a new item not correctly generated.
  555. - Fixed newly added item ignored when returning an other object instance.
  556. - Fixed option `autoResize` not working on IE in case of changing visibility
  557. of the Timeline container element.
  558. - Fixed an overflow issue with the dots of BoxItems when using groups.
  559. - Fixed a horizontal 1-pixel offset in the items (border width wasn't taken into
  560. account).
  561. - Renamed internal items from `ItemBox`, `ItemRange`, and `ItemPoint` to
  562. respectively `BoxItem`, `RangeItem`, and `PointItem`.
  563. - Fixed an error thrown when calling `destroy()`.
  564. ## 2014-08-29, version 3.3.0
  565. ### Timeline
  566. - Added localization support.
  567. - Implemented option `clickToUse`.
  568. - Implemented function `focus(id)` to center a specific item (or multiple items)
  569. on screen.
  570. - Implemented an option `focus` for `setSelection(ids, options)`, to immediately
  571. focus selected nodes.
  572. - Implemented function `moveTo(time, options)`.
  573. - Implemented animated range change for functions `fit`, `focus`, `setSelection`,
  574. and `setWindow`.
  575. - Implemented functions `setCurrentTime(date)` and `getCurrentTime()`.
  576. - Implemented a new callback function `onMoving(item, callback)`.
  577. - Implemented support for option `align` for range items.
  578. - Fixed the `change` event sometimes being fired twice on IE10.
  579. - Fixed canceling moving an item to another group did not move the item
  580. back to the original group.
  581. - Fixed the `change` event sometimes being fired twice on IE10.
  582. - Fixed canceling moving an item to another group did not move the item
  583. back to the original group.
  584. ### Network
  585. - A fix in reading group properties for a node.
  586. - Fixed physics solving stopping when a support node was not moving.
  587. - Implemented localization support.
  588. - Implemented option `clickToUse`.
  589. - Improved the `stabilized` event, it's now firing after every stabilization
  590. with iteration count as parameter.
  591. - Fixed page scroll event not being blocked when moving around in Network
  592. using arrow keys.
  593. - Fixed an initial rendering before the graph has been stabilized.
  594. - Fixed bug where loading hierarchical data after initialization crashed network.
  595. - Added different layout method to the hierarchical system based on the direction of the edges.
  596. ### Graph2d
  597. - Implemented option `handleOverlap` to support overlap, sideBySide and stack.
  598. - Implemented two examples showing the `handleOverlap` functionality.
  599. - Implemented `customRange` for the Y axis and an example showing how it works.
  600. - Implemented localization support.
  601. - Implemented option `clickToUse`.
  602. - Implemented functions `setCurrentTime(date)` and `getCurrentTime()`.
  603. - Implemented function `moveTo(time, options)`.
  604. - Fixed bugs.
  605. - Added groups.visibility functionality and an example showing how it works.
  606. ## 2014-08-14, version 3.2.0
  607. ### General
  608. - Refactored Timeline and Graph2d to use the same core.
  609. ### Graph2d
  610. - Added `visible` property to the groups.
  611. - Added `getLegend()` method.
  612. - Added `isGroupVisible()` method.
  613. - Fixed empty group bug.
  614. - Added `fit()` and `getItemRange()` methods.
  615. ### Timeline
  616. - Fixed items in groups sometimes being displayed but not positioned correctly.
  617. - Fixed a group "null" being displayed in IE when not using groups.
  618. ### Network
  619. - Fixed mass = 0 for nodes.
  620. - Revamped the options system. You can globally set options (network.setOptions) to update settings of nodes and edges that have not been specifically defined by the individual nodes and edges.
  621. - Disabled inheritColor when color information is set on an edge.
  622. - Tweaked examples.
  623. - Removed the global length property for edges. The edgelength is part of the physics system. Therefore, you have to change the springLength of the physics system to change the edge length. Individual edge lengths can still be defined.
  624. - Removed global edge length definition form examples.
  625. - Removed onclick and onrelease for navigation and switched to Hammer.js (fixing touchscreen interaction with navigation).
  626. - Fixed error on adding an edge without having created the nodes it should be connected to (in the case of dynamic smooth curves).
  627. ## 2014-07-22, version 3.1.0
  628. ### General
  629. - Refactored the code to commonjs modules, which are browserifyable. This allows
  630. to create custom builds.
  631. ### Timeline
  632. - Implemented function `getVisibleItems()`, which returns the items visible
  633. in the current window.
  634. - Added options `margin.item.horizontal` and `margin.item.vertical`, which
  635. allows to specify different margins horizontally/vertically.
  636. - Removed check for number of arguments in callbacks `onAdd`, `onUpdate`,
  637. `onRemove`, and `onMove`.
  638. - Fixed items in groups sometimes being displayed but not positioned correctly.
  639. - Fixed range where the `end` of the first is equal to the `start` of the second
  640. sometimes being stacked instead of put besides each other when `item.margin=0`
  641. due to round-off errors.
  642. ### Network (formerly named Graph)
  643. - Expanded smoothCurves options for improved support for large clusters.
  644. - Added multiple types of smoothCurve drawing for greatly improved performance.
  645. - Option for inherited edge colors from connected nodes.
  646. - Option to disable the drawing of nodes or edges on drag.
  647. - Fixed support nodes not being cleaned up if edges are removed.
  648. - Improved edge selection detection for long smooth curves.
  649. - Fixed dot radius bug.
  650. - Updated max velocity of nodes to three times it's original value.
  651. - Made "stabilized" event fire every time the network stabilizes.
  652. - Fixed drift in dragging nodes while zooming.
  653. - Fixed recursively constructing of hierarchical layouts.
  654. - Added borderWidth option for nodes.
  655. - Implemented new Hierarchical view solver.
  656. - Fixed an issue with selecting nodes when the web page is scrolled down.
  657. - Added Gephi JSON parser
  658. - Added Neighbour Highlight example
  659. - Added Import From Gephi example
  660. - Enabled color parsing for nodes when supplied with rgb(xxx,xxx,xxx) value.
  661. ### DataSet
  662. - Added .get() returnType option to return as JSON object, Array or Google
  663. DataTable.
  664. ## 2014-07-07, version 3.0.0
  665. ### Timeline
  666. - Implemented support for displaying a `title` for both items and groups.
  667. - Fixed auto detected item type being preferred over the global item `type`.
  668. - Throws an error when constructing without new keyword.
  669. - Removed the 'rangeoverflow' item type. Instead, one can use a regular range
  670. and change css styling of the item contents to:
  671. .vis.timeline .item.range .content {
  672. overflow: visible;
  673. }
  674. - Fixed the height of background and foreground panels of groups.
  675. - Fixed ranges in the Timeline sometimes overlapping when dragging the Timeline.
  676. - Fixed `DataView` not working in Timeline.
  677. ### Network (formerly named Graph)
  678. - Renamed `Graph` to `Network` to prevent confusion with the visualizations
  679. `Graph2d` and `Graph3d`.
  680. - Renamed option `dragGraph` to `dragNetwork`.
  681. - Now throws an error when constructing without new keyword.
  682. - Added pull request from Vukk, user can now define the edge width multiplier
  683. when selected.
  684. - Fixed `graph.storePositions()`.
  685. - Extended Selection API with `selectNodes` and `selectEdges`, deprecating
  686. `setSelection`.
  687. - Fixed multiline labels.
  688. - Changed hierarchical physics solver and updated docs.
  689. ### Graph2d
  690. - Added first iteration of the Graph2d.
  691. ### Graph3d
  692. - Now throws an error when constructing without new keyword.
  693. ## 2014-06-19, version 2.0.0
  694. ### Timeline
  695. - Implemented function `destroy` to neatly cleanup a Timeline.
  696. - Implemented support for dragging the timeline contents vertically.
  697. - Implemented options `zoomable` and `moveable`.
  698. - Changed default value of option `showCurrentTime` to true.
  699. - Internal refactoring and simplification of the code.
  700. - Fixed property `className` of groups not being applied to related contents and
  701. background elements, and not being updated once applied.
  702. ### Graph
  703. - Reduced the timestep a little for smoother animations.
  704. - Fixed dataManipulation.initiallyVisible functionality (thanks theGrue).
  705. - Forced typecast of fontSize to Number.
  706. - Added editing of edges using the data manipulation toolkit.
  707. ### DataSet
  708. - Renamed option `convert` to `type`.
  709. ## 2014-06-06, version 1.1.0
  710. ### Timeline
  711. - Select event now triggers repeatedly when selecting an already selected item.
  712. - Renamed `Timeline.repaint()` to `Timeline.redraw()` to be consistent with
  713. the other visualisations of vis.js.
  714. - Fixed `Timeline.clear()` not resetting a configured `options.start` and
  715. `options.end`.
  716. ### Graph
  717. - Fixed error with zero nodes with hierarchical layout.
  718. - Added focusOnNode function.
  719. - Added hover option.
  720. - Added dragNodes option. Renamed movebale to dragGraph option.
  721. - Added hover events (hoverNode, blurNode).
  722. ### Graph3D
  723. - Ported Graph3D from Chap Links Library.
  724. ## 2014-05-28, version 1.0.2
  725. ### Timeline
  726. - Implemented option `minHeight`, similar to option `maxHeight`.
  727. - Implemented a method `clear([what])`, to clear items, groups, and configuration
  728. of a Timeline instance.
  729. - Added function `repaint()` to force a repaint of the Timeline.
  730. - Some tweaks in snapping dragged items to nice dates.
  731. - Made the instance of moment.js packaged with vis.js accessibly via `vis.moment`.
  732. - A newly created item is initialized with `end` property when option `type`
  733. is `"range"` or `"rangeoverflow"`.
  734. - Fixed a bug in replacing the DataSet of groups via `Timeline.setGroups(groups)`.
  735. - Fixed a bug when rendering the Timeline inside a hidden container.
  736. - Fixed axis scale being determined wrongly for a second Timeline in a single page.
  737. ### Graph
  738. - Added zoomable and moveable options.
  739. - Changes setOptions to avoid resetting view.
  740. - Interchanged canvasToDOM and DOMtoCanvas to correspond with the docs.
  741. ## 2014-05-09, version 1.0.1
  742. ### Timeline
  743. - Fixed width of items with type `rangeoverflow`.
  744. - Fixed a bug wrongly rendering invisible items after updating them.
  745. ### Graph
  746. - Added coordinate conversion from DOM to Canvas.
  747. - Fixed bug where the graph stopped animation after settling in playing with physics.
  748. - Fixed bug where hierarchical physics properties were not handled.
  749. - Added events for change of view and zooming.
  750. ## 2014-05-02, version 1.0.0
  751. ### Timeline
  752. - Large refactoring of the Timeline, simplifying the code.
  753. - Great performance improvements.
  754. - Improved layout of box-items inside groups.
  755. - Items can now be dragged from one group to another.
  756. - Implemented option `stack` to enable/disable stacking of items.
  757. - Implemented function `fit`, which sets the Timeline window such that it fits
  758. all items.
  759. - Option `editable` can now be used to enable/disable individual manipulation
  760. actions (`add`, `updateTime`, `updateGroup`, `remove`).
  761. - Function `setWindow` now accepts an object with properties `start` and `end`.
  762. - Fixed option `autoResize` forcing a repaint of the Timeline with every check
  763. rather than when the Timeline is actually resized.
  764. - Fixed `select` event fired repeatedly when clicking an empty place on the
  765. Timeline, deselecting selected items).
  766. - Fixed initial visible window in case items exceed `zoomMax`. Thanks @Remper.
  767. - Fixed an offset in newly created items when using groups.
  768. - Fixed height of a group not reckoning with the height of the group label.
  769. - Option `order` is now deprecated. This was needed for performance improvements.
  770. - More examples added.
  771. - Minor bug fixes.
  772. ### Graph
  773. - Added recalculate hierarchical layout to update node event.
  774. - Added arrowScaleFactor to scale the arrows on the edges.
  775. ### DataSet
  776. - A DataSet can now be constructed with initial data, like
  777. `new DataSet(data, options)`.
  778. ## 2014-04-18, version 0.7.4
  779. ### Graph
  780. - Fixed IE9 bug.
  781. - Style fixes.
  782. - Minor bug fixes.
  783. ## 2014-04-16, version 0.7.3
  784. ### Graph
  785. - Fixed color bug.
  786. - Added pull requests from kannonboy and vierja: tooltip styling, label fill
  787. color.
  788. ## 2014-04-09, version 0.7.2
  789. ### Graph
  790. - Fixed edge select bug.
  791. - Fixed zoom bug on empty initialization.
  792. ## 2014-03-27, version 0.7.1
  793. ### Graph
  794. - Fixed edge color bug.
  795. - Fixed select event bug.
  796. - Clarified docs, stressing importance of css inclusion for correct display of
  797. navigation an manipulation icons.
  798. - Improved and expanded playing with physics (configurePhysics option).
  799. - Added highlights to navigation icons if the corresponding key is pressed.
  800. - Added freezeForStabilization option to improve stabilization with cached
  801. positions.
  802. ## 2014-03-07, version 0.7.0
  803. ### Graph
  804. - Changed navigation CSS. Icons are now always correctly positioned.
  805. - Added stabilizationIterations option to graph.
  806. - Added storePosition() method to save the XY positions of nodes in the DataSet.
  807. - Separated allowedToMove into allowedToMoveX and allowedToMoveY. This is
  808. required for initializing nodes from hierarchical layouts after
  809. storePosition().
  810. - Added color options for the edges.
  811. ## 2014-03-06, version 0.6.1
  812. ### Graph
  813. - Bugfix graphviz examples.
  814. - Bugfix labels position for smooth curves.
  815. - Tweaked graphviz example physics.
  816. - Updated physics documentation to stress importance of configurePhysics.
  817. ### Timeline
  818. - Fixed a bug with options `margin.axis` and `margin.item` being ignored when
  819. setting them to zero.
  820. - Some clarifications in the documentation.
  821. ## 2014-03-05, version 0.6.0
  822. ### Graph
  823. - Added Physics Configuration option. This makes tweaking the physics system to
  824. suit your needs easier.
  825. - Click and doubleClick events.
  826. - Initial zoom bugfix.
  827. - Directions for Hierarchical layout.
  828. - Refactoring and bugfixes.
  829. ## 2014-02-20, version 0.5.1
  830. - Fixed broken bower module.
  831. ## 2014-02-20, version 0.5.0
  832. ### Timeline
  833. - Editable Items: drag items, add new items, update items, and remove items.
  834. - Implemented options `selectable`, `editable`.
  835. - Added events `timechange` and `timechanged` when dragging the custom time bar.
  836. - Multiple items can be selected using ctrl+click or shift+click.
  837. - Implemented functions `setWindow(start, end)` and `getWindow()`.
  838. - Fixed scroll to zoom not working on IE in standards mode.
  839. ### Graph
  840. - Editable nodes and edges: create, update, and remove them.
  841. - Support for smooth, curved edges (on by default).
  842. - Performance improvements.
  843. - Fixed scroll to zoom not working on IE in standards mode.
  844. - Added hierarchical layout option.
  845. - Overhauled physics system, now using Barnes-Hut simulation by default. Great
  846. performance gains.
  847. - Modified clustering system to give better results.
  848. - Adaptive performance system to increase visual performance (60fps target).
  849. ### DataSet
  850. - Renamed functions `subscribe` and `unsubscribe` to `on` and `off` respectively.
  851. ## 2014-01-31, version 0.4.0
  852. ### Timeline
  853. - Implemented functions `on` and `off` to create event listeners for events
  854. `rangechange`, `rangechanged`, and `select`.
  855. - Implemented function `select` to get and set the selected items.
  856. - Items can be selected by clicking them, muti-select by holding them.
  857. - Fixed non working `start` and `end` options.
  858. ### Graph
  859. - Fixed longstanding bug in the force calculation, increasing simulation
  860. stability and fluidity.
  861. - Reworked the calculation of the Graph, increasing performance for larger
  862. datasets (up to 10x!).
  863. - Support for automatic clustering in Graph to handle large (>50000) datasets
  864. without losing performance.
  865. - Added automatic initial zooming to Graph, to more easily view large amounts
  866. of data.
  867. - Added local declustering to Graph, freezing the simulation of nodes outside
  868. of the cluster.
  869. - Added support for key-bindings by including mouseTrap in Graph.
  870. - Added navigation controls.
  871. - Added keyboard navigation.
  872. - Implemented functions `on` and `off` to create event listeners for event
  873. `select`.
  874. ## 2014-01-14, version 0.3.0
  875. - Moved the generated library to folder `./dist`
  876. - Css stylesheet must be loaded explicitly now.
  877. - Implemented options `showCurrentTime` and `showCustomTime`. Thanks @fi0dor.
  878. - Implemented touch support for Timeline.
  879. - Fixed broken Timeline options `min` and `max`.
  880. - Fixed not being able to load vis.js in node.js.
  881. ## 2013-09-20, version 0.2.0
  882. - Implemented full touch support for Graph.
  883. - Fixed initial empty range in the Timeline in case of a single item.
  884. - Fixed field `className` not working for items.
  885. ## 2013-06-20, version 0.1.0
  886. - Added support for DataSet to Graph. Graph now uses an id based set of nodes
  887. and edges instead of a row based array internally. Methods getSelection and
  888. setSelection of Graph now accept a list with ids instead of rows.
  889. - Graph is now robust against edges pointing to non-existing nodes, which
  890. can occur easily while dynamically adding/removing nodes and edges.
  891. - Implemented basic support for groups in the Timeline.
  892. - Added documentation on DataSet and DataView.
  893. - Fixed selection of nodes in a Graph when the containing web page is scrolled.
  894. - Improved date conversion.
  895. - Renamed DataSet option `fieldTypes` to `convert`.
  896. - Renamed function `vis.util.cast` to `vis.util.convert`.
  897. ## 2013-06-07, version 0.0.9
  898. - First working version of the Graph imported from the old library.
  899. - Documentation added for both Timeline and Graph.
  900. ## 2013-05-03, version 0.0.8
  901. - Performance improvements: only visible items are rendered.
  902. - Minor bug fixes and improvements.
  903. ## 2013-04-25, version 0.0.7
  904. - Sanitized the published packages on npm and bower.
  905. ## 2013-04-25, version 0.0.6
  906. - Css is now packaged in the javascript file, and automatically loaded.
  907. - The library uses node style dependency management for modules now, used
  908. with Browserify.
  909. ## 2013-04-16, version 0.0.5
  910. - First working version of the Timeline.
  911. - Website created.