Files
librenms-librenms/lib/vis/HISTORY.md

1507 lines
52 KiB
Markdown
Raw Normal View History

# vis.js history
http://visjs.org
Squashed 'lib/vis/' changes from 58f0da39..46fd2ac 46fd2ac Merge branch 'develop' 4f831b1 Released version 4.14.0 1d49599 Fixed a regression: Timeline/Graph2d constructor throwing an exception when no options are provided via the constructor cd3bb8a Fixed #1615: implemented new option `dotSizeRatio` 2adde9d Bumped version number to 4.13.1-SNAPSHOT 7df01ee Merge branch 'develop' 8fd57e3 Added images to /dist again f24e90c Released version 4.13.0 ecca6d8 Removed version number from bower.json, it's not used by bower and can be found in package.json 82f6bc8 Fixed initial load performance issue, triggered by failing comparison on Date objects. 8f4e9e9 Several changes to get the performance on dragging back in check. 00436ab Major redesign of data axis/scales, with large focus on creating a sane slave axis setup fc03c75 Merge branch 'develop' of github.com:almende/vis into develop f02da0b Merge pull request #1610 from felixhayashi/fix/variable 81510b6 Fixed wrong variable reference f171328 Fixed #1541: Timeline and Graph2d did not load synchronously anymore 717f1f1 Moved `emit('_change'...)` from Timeline.setItems to ItemSet.setItems to be consistend with ItemSet.setGroups ea26388 Merge branch 'develop' of github.com:almende/vis into develop bb1e008 Fix typo, default position of right hand legend is top-right. dee98d8 Merge pull request #1599 from mauk81/patch-2 ac2c21e typo 7b434c3 reverted example c32aa90 Fixed #1597: Allow zero borders and addressed scaling artifacts. unified border calculation. Needs to be centralized to avoid duplication. 7a83087 Fixed #1594: bug in hierarchical layout. 84b65fd Fixed #1596: correct clean up of manipulation dom elements. 5e8b98d Fixed #1585: Allow bar groups to exclude from stacking ec89306 Fixed #1580: Invisible timeline/graph should not be drawn, as most inputs are invalid Moved initial autoscale/fit method to an handler of the "changed" event. 7cf090e Fixed #1521: Prevent items from staying stuck to the left side of the viewport. 246de7f Fix autoscale of timeline axis. 1cb691c Update HISTORY 12f1468 Fixed #1177: Fix custom range of slaved right axis. f462072 Fixed #1592: Emit a "changed" event after each redraw. Made "change" event private (by prefixing _). 85318a5 Update HISTORY 9031dc3 Merge branch 'develop' of github.com:almende/vis into develop aa2a2d6 minor cleanups. f064963 Merge remote-tracking branch 'origin/develop' into develop 9136141 Fixed #1584: Navigation buttons broken daa643e Merge branch 'develop' of github.com:almende/vis into develop bbf04d3 Fixed #1403: Graph2d change yAxisOrientation, Cleanup of linegraph's event handling Fixed #1557: Make sure we don't default to scientific notation. Couple of minor fixes in group counts and ranges. 6b773ce Merge remote-tracking branch 'origin/develop' into develop 18e1d1f Fixed 1588, destroy now releases the dataset. f8a6513 Merge pull request #1583 from sapegin/patch-1 f97e57b rebuilt 0fdb5bf Merge remote-tracking branch 'origin/develop' into develop 39ea3b4 - Added options to customize the hierarchical layout without the use of physics. added example. Improved handling of options for hierarchical view. 8c9d85a Point main field in package.json to non-minified script. 5c96bbc Merge pull request #1576 from felixhayashi/develop 8ed7b69 added clearfix + updated example d6cb3b6 = Fixed #1334 (again): Network now ignores scroll when interaction:zoomView is false. 7317714 Merge remote-tracking branch 'origin/develop' into develop d2a3c7d updated mistake in the docs 5d740ae Updated vis.js in `dist` folder (see #1556) a2293fd Fixed #1556: Network throwing an error when clicking the "Edit" button on the manipulation toolbar f9c2da7 reverted examples 1d2488b Merge remote-tracking branch 'origin/develop' into develop 26c8369 rebuilt 2977dfd - Improved the hierarchical layout algorithm by adding a condensing method to remove whitespace. b6b3807 Fixed #1017: Allow overriding of the minWidth of bars while zooming out. Fix the variable month width bug. Update documentation to better describe the current behavior. 69ce07d Update HISTORY 257d876 -Fix default axis formatting function. Fixes #1557. -Keep single defaults location -Update documentation on formatting function. 6e9e4cc - Altered edges for arrows and added the arrowStrikethrough option. d844875 Bumped version number to 4.12.1-SNAPSHOT 9a5d1a0 Merge branch 'develop' ae4df55 Released version 4.12.0 8d575d9 Released version 4.12.0 d5f15e9 Merge remote-tracking branch 'origin/develop' into develop 27c75df Fixed #1554: wrong cursor on readonly range items 2be3235 - Fixed upscaling when the window size increases. - Accepted pull request #1544, thanks @felixhayashi! - Fixed documented bug in #1544. dc51099 Merge pull request #1544 from felixhayashi/fix/colorpicker 3828e07 fixes positioning of colorpicker BUT ALSO HAS A BUG a6149d2 Fixed #1543: upgraded to hammer.js 2.0.4 and propagating-hammerjs 1.4.4 d7eee22 made database shape box a rectangle 11888f2 - Added #1138, enable the user to define the color of the shadows for nodes and edges. - Fixed #1528, #1278, avoided ID's being cast to string for methods that return ID's as well as storePositions casting to string. 573d355 - Fixed #1404, made the array returned by findNode match the docs. 589093d - Fixed #1406, control nodes are now drawn immediately without a second redraw. ceac4bf - Fixed #1529, clustering and declustering now respects the original settings of the edges for physics and hidden. 34bd031 - Fixed findNode method. It now does not return internal objects anymore. 53cc2f6 Fixed #1531 , #1335: border distances for arrow positioning c7aac14 Added space to console warning 5faef92 Fixed #1127: `doubleClick` event not being fired 4cae296 Fixed #1527: error when creating/updating a Timeline without data e547401 Bumped version number to 4.11.1-SNAPSHOT 36a8594 Merge remote-tracking branch 'origin/master' ce3f82d Released version 4.11.0 df4e3d4 Fixed #1523: end of data range wrongly determined d9e3619 Merge pull request #1504 from almende/fix_null_pointer 01af560 Merge pull request #1508 from marlosin/develop 9b7a2de Merge pull request #1510 from synthomat/patch-1 66aa047 Tiny typo c32a986 Fix "sources" relative location in sourcemap file 00e791a Merge remote-tracking branch 'origin/develop' into develop d866866 Fixed #1486: Item range sometimes wrongly calculated on IE in case of old dates 4c721d4 Remove non-implemented option again. 95d46a3 Introducing "point" style as new label for "points", consistency in naming. Some fixes and cleanups after the large rewrite. 9458e04 Updated the history release notes 5d90e67 Merge branch 'develop' of github.com:almende/vis into develop 5249806 Introducing a zindex option to control the svg render order. Provide the DataView.map() method similar to the DataSet one. 590dfbf Merge pull request #1505 from ttjoseph/svg2 02a7889 Use SVGElement.getBoundingClientRect() instead of .offstHeight c4636af Fixed #1487: DataSet cannot remove an item with id `0` correctly 5fd3efc Fixed #1491: Problem using ctrl+drag in combination with using a `DataView`, and an issue with ctrl+drag when using `snap: null` af8971f Prevent excessive rerendering and unknown group warnings. d4324cf Put a proper scale limit on the bar icon Minor cleanup 2eeb1ac Merge pull request #1498 from almende/newShading 81c5730 -Move icon rendering code to their specific subclass. -Draw points in bar icon if appropriate -Introduce point icon -Cleanups 6dcb5e6 Merge pull request #1496 from almende/newShading bfa68bb Update the documentation to reflect the new stacking options. a582f7d Fix couple of off-by-one errors Add some enhancements for stacking (especially with regard to shading) 6be82f3 Merge pull request #1495 from almende/newShading 9ebdaa9 Fix bar graph Y-axis scale with stacking bar graphs. f53a8b7 Don't copy datapoints on every render, only add render data to existing copy. da29bb0 Another significant scalability optimization c4d4fd4 More cleanups, more optimisations: -Never push into arrays that have a known length -Move more functions back into the main updateGraph method 8839373 Couple of performance gains in data insertion. 57a4c1f Fix placement of points in bar's side-by-side view Fix no-group data input case. a44e88e Introducing group based shading Separate shading from line drawing (fixes drawing order) Cleanup of draw code Fix icon-shading CSS override 486cf53 Added a debug mode to visualize the forces on nodes (very cool :)) 1815737 Merge remote-tracking branch 'origin/develop' into develop 9c2dbe5 cleaned up a little 3234dba updated history 4ccd606 Merge pull request #1481 from zefrog/setselection-method-not-exposed 4d8a259 reevaluated object bridging over extending. New implementations to prevent bugs. 4a18f89 Expose publicly setSelection method 8abded7 Updated history 893c8dc Merge pull request #1478 from almende/fixDataView 44dc1f8 Merge pull request #1463 from almende/graph2d_updates 6e9228c Remove unnecessary field reduction again. 22a964d Fix DataView for Graph2d, cleanup group initialisation. 24aa860 updated jdocs d856af1 Cleaned up code, possibilities for future custom sorting of levels. Whitespace cleaning, options for layout, documentation and examples are still required. e98f7b9 Warn on incorrect input 6059ff3 Revert inadvertedly included commit 9bf7452041ece6e7a0b95c227d7e2fe5045872df 7087b2d Merge remote-tracking branch 'origin/develop' into develop 5ea731c improved layout hierarchical view. TODO: cleanup level allocation to use the crawler. 2f1ff1b Fixed #1470: broken url in docs 6fc2a65 Fixed #1441: Height of subgroups not immediately updated after updating data in a DataSet or DataView 83671c8 Merge remote-tracking branch 'origin/develop' into develop f57288e wip improved layout for hierarchical e02ce1f Bumped version number to 4.10.1-SNAPSHOT 3263082 Added missing images in /dist again dadadba Released version 4.10.0 1dff079 Fixed broken unit test 5f0755a Fixed #1437: Restored `data` property of the update event of DataSet. 77112d8 Fixed configureOptions for new option `maxMinorChars` 6453cd0 Fixed #1449, #1393: text of minor grids sometimes not being drawn. Implemented option `maxMinorChars` to customize the width of the grids. 1330708 improvements on hierarchical layout d48f3d6 added 1345 to the history c964fe2 - Fixed #1461: Reset order of SVG elements in legend icons. 22b09d2 Add shading example. 7c5ca07 Update documentation for new Shaded option. Removed some old incorrect texts. 9bf7452 Prevent potential null pointer error 050bb42 Introduce "zero" shade orientation. 349017c - Fixed #1416: Fixed error in improvedLayout. 410f83a - Fixed #1358: Fixed example for clustering on zoom. Also removed private keyword from public methods. Let physics listen to data updates instead of being called from network. ffa3be8 - Fixed #1408: Unclustering without release function respects fixed positions now. 3c9b849 - Fixed #1414: Fixed color references for nodes and edges. 5302f74 - Fixed #1362: Layout of hierarchicaly systems no longer overlaps NODES. 2490e15 Updated history 608446e Merge pull request #1421 from zefrog/feat-network-setselection 998bfac make edges and nodes parameters optional. dead vars removal 28e2711 Updated history and docs 9a200c6 Merge pull request #1423 from hansmaulwurf23/issue_1378 a09df56 defined a read only property 'data' to avoid breaking the api 9605e5c Fixed warning message f22eb05 Updated history 73f3be9 Merge pull request #1395 from liuqingc/develop 5009adc Rename timeline option 'allDraggable' to 'itemsAlwaysDraggable' and update documentation 1eccf09 cloning old data before updating to fix #1378 572cafb updated doc with new setSelection method 11288ef Merge branch 'develop' of https://github.com/almende/vis into feat-network-setselection ee0300c added method setselection used by both selectNodes and selectEdges methods 603d155 Merge remote-tracking branch 'origin/develop' into develop 46dbe3a Expose `vis.timeline.Core` for customization purposes (see #1126) c94bb05 Merge pull request #1415 from labianchin/patch-2 0a0e2e2 Fix the example link in timeline docs ce4fec4 - Fixed #1324: Labels now scale again. 759cff0 - Fixed #1398: Support nodes start with the correct positions. dc7fdaa Updated docs on DataSet.get() and DataView.get(). See #1401 af51794 Added accidentally removed `__any__` field from locales structure again 5e1169e add allDraggable option for timeline to support dragging unselected item a022e56 Updated history 4822b75 Merge pull request #1381 from phimimms/develop 04d3b97 Fixed #1385: Draw lines on top of bars 627d708 Replaced for-in loops in DataSet.js and DataView.js with Object-key iteration of cached length for greater computational performance. 9744c5e Fixed #1353: Custom bundling with browserify requiring manual installation of `babelify`. Updated readme on custom bundling. db2b1c8 Updated history a67c245 Merge pull request #1354 from hansmaulwurf23/multiselectFiltersGroup 4b41464 renamed option from multiselectFiltersGroup to multiselectPerGroup, added docs d882fae Removed the removed options `showMinorLines` and `showMajorLines` from the docs. 46389ae added option multiselectFiltersGroup e91ab23 Fixed #1343: Connected edges are now deselected too when deselecting a node 2e55773 Bumped version number to 4.9.1-SNAPSHOT a59e728 Released version 4.9.0 d7124f9 Fixed #1249: option `hiddenDates` not accepting a single hidden date 3041298 Fixed #1326: wrongly positioned dot of PointItems 60fdb07 Updated history 440065e Merge pull request #1325 from machinemetrics/master d968da7 Bad call to getHiddenDurationBetween 9aa4aed Merge pull request #1310 from bsnote/drawpoints-styles-fix eef2407 updated history 5f1986d Merge remote-tracking branch 'origin/develop' into develop 1131864 added images with borders and updated the manipulation css 73d3a2d Merge pull request #1307 from Abrazan/custom-timeline-title 4ac55e9 add styles option back for data points 9781185 updated docs db598bc - Made autoscaling on container size change pick the lowest between delta height and delta width. 59a5fe8 - Fixed bug where dragging a node that is not a control node during edit edge mode would throw an error. 7a6246e - Fixed bug where a box shape could not be drawn outside of the viewable area. bb0104b fixed self referencing edges during clustering 1b9f166 rebuilt 0ec249f updated to SNAPSHOT 4.8.3 91025a1 updated to SNAPSHOT 4.8.3 111c998 updated publish guide db25fa6 Release 4.8.2 3733976 - Fixed deletion of options by settings them to null. db05c2b - Fixed arrows to icon, text and circularImage shapes fd48470 - Fixed arrows with some shapes when they are selected. #1292 985693e - Fixed stabilized event not firing if layout algorithm does very well. 1d0db57 - Fixed setting font to null so the network won't crash anymore. ab88ca5 - Fixed scaling not doing anything to edges. 3f03ceb Added possibility to change (or hide) the title of a CustomTime element. 05a6021 Fixed an error in the configurator option `throttleRedraw` 68c1172 Fixed phantom edges during clustering #1281 6605059 Bumped version number to 4.8.2-SNAPSHOT 06811f3 Released version 4.8.1 637fc3f Fixed `onMoving` not normalizing the dates again after callback 6581f56 - Fixed bug that broke the network if drawn in a hidden div #1254 21fc483 Fixed unselectAll method 2874bea Merge remote-tracking branch 'origin/develop' into develop 3f5c71e - Fixed critical camera zoom bug #1273. #1266, #1255 - unified some methods in the networkUtil - Fixed initial zoom issues #1252 d97bb0d Fixed #1267: wrong description for `clickToUse` 7ab2015 Merge remote-tracking branch 'origin/develop' into develop bbbaeb4 Fixed #1215: inconsistent types of properties `start` and `end` in callback functions `onMove`, `onMoving`, `onAdd` fbd5d4e Merge pull request #1261 from Tooa/fix_doc_graph2d 5532a88 Fixed wrongly positioned row in docs c694a8b Merge branch 'master' into develop 2c32f5a Merge pull request #1263 from littleguga/patch-1 9169559 Fixed groups.visible Description 038e786 fix broken links 1e10b1b Updated history 2b4f060 Merge pull request #1243 from Tooa/german_locale b391dae Bumped version number to 4.8.1-SNAPSHOT 5275849 Released version 4.8.0 a74a42f Lowered stabilization iterations 0a82942 Add German locale to network 10e1ca3 More explanation for `groupOrder`, see #1241 d42bf3a Merge remote-tracking branch 'origin/develop' into develop e24861f Merge pull request #1242 from gomezgoiri/master 7034f77 Removed a few old deprecations, fixed a typo 01e5763 Updating documentation to mention Spanish locale 00078f6 Adding Spanish locale a328415 Added loop protection to `layoutNetwork` 2419722 Updated history f31b58a Merge pull request #1209 from Bernd0/develop 644f8ee Fixed #1214: items wrongly marked as dirty with every `rangechange` event f4bd6c2 safeguard stepquality cd84247 appended history, fixed getPositions, moved color backer back to container from document root 9b6590e Introduced the Graph2d group option 'excludeFromLegend'. 0e6aac4 - Added support for Gephi directed edges, edge labels and titles. a007ecd Merge branch 'kamadaKawai' into develop 0bcaee2 rebuilt 64c1995 added public ready versions of kamadakawai and adaptive layout, clustering bugfixes and reactive network. 26a1fc5 - Fixed bugs in clustering algorithm. - Greatly improved performance in clustering. d019722 - added labels for edges and titles for nodes and edges in gephi import 8eea19a - cleaning up 93f1480a - improved performance 36ecb2c - added improved timestep adaption, fixed bugs in stabilization 8744d63 - added adaptive timestep to physics. 09d3dfb - made it pretty, fixed bugs in clustering 0161b22 - added kamadaKawai algorithm as prototype dab28ee Merge pull request #1183 from vukk/network-docfix c0a0a2a Fixes documentation for group option of node. e95913e Merge pull request #1175 from JonathanGeoffroy/develop 84ba9e7 Merge remote-tracking branch 'origin/develop' into develop ad0916b Point node.js "main" file to the built ./dist/vis.min.js` (see #1180) cc4b573 docs: the function's name was wrong 9b83e2c - Fixed dynamic updating of label properties. 2f2ec2f - Improved the positioning and CSS of the configurator and the color picker. 22bc5e0 added popup to configurator to explain the behaviour 0c59f88 rebuilt and updated history ea59045 Merge remote-tracking branch 'origin/develop' into develop 6e01279 - Fixed #1152, updating images now works. 5822837 Updated dist files acd52e1 Merge remote-tracking branch 'origin/develop' into develop d922368 Implemented redraw throttling for Timeline d87fd1d reverted selectEdge pull 9a2bec6 removed node cleanup f7cc574 Updated history 9f665f0 Merge pull request #1109 from hansmaulwurf23/group_dragging a2bf879 Merge pull request #1153 from JonathanGeoffroy/issue#1144-selectEdge b129480 Merge pull request #1146 from dburdick/develop f3bded6 Merge pull request #1148 from JonathanGeoffroy/doc 711b3de fix : selectEdge was fired even if user clicked on a node e8a2cc8 docs: fix a typo (selcted -> selected) 2ca2202 fixed emitting groupDragged event in callback fa7eb4a Fix misspelling in milliseconds 1f4c9a4 added groupId to groupDragged event 21d09a2 finished new example for groupEditable 6804cb5 changed docs for groupDragging 6fbfade rebuilt 401e262 Merge remote-tracking branch 'origin/develop' into develop 0bc11f9 Fixed #1140, labels and points correctly stack. 58e2157 added groupEditable example 584f266 removed updating the groups in groupOrderSwap, started docs da26177 Merge pull request #1133 from Braincompiler/master 9163322 fix "TypeError: Cannot read property '_bound' of undefined" in angular2 environment 5ea6411 added event handlers for onAddGroup, onMoveGroup, onRemoveGroup eb3038a Bumped version number to 4.7.1-SNAPSHOT 955dd25 Released version 4.7.0 64b2c78 Removed move callbacks c2e7123 removed unused option groupsDraggable 448411e Dragging of Groups working now using a swap function cfadb05 bugfix 42c2adf prepared for supernodes. Cleaned code 700e735 added cubic bezier curves. 5023511 added moveNode method 8c53e8a Merge remote-tracking branch 'origin/develop' into develop 116244c Fixed #1118: since v4.6.0, grid of time axis was wrongly positioned on some scales dbdc21c Merge pull request #1119 from brendon1982/develop 1cb3221 Rewrote the Images.js for the network in ECMA script 6 syntax. 789f7c6 Updated history 8b70e93 Merge pull request #1114 from Fice/groupDrag e015f7f Moved internal functions in Images.load onto the prototype 05da3df Fixed indenting issue in cirular images example 81c7e46 Fixed issue where broken images wouldn't always be rendered. 22822da group dragging works (on groups with same height) using a swap function 6f665f4 fixed doc links 1edde77 moved to v4.6.1-SNAPSHOT 1b381ec Release 4.6.0 5dba668 - prerelease.2 daba2f7 - prerelease 9966d53 - Added #936, useImageSize for images and circularImages 469b3b9 - Added #931, borderRadius in shapeProperties for the box shape. 5beeca1 - Fixed #1112, network now works in firefox on unix again. 7fdc22b Merge remote-tracking branch 'origin/develop' into develop a9ca766 Fixed #24: Implemented support for time zones (see examples/timeline/other/timezone.html) b75fe65 - Fixed #1111, check if edges exist was not correct on update. 228ac7e Bumped version number to 4.5.2-SNAPSHOT f0cc3ee Released v4.5.1 fd6b70c Mentioned 2 way data binding of DataSet in the Data Format sections in the docs (see #1099) 3f19431 Fixed delete button when using multiple selected items in manipulation system. b68030a Group Dragging in Timeline e228ba9 different fix for clustering, this one should work :) (sounds familiar) e9fc1a0 fixed hierarchical layout toggle issue. 5f486ee fixed clustering phantom edge problem 8c9c865 updated publish manual 6c89cbd Moved to 4.5.1--snapshot 13bd407 While dragging multiple items across groups, keep the group-offset. git-subtree-dir: lib/vis git-subtree-split: 46fd2accd44fb3776f5a7904acdfa226de2417f8
2016-02-17 11:57:17 -07:00
2016-09-18 15:43:37 +03:00
## 2016-04-18, version 4.16.1
### Timeline
- Fixed #1786: Timeline having zero height on Internet Explorer, regression
introduced after fixing #1697.
## 2016-04-07, version 4.16.0
### Timeline
- Implemented rtl support. Thanks @yotamberk.
- Fixed #1697: Timeline not drawn when used within the Angular.js directive.
- Fixed #1774: Wrong initial scale when Timeline contains a single item.
### General
- Created bundles for individual visualizations: `vis-graph3d.min.js`,
`vis-network.min.js`, and `vis-timeline-graph2d.min.js`.
## 2016-03-08, version 4.15.1
## General
- Updated all dependencies.
### Graph2d
- Fixed #1455: allow vertical panning of the web page on touch devices.
- Fixed #1692: Error when y-axis values are equal.
### Timeline
- Fixed #1455: allow vertical panning of the web page on touch devices.
- Fixed #1695: Item line and dot not correctly reckoning with the line width
when using left or right align.
- Fixed #1697: Timeline not drawn when used within the Angular.js directive.
## 2016-02-23, version 4.15.0
### Timeline
- Implemented `currentTimeTick` event (see #1683).
- Fixed #1630: method `getItemRange` missing in docs.
### Graph2d
- Fixed #1630: method `getDataRange` was wrongly called `getItemRange` in docs.
- Fixed #1655: use parseFloat instead of Number.parseFloat, as the latter is
not supported in IE. Thanks @ttjoseph.
### Graph3d
- Changed the built-in tooltip to show the provided `xLabel`, `yLabel`, and
`zLabel` instead of `'x'`, `'y'`, and `'z'`. Thanks @jacklightbody.
### Network
- Implemented interpolation option for interpolation of images, default true.
- Implemented parentCentralization option for hierarchical layout.
- Fixed #1635: edges are now referring to the correct points.
- Fixed #1644, #1631: overlapping nodes in hierarchical layout should no longer occur.
- Fixed #1575: fixed selection events
- Fixed #1677: updating groups through manipulation now works as it should.
- Fixed #1672: Implemented stepped scaling for nice interpolation of images.
Squashed 'lib/vis/' changes from 58f0da39..46fd2ac 46fd2ac Merge branch 'develop' 4f831b1 Released version 4.14.0 1d49599 Fixed a regression: Timeline/Graph2d constructor throwing an exception when no options are provided via the constructor cd3bb8a Fixed #1615: implemented new option `dotSizeRatio` 2adde9d Bumped version number to 4.13.1-SNAPSHOT 7df01ee Merge branch 'develop' 8fd57e3 Added images to /dist again f24e90c Released version 4.13.0 ecca6d8 Removed version number from bower.json, it's not used by bower and can be found in package.json 82f6bc8 Fixed initial load performance issue, triggered by failing comparison on Date objects. 8f4e9e9 Several changes to get the performance on dragging back in check. 00436ab Major redesign of data axis/scales, with large focus on creating a sane slave axis setup fc03c75 Merge branch 'develop' of github.com:almende/vis into develop f02da0b Merge pull request #1610 from felixhayashi/fix/variable 81510b6 Fixed wrong variable reference f171328 Fixed #1541: Timeline and Graph2d did not load synchronously anymore 717f1f1 Moved `emit('_change'...)` from Timeline.setItems to ItemSet.setItems to be consistend with ItemSet.setGroups ea26388 Merge branch 'develop' of github.com:almende/vis into develop bb1e008 Fix typo, default position of right hand legend is top-right. dee98d8 Merge pull request #1599 from mauk81/patch-2 ac2c21e typo 7b434c3 reverted example c32aa90 Fixed #1597: Allow zero borders and addressed scaling artifacts. unified border calculation. Needs to be centralized to avoid duplication. 7a83087 Fixed #1594: bug in hierarchical layout. 84b65fd Fixed #1596: correct clean up of manipulation dom elements. 5e8b98d Fixed #1585: Allow bar groups to exclude from stacking ec89306 Fixed #1580: Invisible timeline/graph should not be drawn, as most inputs are invalid Moved initial autoscale/fit method to an handler of the "changed" event. 7cf090e Fixed #1521: Prevent items from staying stuck to the left side of the viewport. 246de7f Fix autoscale of timeline axis. 1cb691c Update HISTORY 12f1468 Fixed #1177: Fix custom range of slaved right axis. f462072 Fixed #1592: Emit a "changed" event after each redraw. Made "change" event private (by prefixing _). 85318a5 Update HISTORY 9031dc3 Merge branch 'develop' of github.com:almende/vis into develop aa2a2d6 minor cleanups. f064963 Merge remote-tracking branch 'origin/develop' into develop 9136141 Fixed #1584: Navigation buttons broken daa643e Merge branch 'develop' of github.com:almende/vis into develop bbf04d3 Fixed #1403: Graph2d change yAxisOrientation, Cleanup of linegraph's event handling Fixed #1557: Make sure we don't default to scientific notation. Couple of minor fixes in group counts and ranges. 6b773ce Merge remote-tracking branch 'origin/develop' into develop 18e1d1f Fixed 1588, destroy now releases the dataset. f8a6513 Merge pull request #1583 from sapegin/patch-1 f97e57b rebuilt 0fdb5bf Merge remote-tracking branch 'origin/develop' into develop 39ea3b4 - Added options to customize the hierarchical layout without the use of physics. added example. Improved handling of options for hierarchical view. 8c9d85a Point main field in package.json to non-minified script. 5c96bbc Merge pull request #1576 from felixhayashi/develop 8ed7b69 added clearfix + updated example d6cb3b6 = Fixed #1334 (again): Network now ignores scroll when interaction:zoomView is false. 7317714 Merge remote-tracking branch 'origin/develop' into develop d2a3c7d updated mistake in the docs 5d740ae Updated vis.js in `dist` folder (see #1556) a2293fd Fixed #1556: Network throwing an error when clicking the "Edit" button on the manipulation toolbar f9c2da7 reverted examples 1d2488b Merge remote-tracking branch 'origin/develop' into develop 26c8369 rebuilt 2977dfd - Improved the hierarchical layout algorithm by adding a condensing method to remove whitespace. b6b3807 Fixed #1017: Allow overriding of the minWidth of bars while zooming out. Fix the variable month width bug. Update documentation to better describe the current behavior. 69ce07d Update HISTORY 257d876 -Fix default axis formatting function. Fixes #1557. -Keep single defaults location -Update documentation on formatting function. 6e9e4cc - Altered edges for arrows and added the arrowStrikethrough option. d844875 Bumped version number to 4.12.1-SNAPSHOT 9a5d1a0 Merge branch 'develop' ae4df55 Released version 4.12.0 8d575d9 Released version 4.12.0 d5f15e9 Merge remote-tracking branch 'origin/develop' into develop 27c75df Fixed #1554: wrong cursor on readonly range items 2be3235 - Fixed upscaling when the window size increases. - Accepted pull request #1544, thanks @felixhayashi! - Fixed documented bug in #1544. dc51099 Merge pull request #1544 from felixhayashi/fix/colorpicker 3828e07 fixes positioning of colorpicker BUT ALSO HAS A BUG a6149d2 Fixed #1543: upgraded to hammer.js 2.0.4 and propagating-hammerjs 1.4.4 d7eee22 made database shape box a rectangle 11888f2 - Added #1138, enable the user to define the color of the shadows for nodes and edges. - Fixed #1528, #1278, avoided ID's being cast to string for methods that return ID's as well as storePositions casting to string. 573d355 - Fixed #1404, made the array returned by findNode match the docs. 589093d - Fixed #1406, control nodes are now drawn immediately without a second redraw. ceac4bf - Fixed #1529, clustering and declustering now respects the original settings of the edges for physics and hidden. 34bd031 - Fixed findNode method. It now does not return internal objects anymore. 53cc2f6 Fixed #1531 , #1335: border distances for arrow positioning c7aac14 Added space to console warning 5faef92 Fixed #1127: `doubleClick` event not being fired 4cae296 Fixed #1527: error when creating/updating a Timeline without data e547401 Bumped version number to 4.11.1-SNAPSHOT 36a8594 Merge remote-tracking branch 'origin/master' ce3f82d Released version 4.11.0 df4e3d4 Fixed #1523: end of data range wrongly determined d9e3619 Merge pull request #1504 from almende/fix_null_pointer 01af560 Merge pull request #1508 from marlosin/develop 9b7a2de Merge pull request #1510 from synthomat/patch-1 66aa047 Tiny typo c32a986 Fix "sources" relative location in sourcemap file 00e791a Merge remote-tracking branch 'origin/develop' into develop d866866 Fixed #1486: Item range sometimes wrongly calculated on IE in case of old dates 4c721d4 Remove non-implemented option again. 95d46a3 Introducing "point" style as new label for "points", consistency in naming. Some fixes and cleanups after the large rewrite. 9458e04 Updated the history release notes 5d90e67 Merge branch 'develop' of github.com:almende/vis into develop 5249806 Introducing a zindex option to control the svg render order. Provide the DataView.map() method similar to the DataSet one. 590dfbf Merge pull request #1505 from ttjoseph/svg2 02a7889 Use SVGElement.getBoundingClientRect() instead of .offstHeight c4636af Fixed #1487: DataSet cannot remove an item with id `0` correctly 5fd3efc Fixed #1491: Problem using ctrl+drag in combination with using a `DataView`, and an issue with ctrl+drag when using `snap: null` af8971f Prevent excessive rerendering and unknown group warnings. d4324cf Put a proper scale limit on the bar icon Minor cleanup 2eeb1ac Merge pull request #1498 from almende/newShading 81c5730 -Move icon rendering code to their specific subclass. -Draw points in bar icon if appropriate -Introduce point icon -Cleanups 6dcb5e6 Merge pull request #1496 from almende/newShading bfa68bb Update the documentation to reflect the new stacking options. a582f7d Fix couple of off-by-one errors Add some enhancements for stacking (especially with regard to shading) 6be82f3 Merge pull request #1495 from almende/newShading 9ebdaa9 Fix bar graph Y-axis scale with stacking bar graphs. f53a8b7 Don't copy datapoints on every render, only add render data to existing copy. da29bb0 Another significant scalability optimization c4d4fd4 More cleanups, more optimisations: -Never push into arrays that have a known length -Move more functions back into the main updateGraph method 8839373 Couple of performance gains in data insertion. 57a4c1f Fix placement of points in bar's side-by-side view Fix no-group data input case. a44e88e Introducing group based shading Separate shading from line drawing (fixes drawing order) Cleanup of draw code Fix icon-shading CSS override 486cf53 Added a debug mode to visualize the forces on nodes (very cool :)) 1815737 Merge remote-tracking branch 'origin/develop' into develop 9c2dbe5 cleaned up a little 3234dba updated history 4ccd606 Merge pull request #1481 from zefrog/setselection-method-not-exposed 4d8a259 reevaluated object bridging over extending. New implementations to prevent bugs. 4a18f89 Expose publicly setSelection method 8abded7 Updated history 893c8dc Merge pull request #1478 from almende/fixDataView 44dc1f8 Merge pull request #1463 from almende/graph2d_updates 6e9228c Remove unnecessary field reduction again. 22a964d Fix DataView for Graph2d, cleanup group initialisation. 24aa860 updated jdocs d856af1 Cleaned up code, possibilities for future custom sorting of levels. Whitespace cleaning, options for layout, documentation and examples are still required. e98f7b9 Warn on incorrect input 6059ff3 Revert inadvertedly included commit 9bf7452041ece6e7a0b95c227d7e2fe5045872df 7087b2d Merge remote-tracking branch 'origin/develop' into develop 5ea731c improved layout hierarchical view. TODO: cleanup level allocation to use the crawler. 2f1ff1b Fixed #1470: broken url in docs 6fc2a65 Fixed #1441: Height of subgroups not immediately updated after updating data in a DataSet or DataView 83671c8 Merge remote-tracking branch 'origin/develop' into develop f57288e wip improved layout for hierarchical e02ce1f Bumped version number to 4.10.1-SNAPSHOT 3263082 Added missing images in /dist again dadadba Released version 4.10.0 1dff079 Fixed broken unit test 5f0755a Fixed #1437: Restored `data` property of the update event of DataSet. 77112d8 Fixed configureOptions for new option `maxMinorChars` 6453cd0 Fixed #1449, #1393: text of minor grids sometimes not being drawn. Implemented option `maxMinorChars` to customize the width of the grids. 1330708 improvements on hierarchical layout d48f3d6 added 1345 to the history c964fe2 - Fixed #1461: Reset order of SVG elements in legend icons. 22b09d2 Add shading example. 7c5ca07 Update documentation for new Shaded option. Removed some old incorrect texts. 9bf7452 Prevent potential null pointer error 050bb42 Introduce "zero" shade orientation. 349017c - Fixed #1416: Fixed error in improvedLayout. 410f83a - Fixed #1358: Fixed example for clustering on zoom. Also removed private keyword from public methods. Let physics listen to data updates instead of being called from network. ffa3be8 - Fixed #1408: Unclustering without release function respects fixed positions now. 3c9b849 - Fixed #1414: Fixed color references for nodes and edges. 5302f74 - Fixed #1362: Layout of hierarchicaly systems no longer overlaps NODES. 2490e15 Updated history 608446e Merge pull request #1421 from zefrog/feat-network-setselection 998bfac make edges and nodes parameters optional. dead vars removal 28e2711 Updated history and docs 9a200c6 Merge pull request #1423 from hansmaulwurf23/issue_1378 a09df56 defined a read only property 'data' to avoid breaking the api 9605e5c Fixed warning message f22eb05 Updated history 73f3be9 Merge pull request #1395 from liuqingc/develop 5009adc Rename timeline option 'allDraggable' to 'itemsAlwaysDraggable' and update documentation 1eccf09 cloning old data before updating to fix #1378 572cafb updated doc with new setSelection method 11288ef Merge branch 'develop' of https://github.com/almende/vis into feat-network-setselection ee0300c added method setselection used by both selectNodes and selectEdges methods 603d155 Merge remote-tracking branch 'origin/develop' into develop 46dbe3a Expose `vis.timeline.Core` for customization purposes (see #1126) c94bb05 Merge pull request #1415 from labianchin/patch-2 0a0e2e2 Fix the example link in timeline docs ce4fec4 - Fixed #1324: Labels now scale again. 759cff0 - Fixed #1398: Support nodes start with the correct positions. dc7fdaa Updated docs on DataSet.get() and DataView.get(). See #1401 af51794 Added accidentally removed `__any__` field from locales structure again 5e1169e add allDraggable option for timeline to support dragging unselected item a022e56 Updated history 4822b75 Merge pull request #1381 from phimimms/develop 04d3b97 Fixed #1385: Draw lines on top of bars 627d708 Replaced for-in loops in DataSet.js and DataView.js with Object-key iteration of cached length for greater computational performance. 9744c5e Fixed #1353: Custom bundling with browserify requiring manual installation of `babelify`. Updated readme on custom bundling. db2b1c8 Updated history a67c245 Merge pull request #1354 from hansmaulwurf23/multiselectFiltersGroup 4b41464 renamed option from multiselectFiltersGroup to multiselectPerGroup, added docs d882fae Removed the removed options `showMinorLines` and `showMajorLines` from the docs. 46389ae added option multiselectFiltersGroup e91ab23 Fixed #1343: Connected edges are now deselected too when deselecting a node 2e55773 Bumped version number to 4.9.1-SNAPSHOT a59e728 Released version 4.9.0 d7124f9 Fixed #1249: option `hiddenDates` not accepting a single hidden date 3041298 Fixed #1326: wrongly positioned dot of PointItems 60fdb07 Updated history 440065e Merge pull request #1325 from machinemetrics/master d968da7 Bad call to getHiddenDurationBetween 9aa4aed Merge pull request #1310 from bsnote/drawpoints-styles-fix eef2407 updated history 5f1986d Merge remote-tracking branch 'origin/develop' into develop 1131864 added images with borders and updated the manipulation css 73d3a2d Merge pull request #1307 from Abrazan/custom-timeline-title 4ac55e9 add styles option back for data points 9781185 updated docs db598bc - Made autoscaling on container size change pick the lowest between delta height and delta width. 59a5fe8 - Fixed bug where dragging a node that is not a control node during edit edge mode would throw an error. 7a6246e - Fixed bug where a box shape could not be drawn outside of the viewable area. bb0104b fixed self referencing edges during clustering 1b9f166 rebuilt 0ec249f updated to SNAPSHOT 4.8.3 91025a1 updated to SNAPSHOT 4.8.3 111c998 updated publish guide db25fa6 Release 4.8.2 3733976 - Fixed deletion of options by settings them to null. db05c2b - Fixed arrows to icon, text and circularImage shapes fd48470 - Fixed arrows with some shapes when they are selected. #1292 985693e - Fixed stabilized event not firing if layout algorithm does very well. 1d0db57 - Fixed setting font to null so the network won't crash anymore. ab88ca5 - Fixed scaling not doing anything to edges. 3f03ceb Added possibility to change (or hide) the title of a CustomTime element. 05a6021 Fixed an error in the configurator option `throttleRedraw` 68c1172 Fixed phantom edges during clustering #1281 6605059 Bumped version number to 4.8.2-SNAPSHOT 06811f3 Released version 4.8.1 637fc3f Fixed `onMoving` not normalizing the dates again after callback 6581f56 - Fixed bug that broke the network if drawn in a hidden div #1254 21fc483 Fixed unselectAll method 2874bea Merge remote-tracking branch 'origin/develop' into develop 3f5c71e - Fixed critical camera zoom bug #1273. #1266, #1255 - unified some methods in the networkUtil - Fixed initial zoom issues #1252 d97bb0d Fixed #1267: wrong description for `clickToUse` 7ab2015 Merge remote-tracking branch 'origin/develop' into develop bbbaeb4 Fixed #1215: inconsistent types of properties `start` and `end` in callback functions `onMove`, `onMoving`, `onAdd` fbd5d4e Merge pull request #1261 from Tooa/fix_doc_graph2d 5532a88 Fixed wrongly positioned row in docs c694a8b Merge branch 'master' into develop 2c32f5a Merge pull request #1263 from littleguga/patch-1 9169559 Fixed groups.visible Description 038e786 fix broken links 1e10b1b Updated history 2b4f060 Merge pull request #1243 from Tooa/german_locale b391dae Bumped version number to 4.8.1-SNAPSHOT 5275849 Released version 4.8.0 a74a42f Lowered stabilization iterations 0a82942 Add German locale to network 10e1ca3 More explanation for `groupOrder`, see #1241 d42bf3a Merge remote-tracking branch 'origin/develop' into develop e24861f Merge pull request #1242 from gomezgoiri/master 7034f77 Removed a few old deprecations, fixed a typo 01e5763 Updating documentation to mention Spanish locale 00078f6 Adding Spanish locale a328415 Added loop protection to `layoutNetwork` 2419722 Updated history f31b58a Merge pull request #1209 from Bernd0/develop 644f8ee Fixed #1214: items wrongly marked as dirty with every `rangechange` event f4bd6c2 safeguard stepquality cd84247 appended history, fixed getPositions, moved color backer back to container from document root 9b6590e Introduced the Graph2d group option 'excludeFromLegend'. 0e6aac4 - Added support for Gephi directed edges, edge labels and titles. a007ecd Merge branch 'kamadaKawai' into develop 0bcaee2 rebuilt 64c1995 added public ready versions of kamadakawai and adaptive layout, clustering bugfixes and reactive network. 26a1fc5 - Fixed bugs in clustering algorithm. - Greatly improved performance in clustering. d019722 - added labels for edges and titles for nodes and edges in gephi import 8eea19a - cleaning up 93f1480a - improved performance 36ecb2c - added improved timestep adaption, fixed bugs in stabilization 8744d63 - added adaptive timestep to physics. 09d3dfb - made it pretty, fixed bugs in clustering 0161b22 - added kamadaKawai algorithm as prototype dab28ee Merge pull request #1183 from vukk/network-docfix c0a0a2a Fixes documentation for group option of node. e95913e Merge pull request #1175 from JonathanGeoffroy/develop 84ba9e7 Merge remote-tracking branch 'origin/develop' into develop ad0916b Point node.js "main" file to the built ./dist/vis.min.js` (see #1180) cc4b573 docs: the function's name was wrong 9b83e2c - Fixed dynamic updating of label properties. 2f2ec2f - Improved the positioning and CSS of the configurator and the color picker. 22bc5e0 added popup to configurator to explain the behaviour 0c59f88 rebuilt and updated history ea59045 Merge remote-tracking branch 'origin/develop' into develop 6e01279 - Fixed #1152, updating images now works. 5822837 Updated dist files acd52e1 Merge remote-tracking branch 'origin/develop' into develop d922368 Implemented redraw throttling for Timeline d87fd1d reverted selectEdge pull 9a2bec6 removed node cleanup f7cc574 Updated history 9f665f0 Merge pull request #1109 from hansmaulwurf23/group_dragging a2bf879 Merge pull request #1153 from JonathanGeoffroy/issue#1144-selectEdge b129480 Merge pull request #1146 from dburdick/develop f3bded6 Merge pull request #1148 from JonathanGeoffroy/doc 711b3de fix : selectEdge was fired even if user clicked on a node e8a2cc8 docs: fix a typo (selcted -> selected) 2ca2202 fixed emitting groupDragged event in callback fa7eb4a Fix misspelling in milliseconds 1f4c9a4 added groupId to groupDragged event 21d09a2 finished new example for groupEditable 6804cb5 changed docs for groupDragging 6fbfade rebuilt 401e262 Merge remote-tracking branch 'origin/develop' into develop 0bc11f9 Fixed #1140, labels and points correctly stack. 58e2157 added groupEditable example 584f266 removed updating the groups in groupOrderSwap, started docs da26177 Merge pull request #1133 from Braincompiler/master 9163322 fix "TypeError: Cannot read property '_bound' of undefined" in angular2 environment 5ea6411 added event handlers for onAddGroup, onMoveGroup, onRemoveGroup eb3038a Bumped version number to 4.7.1-SNAPSHOT 955dd25 Released version 4.7.0 64b2c78 Removed move callbacks c2e7123 removed unused option groupsDraggable 448411e Dragging of Groups working now using a swap function cfadb05 bugfix 42c2adf prepared for supernodes. Cleaned code 700e735 added cubic bezier curves. 5023511 added moveNode method 8c53e8a Merge remote-tracking branch 'origin/develop' into develop 116244c Fixed #1118: since v4.6.0, grid of time axis was wrongly positioned on some scales dbdc21c Merge pull request #1119 from brendon1982/develop 1cb3221 Rewrote the Images.js for the network in ECMA script 6 syntax. 789f7c6 Updated history 8b70e93 Merge pull request #1114 from Fice/groupDrag e015f7f Moved internal functions in Images.load onto the prototype 05da3df Fixed indenting issue in cirular images example 81c7e46 Fixed issue where broken images wouldn't always be rendered. 22822da group dragging works (on groups with same height) using a swap function 6f665f4 fixed doc links 1edde77 moved to v4.6.1-SNAPSHOT 1b381ec Release 4.6.0 5dba668 - prerelease.2 daba2f7 - prerelease 9966d53 - Added #936, useImageSize for images and circularImages 469b3b9 - Added #931, borderRadius in shapeProperties for the box shape. 5beeca1 - Fixed #1112, network now works in firefox on unix again. 7fdc22b Merge remote-tracking branch 'origin/develop' into develop a9ca766 Fixed #24: Implemented support for time zones (see examples/timeline/other/timezone.html) b75fe65 - Fixed #1111, check if edges exist was not correct on update. 228ac7e Bumped version number to 4.5.2-SNAPSHOT f0cc3ee Released v4.5.1 fd6b70c Mentioned 2 way data binding of DataSet in the Data Format sections in the docs (see #1099) 3f19431 Fixed delete button when using multiple selected items in manipulation system. b68030a Group Dragging in Timeline e228ba9 different fix for clustering, this one should work :) (sounds familiar) e9fc1a0 fixed hierarchical layout toggle issue. 5f486ee fixed clustering phantom edge problem 8c9c865 updated publish manual 6c89cbd Moved to 4.5.1--snapshot 13bd407 While dragging multiple items across groups, keep the group-offset. git-subtree-dir: lib/vis git-subtree-split: 46fd2accd44fb3776f5a7904acdfa226de2417f8
2016-02-17 11:57:17 -07:00
## 2016-02-04, version 4.14.0
### Timeline
- Fixed a regression: Timeline/Graph2d constructor throwing an exception when
no options are provided via the constructor.
### Graph2d
- Fixed a regression: Timeline/Graph2d constructor throwing an exception when
no options are provided via the constructor.
### Graph3d
- Fixed #1615: implemented new option `dotSizeRatio`.
## 2016-02-01, version 4.13.0
### Network
- Added options to customize the hierarchical layout without the use of physics.
- Altered edges for arrows and added the arrowStrikethrough option.
- Improved the hierarchical layout algorithm by adding a condensing method to remove whitespace.
- Fixed #1556: Network throwing an error when clicking the "Edit" button
on the manipulation toolbar.
- Fixed #1334 (again): Network now ignores scroll when interaction:zoomView is false.
- Fixed #1588: destroy now unsubscribed from the dataset.
- Fixed #1584: Navigation buttons broken.
- Fixed #1596: correct clean up of manipulation dom elements.
- Fixed #1594: bug in hierarchical layout.
- Fixed #1597: Allow zero borders and addressed scaling artifacts.
- Fixed #1608: Fixed wrong variable reference
### Timeline
- Moved initial autoscale/fit method to an handler of the "changed" event.
- Fixed #1580: Invisible timeline/graph should not be drawn, as most inputs are invalid
- Fixed #1521: Prevent items from staying stuck to the left side of the viewport.
- Fixed #1592: Emit a "changed" event after each redraw.
- Fixed #1541: Timeline and Graph2d did not load synchronously anymore.
### Graph2d
- Major redesign of data axis/scales, with large focus on creating a sane slave axis setup
- Cleanup of linegraph's event handling.
- Fixed #1585: Allow bar groups to exclude from stacking
- Fixed #1580: Invisible timeline/graph should not be drawn, as most inputs are invalid
- Fixed #1177: Fix custom range of slaved right axis.
- Fixed #1592: Emit a "changed" event after each redraw.
- Fixed #1017: Fixed minWidth behavior for bars.
- Fixes #1557: Fix default axis formatting function.
- Fixed #1541: Timeline and Graph2d did not load synchronously anymore.
- Fixed a performance regression
## 2016-01-08, version 4.12.0
### Timeline
- Fixed #1527: error when creating/updating a Timeline without data.
- Fixed #1127: `doubleClick` event not being fired.
- Fixed #1554: wrong cursor on readonly range items.
### Network
- Fixed #1531, #1335: border distances for arrow positioning
- Fixed findNode method. It now does not return internal objects anymore.
- Fixed #1529, clustering and declustering now respects the original settings of the edges for physics and hidden.
- Fixed #1406, control nodes are now drawn immediately without a second redraw.
- Fixed #1404, made the array returned by findNode match the docs.
- Added #1138, enable the user to define the color of the shadows for nodes and edges.
- Fixed #1528, #1278, avoided ID's being cast to string for methods that return ID's as well as storePositions casting to string.
- Fixed upscaling when the window size increases.
- Accepted pull request #1544, thanks @felixhayashi!
- Fixed documented bug in #1544.
## 2015-12-18, version 4.11.0
### Network
- Expose `setSelection` method. Thanks @zefrog.
### Timeline
- Fixed #1441: Height of subgroups not immediately updated after updating
data in a DataSet or DataView.
- Fixed #1491: Problem using ctrl+drag in combination with using a `DataView`,
and an issue with ctrl+drag when using `snap: null`.
- Fixed #1486: Item range sometimes wrongly calculated on IE in case of old dates.
- Fixed #1523: end of data range wrongly determined.
### Graph2d
- Large refactoring of Graph2d code base:
- Implemented a new option for `shaded.orientation` to always shade towards zero.
- Implemented a new option for `shaded.orientation` to follow another group (fill in between)
- Implemented line-graph stacking
- Fixed support for using a `DataView` in Graph2d.
- Implemented a new zindex option for controlling svg rendering order.
- Performance updates and fixes
### DataSet
- Fixed #1487: DataSet cannot remove an item with id `0` correctly.
### DataView
- Added the map() function from DataSet.
## 2015-11-27, version 4.10.0
### General
- Fixed #1353: Custom bundling with browserify requiring manual installation
of `babelify`.
### Network
- Implemented new method `setSelection({nodes:[...], edges: [...]})`.
Thanks @zefrog.
- Fixed #1343: Connected edges are now deselected too when deselecting a node.
- Fixed #1398: Support nodes start with the correct positions.
- Fixed #1324: Labels now scale again.
- Fixed #1362: Layout of hierarchicaly systems no longer overlaps NODES.
- Fixed #1414: Fixed color references for nodes and edges.
- Fixed #1408: Unclustering without release function respects fixed positions now.
- Fixed #1358: Fixed example for clustering on zoom.
- Fixed #1416: Fixed error in improvedLayout.
- Improvements on hierarchical layout.
### Timeline
- Implemented option `itemsAlwaysDraggable`, See #1395. Thanks @liuqingc.
- Implemented option `multiselectPerGroup`. Thanks @hansmaulwurf23.
- Implemented property `oldData` on change events of the DataSet, and
deprecated the `data` property which wrongly contained new data instead of
old data. Thanks @hansmaulwurf23.
- Implemented option `maxMinorChars` to customize the width of the grid.
- Expose `vis.timeline.Core` for customization purposes.
- Fixed #1449, #1393: text of minor grids sometimes not being drawn.
### Graph2d
- Fixed #1385: Draw lines on top of bars.
- Fixed #1461 and #1345: Reset order of SVG elements in legend icons.
### DataSet/DataView
- Performance improvements (see #1381). Thanks @phimimms.
## 2015-10-01, version 4.9.0
### Network
- Fixed bug where an edge that was not connected would crash the layout algorithms.
- Fixed bug where a box shape could not be drawn outside of the viewable area.
- Fixed bug where dragging a node that is not a control node during edit edge mode would throw an error.
- Made auto scaling on container size change pick the lowest between delta height and delta width.
- Added images with borders option (useBorderWithImage)
- Updated the manipulation css to fix offset if there is no separator.
### Timeline
- Fixed #1326: wrongly positioned dot of PointItems.
- Fixed #1249: option `hiddenDates` not accepting a single hidden date.
- Fixed a bug when pinching and using hidden dates. Thanks @lauzierj.
## 2015-09-14, version 4.8.2
### Network
- Fixed Phantom Edges during clustering.
- Fixed scaling not doing anything to edges.
- Fixed setting font to null so the network won't crash anymore.
- Fixed stabilized event not firing if layout algorithm does very well.
- Fixed arrows with some shapes when they are selected. #1292
- Fixed deletion of options by settings them to null.
## 2015-09-07, version 4.8.1
### Network
- Added German (de) locale. Thanks @Tooa.
- Fixed critical camera zoom bug #1273.
- Fixed unselectAll method. #1256
- Fixed bug that broke the network if drawn in a hidden div #1254
### Timeline
- Fixed #1215: inconsistent types of properties `start` and `end` in callback
functions `onMove`, `onMoving`, `onAdd`.
## 2015-08-28, version 4.8.0
### Timeline
- Implemented reordering groups by dragging them vertically. Thanks @hansmaulwurf23.
### Network
- Added Spanish (es) locale. Thanks @gomezgoiri.
- Added support for labels in edges and titles for both nodes and edges during gephi import.
- Added KamadaKawai layout engine for improved initial layout.
- Added Adaptive timestep to the physics solvers for increased performance during stabilization.
- Added improvedLayout as experimental option for greatly improved stabilization times.
- Added adaptiveTimestep as experimental option for greatly improved stabilization times.
- Added support for Gephi directed edges, edge labels and titles.
- Improved the positioning and CSS of the configurator and the color picker.
- Greatly improved performance in clustering.
- Made the network keep its 'view' during a change of the size of the container.
- Fixed #1152, updating images now works.
- Fixed cleaning up of nodes.
- Fixed dynamic updating of label properties.
- Fixed bugs in clustering algorithm.
- Fixed find node return types.
- 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.
- Fixed getPositions return values.
## Graph2d
- Implemented configuration option `excludeFromLegend`. Thanks @Bernd0.
## 2015-07-27, version 4.7.0
### Timeline
- Fixed #192: Items keep their group offset while dragging items located in
multiple groups. Thanks @Fice.
- Fixed #1118: since v4.6.0, grid of time axis was wrongly positioned on some
scales.
### Network
- Added moveNode method.
- Added cubic Bezier curves.
## 2015-07-22, version 4.6.0
### Timeline
- Implemented #24: support for custom timezones, see configuration option `moment`.
### Graph2d
- Implemented #24: support for custom timezones, see configuration option `moment`.
### Network
- Fixed #1111, check if edges exist was not correct on update.
- Fixed #1112, network now works in firefox on unix again.
- Added #931, borderRadius in shapeProperties for the box shape.
- Added #936, useImageSize for images and circularImages
## 2015-07-20, version 4.5.1
### Network
- Fixed another clustering bug, phantom edges should be gone now.
- Fixed disabling hierarchical layout.
- Fixed delete button when using multiple selected items in manipulation system.
Squashed 'lib/vis/' changes from 1d029ca..58f0da39 58f0da39 Released v4.5.0 c507a59 made all search go buttons a live search instead of submit b377194 fixed hover and blur events for edges. f7d1b46 added configChange event 4ef684a Fixed #1087, updated history 5c411a9 polising the network docs a little 5f46591 unfolded tabs 3f3509f Merge remote-tracking branch 'origin/develop' into develop b0ca320 bit more hacking to make search blazingly fast :) dfd9114 Merge pull request #1091 from ChenMachluf/develop e1f7c1a remove subgroup from subgroups list if there is no more items in the subgroup. ba4f282 Merge remote-tracking branch 'origin/develop' into develop 2ce1f12 Fixed #1076: hiding remainder grid line at the end of a month a85d046 added live update for search 38cba4c Updated history afe0305 Merge pull request #1082 from hansmaulwurf23/zoom_key d881052 added zoomKey option to Graph2d, added missing docs adb5bce fixed missing validation of available zoomKey option values c0f0ab9 Merge pull request #1084 from felixhayashi/develop be603b01 yay! new search for visjs.org 5d5f589 Merge remote-tracking branch 'origin/develop' into develop 1bc9ea4 fixed clustering bug #1083 1a3fa5b typo 11c820a added zoomKey to apply zooming only when a specific key is down b175068 Fixed #1076: Fixed possible overlap of minor labels text on the TimeAxis 25706fb Updated history 58986aa Merged #996 89660a3 Added missing method getEventProperties in Core 20af47e Fixed #239: Do not zoom/move the window when the mouse is on the left panel with group labels 5f2e3c1 Merge remote-tracking branch 'origin/develop' into develop 4fd843e Fixed #1033: Moved item data not updated in DataSet when using an asynchronous `onMove` handler 8d23446 rebuilt and updated git ignore 6cf71b3 Merge pull request #1072 from zukomgwili/develop 27a875a Corrected the shapeProperties.borderDashes property type description 8543123 Fixed #1071: HTML contents of a group not cleared when the contents is updated 77df99c Fixed #1001: First element of group style being cut faddd15 Updated history 57be317 Merge pull request #1004 from ozydingo/develop 6c502fb Added a shapeProperties object allowing configuration of shapes. 7053fda Merge pull request #1073 from sc8696/master c2b00d0 Added feature that allows the border for a circularImage shape to be dashed 789c591 Update Network.js 53446b4 Merge pull request #1069 from Rikkitp/develop ce7daf2 Udpated groupsPerformance.html 3ab17e2 Fixed node resizing on dragging. 0bbeb93 properly fixed the _lockedRedraw method dad2453 updated to 4.4.1-SNAPSHOT cae9d43 Release 4.4 113fc47 preperations for v4.4 release 296a457 fixed clustering issue #1050 34d8534 Merge pull request #1059 from felixhayashi/contrib/breadcrumbs fe9086b added breadcrumbs to all pages 23b8dfb Merge pull request #1045 from bliksemlabs/develop 76b27b5 Merge pull request #1049 from ChenMachluf/develop ec4798b Merge pull request #1046 from Tooa/improve-scaling-doc 947b2aa Remove item from subgroups in Group remove method 57237ac * Improved documentation for node and edge scaling properties. df3e876 Add the missing group reference identification to exception. ace45e6 - Added getOptionsFromConfigurator method. 78c5f38 - Added labelHighlightBold option to edges and nodes. c28051b - Added blurEdge and hoverEdge events. 1a3f63f fixed vertical dragging issue from hammer (which was found in network) in the timeline 4ad5ffa updated readme 6553b39 updated history 47d5282 Fixed #1039, icon now returns correct distance to border 103b5b1 Fixed #1044, gave navigation buttons their own handler for release. d49c27d rebuilt, fixed small bug in points 560c0f4 rebuilt, updated ignore, updated history f2092fd Merge pull request #1014 from ericvandever/develop 9d3157a Merge pull request #1030 from mschallar/mschallar/develop 11b22d3 - Fixed #1036, bug in lockedRedraw. Thanks @vges! 51e2135 Fixed multiple paths to examples 35e8e15 Updated graph2d docs for drawPoints & drawPoints.onRender 06b78a0 Updated example 19_labels.html f39c246 Updated Points.draw method to support onRender 71f875f added onRender as a drawPoints property and as a function on the object itself d51be3b Delegate the onRender function to the correct property f732674 - Fixed bug where 0 axis was always in the automatically fitted range. 0cf8c4a - Fixed updating bounding box of nodes without drawing. dc77069 added getDataSet to network manipulation edge add and edit functions to match existing remove and node equivalents f0c18f7 exposed keycharm as vis.keycharm 378c2e4 removed clear() from graph2d docs 94d63c2 updated history 04aea9e Made graph2d robust against strings for y values. b75ccba Fixed static smooth edges not being handled correctly in all angles 729ee12 Only set backgroundColor if specified in setOptions 6cf5191 added templating for groups e7bfa9c - Fixed #987 proper cleaning of support nodes. af39649 - Improved handling of empty image field. f699061 - Fixed #974 connecting static smooth and straight edges. also bug introduced in the layout 3d09e62 - No longer start stabilization with an empty node set. 4d8ade5 Fixed #953 - Added zoom events from keyboard and navigation buttons. 3507d26 Fixed #949 delete callbacks with null argument not showing toolbar afterwards. f7eee47 fixed accidental redrawing during stabilization. Fixed infinite recursion when fixing node without coordinates e23e235 fixed hammerjs direction issue 302f2f6 placed dragEnd event after restoration of fixed state of node aeba17b Fixed default value of option backgroundColor 7b31382 Ordered the options alphabetically 01a351f Fixed #970: Implemented options `dataColor`, `axisColor`, and `gridColor`. bf49a30 Bumped version number to 4.3.1-SNAPSHOT dae3c3d Released version 4.3.0 b750d2e Added css class `vis-editable`, created an example demonstrating individually editable items (see #980) 07fd970 Merge pull request #980 from danbertolini/develop 7c22bd3 Configurator is now lazy loaded in Timeline, Graph2d, and Network (see #964) 96afb72 Fixed #964: `Timeline`, `Graph2d`, and `Network` not working on IE9 79e35e3 Throw an error from abstract method `Core.prototype.getDataRange` (see #966) 2f23c2f Merge remote-tracking branch 'upstream/develop' into develop f43e935 Issues #275, #363 - individual Timeline items editable or readonly dd575ad Removed redundant code from `Core.prototype.getDataRange` (see #966) c5c221d Merge pull request #966 from mschallar/master 8fe6408 fixed #974, requesting a redraw on update in case of physics being disabled. d894d0e changing the properties from getDataRange d1e01bc returning meaningful values in getDataRange 38cdcf2 accessing the correct properties in dataRange ecb525c Improved locales validation again 8ab51a7 proper fix for validator locales 4178e4c Fixed #950: option `locales` broken in `Timeline`, `Graph2d`, and `Network` 4ddf0fe Merge remote-tracking branch 'origin/develop' into develop eef6931 Fixed #942: bug when data is empty 3c34a7d fixed dragStart, dragging and dragEnd events when nodes are selected but the viewport is dragged e2b3d2d added --SNAPSHOT to dev 0242a35 release 4.2.0 9d8ac59 rebuilt 356d5b2 Merge remote-tracking branch 'origin/develop' into develop 0987a84 - Fixed #927, dragStart event didnt contain node that was being dragged 805efd3 Fixed #925: Event `timechanged` did not fire when mouse has been moved outside the timeline. 7a41733 Fixed #923: Added a property `event` to the properties emitted with the `select` event 42596ab added physics:enabled field. Updated docs 1302a6b Fixed bug where the network could flicker when the pixelRatio is not integer. 68d432f updated build 760c3e9 changed autoResize to only draw when change is detected. 40141de added from and to to docs, fixed hoverConnectedEdges in docs a58f4e2 Added axis orientation option `'none'` 7d5ec02 Removed some redundant css files from the docs 6530614 Merge pull request #906 from btmills/master 92bf2c3 Fix broken links to docs assets 856348d Ignore lib folder in Bower package 263f21b Merge remote-tracking branch 'origin/develop' into develop 7ca06bc Removed left over console.log statement a2fd26e fixed small bug 801a71d Merge remote-tracking branch 'origin/develop' into develop 3e9cceb Fixed #897: Timeline option `{snap: null}` did give a validation error f17401c expanded docs, added buttons, fixed titles 4f17eb4 expanded docs ba5cf07 Fixed #893, #911: the `clickToUse` option of Network, Graph2d, and Network was blocking click events in the web page. 85765f9 parseFloat of edges e96d228 Added releaseFunction to openCluster. 9111c23 Fixed #908, unselecting nodes and edges now only when clicking in void. f1f6989 make sure an stabilized event is always fired atleast once. ad13323 updated history e44bc8f reverted example ab112d8 added stochastic option check to the testing. Fixed few bugs 633e689 updated docs 5ab8195 - Fixed dataView support for storePositions 5b1aecf - Fixed dataView support for storePositions a1d4b27 - fixed minor bugs 8732bee - Fixed #904, correctly parsing global font options now. d1b0c59 fixed #899, self referencing edges do not use orientation other than horizontal 0150255 - Fixed few functions including storePositions(). - Added beginnings of unit testing for network. 629e596 - Improved robustness against people molesting the Function.prototype.bind() 23c6db6 Merge remote-tracking branch 'origin/develop' into develop 34be08f - Improved robustness against people molesting the Function.prototype.bind() 80f7ac7 Updated /dist fef525b Merge remote-tracking branch 'origin/develop' into develop cedae98 Updated /dist ba5a6d2 Improved function `fit()` to take into account the actual width of items (see #847) 7771406 Reorganized `Timeline.fit()` a bit bc1d174 updated history ee24fdb Merge remote-tracking branch 'origin/develop' into develop 1cf66f6 fixed #892, added case for any format ac0563e Fit working (still needs simplification) 3970ccc Added a usage example for `getEventPropeties(event)` (see #901) 654cec3 Merge branch 'develop' into develop_fit 7d8f0a6 Merge remote-tracking branch 'origin/develop' into develop 14a5752 Replaced spdx license expression with array with identifiers for bower (see #876) 1648604 Halfway implementing improved Timeline.fit() c3ac96d Merge branch 'develop' into develop_fit d27ce7f Merge pull request #890 from Gillingham/patch-1 3e18569 Tell browserify to apply babelify transform d6a2fab Bumped version number to 4.1.1-SNAPSHOT 62a844d Released version 4.1.0 bbfe7d3 Halfway improving Timeline.fit() f70982d Renamed example 6b0a55b Deleted old docs 6ef9d20 Fixed two links a1b987b Replaced underscores in example names with camel case 7060bea Merge remote-tracking branch 'origin/develop' into develop 07c7970 Renamed an example a2de04b rebuilt, updated history facdc0b Merge remote-tracking branch 'origin/develop' into develop 50e916e removed random from physics. fixed setting hidden and physics dynamically, fixed manipulation system bug 37f93c8 Disable `yAxisOrientation` in configurator. (isn't stable) 0e915c1 Removed a broken link 1c8e8db Moved the code blocks describing event properties to the 3rd column e987f9c Put docs on importing from Gephi and DOT language under one tab 626d4b9 Fixed #877: Added support for metaKey to select multiple items. ebfb7f5 Removed accidentally committed tooltips example cb4c33a Removed promt and confirm in example with fancy looking (non-blocking) prompt/confirm 786765c Merge remote-tracking branch 'origin/develop' into develop 09bc7d0 Call event.stopPropagation() before adding or removing items (see #577) ab04dfd Merge remote-tracking branch 'origin/develop' into develop 1a741c2 code cleanup fab3215 made deselect and select nodes and edges fire more consistently 375c157 Merge remote-tracking branch 'origin/develop' into develop c3d5452 Changed license information to a spdx composite license expression 4d81920 Merge remote-tracking branch 'origin/develop' into develop e8bef2f - Fixed #884, selectNode event. 1a8a738 Added license information to package.json too (see #876) da909a8 Fixed #876: added license information to bower.json 883f924 Fixed browserify command in custom bundle example 3 4c8416d Merge pull request #880 from yetanalytics/develop 2c7473e fixed typo in clusterByHubsize 2fd1f4f - Fixed hoverNode and blurNode events and added them to the docs. 043f198 fixed getNodeAt and getEdgeAt functions 7e05e40 removed theta from docs cf36140 removed log, rebuilt db5782c - Fixed #861, brokenImage only working for one node if nodes have the same image. 9f74b3f removed log, rebuilt 5dffc93 Merge remote-tracking branch 'origin/develop' into develop 09d7d4b - Fixed bug with the moveTo and getViewPosition methods. d77275e Fixed #869: add className with id to custom time bars 520971d Merge remote-tracking branch 'origin/develop' into develop 03d0e25 Fixed #872: error about deprecated function `unsubscribe` ba6ba69 tweaked function naming 229c22b Removed depricated dynamic entree, allow any smooth curve style for hierarchical layout. 62a8f60 #870, added multiselect to the docs 9c7eba9 fixed little bug in configurator 719a16a fixed little bug in configurator b2eaf58 - Fixed clustering bug e294594 - Fixed click to use 67bda4f - Fixed #866, manipulation can now be set to false without crashing. aa12cea Fixed #860, edit node mode now works as it should. 87277e5 fixed #859. images now resize again when they are loaded. c2b07f0 fixed #858 547fb05 fixed dynamic edges not correctly handling non-existent nodes. a69269c revert example 0219c43 changed popup css to pass all mouse events. All pageX and pageY changed to clientX and clientY because the correction is done with getBoundingClientRect b6085eb Merge pull request #856 from killerDJO/develop a53bcd8 fixed colors for selected and hover states 54f99f7 fixed little bug in layoutengine and it's brother d61dd8d fixed little bug in layoutengine b6cd712 Bumped version number to 4.0.1-SNAPSHOT d6216bb Removed menu item Documentation 43b2fb5 Released version 4.0.0 c139062 Merge remote-tracking branch 'origin/v4' into v4 a3211bf Fixed description about `babel` in history 112c975 updated docs, examples, history dcc2eaf fixed path 3f6b206 fixed bug in circular images, moved examples a2236b2 Merge remote-tracking branch 'origin/v4' into v4 7099dd1 renamed getEdges to getConnectedEdges, made getConnectedNodes also work for edges c5badc2 Reorganized the Timeline examples f685d62 Renamed folder `rest` to `other` b3fe008 Fixed a bug in DataView still using the deprecated `unsubscribe` 970204b Removed index.html files from examples 1d2e92f Merge remote-tracking branch 'origin/v4' into v4 041c2c0 updated css d404798 fixed alot of bugs, expanded configurator, added more examples, updated docs, updated update interval 50f6dbc fixed bug in clustering! woohoo! added event on off once to docs. more examples 1d47ca4 Added shortcut key ctrl+enter b8502f2 fixed cluster bug ea66036 Merge remote-tracking branch 'origin/v4' into v4 ad2d70e fixed numerous clustering bugs, added more examples, numerous other bug fixes a1d9310 Some minor fixed in dotparser 23b9a91 Implemented attribute mapping for DOT language attributes f0bc4b1 Some tweaks of the DOT playground 0f35f54 Merge remote-tracking branch 'origin/v4' into v4 7ec9c91 Some tweaks of the DOT playground d829737 Reworked the dot language playground and merged with the graphviz gallery 29e0cdd Merge remote-tracking branch 'origin/v4' into v4 0b0785f more examples, more tweaks, small expansion of the validator to check locally for matches. c817962 Merge remote-tracking branch 'origin/v4' into v4 69f2e51 Added docs/data/index.html 40c11a9 more buxfixes n doc updates and default value tweaks and example tweaks 7c6979c Merge remote-tracking branch 'origin/v4' into v4 cbc4c8d fixed bugs, set all groups to reload if globally changed f51c364 DataSet and DataView now have new styling bca61e3 Fixed losing selection when changing configuration option `type` on the fly ab4e93c Minor tweak 2c8c26f Deprecated functions `DataSet.subscribe` and `DataSet.unsubscribe` c131c08 Refactored table columns "mid" 146ba57 Documented `configure` for Timeline and Graph2d. Some minor fixes in the options. 1e03f99 Merge remote-tracking branch 'origin/v4' into v4 176742b Implemented configurator for Graph2d. Fixed Configurator displaying nothing when `filter: true`. 9921fe7 worked with examples 21b76a5 Merge remote-tracking branch 'origin/v4' into v4 350f050 Doc styling tweaks df03211 rebuilt f22a096 Merge remote-tracking branch 'origin/v4' into v4 c388397 numerous bugfixes, partial progress with examples 4b47dc5 Created a folder docs/old where we will move all old docs (will remove this folder when docs are done) 7f01183 Fixed #831: items losing selection when their type changed. c5d46c1 Prefixed css classes of the TimeAxis grid (Fixed #836) f26c4ea Fixed #841: messing up clientY and pageY in event handling 14ed1bb bugfixes, added examples 0d32566 bugfixes, start of reorganisation of examples d4e7130 enabled bar style in legend 67cf954 enabled bar style in legend cb4e58e removed log e5d2692 made style work with barcharts ccbdd46 fixed bounding box bug, added function filter to configuration system 7aecbec added new solver to docs cc3e12a added another solver based on barnesHut but with some of the forceAtlas2 equations b9ff0eb added validator to graph2d, maybe also put it in groups? 20ef9a1 made new graph2d docs, fixed graph2d examples, updated graph2d options 41d51c2 added fields to docs 14c4a10 added dot and gephi parser to docs, need to include examples in the docs everywhere. Added working example code at the top of the docs and link to example 1 d9a6b41 Output error.toString() in gulpfile 88ab094 Moved validator and ConfigurationSystem to ./lib/shared, and continue with options on error 5b12f55 fixed validator (for real now) b9796e6 rebuilt b01e3d2 rebuilt 672bbd8 Merge remote-tracking branch 'origin/v4' into v4 f81b41c fixed docs (added tabs) fixed gephiparser, fixed edges, labels on selfreferenced edges, fixed dotlanguage 5b76f06 Merge remote-tracking branch 'origin/v4' into v4 d96bbe5 Some fixes in the validator fd13122 Merge remote-tracking branch 'origin/v4' into v4 85350c0 restructured networks docs again, collapsible methods f79449e Implemented option validator for Timeline f30a3a4 Integrated an option configurator 36a0822 collapsible methods, experiment... b075115 changed docs, collected methods and events d4c20ed Replaced `|` with `or` 79127d4 Added text input to ConfigurationSystem, added support for moment data type 5c0f6da rebuilt! af46198 Merge remote-tracking branch 'origin/v4' into v4 5b7a90f added multiselect, reworked options ce29f50 Implemented option `multiselect`, which is false by default a75b8e7 Fixed #716: Height of graph `2px` too large when configuring a fixed height. 5b7f264 Fixed consistently falling back to "bottom" orientation in case of invalid values 9a793f7 Fixed styling of Graph2d lines/points 6ed263b Merge remote-tracking branch 'origin/v4' into v4 dfb25f9 Collapsable sub-options 5b3f19a fixed viewable area check as per #812 f07d21f Halfway refactoring the Timeline docs b9b1974 Removed "example*" name prefix from the graph3d examples 3d4213f Added an example about orientation of axis and items, and fixed a bug in orientation of items 8effbd7 Use DataSet in example 01 9105832 Clean up test code from example 01 0c97030 Reviewed/updated all timeline examples 4fc9ffb Removed redundant file layout.html cc574a4 Fixed transparency of background items b8206c5 Removed example 21 and renamed 31 4f4fa3f Merge remote-tracking branch 'origin/v4' into v4 7e0961a - Dropped support for Google DataTable. - Dropped support for appending data returned by `DataSet.get()` to an existing Array or DataTable. - Fixed a `window` issue in uuid.js. bbb317b Merge remote-tracking branch 'origin/v4' into v4 04fb1ae added a setSize to the redraw function aee5c1e Renamed option `animate` to `animation`, and changed it to be either a boolean or an object `{duration: number, easingFunction: string}` 7f8bedf Added convenience method `setData({groups: groups, items: items})` c28e4b9 Deprecated event `finishedRedraw` as it's redundant 97de69a Fixed broken method `getEventProperties` 2929faf Deprecated option `showCustomTime`. Use method `addCustomTime()` instead. df4c200 Fixed vertical scroll shadows becoming visible when dragging an item c9a1a88 fixed all trello issues and added snazzy option lookup to validator 54c9efb Updated examples 34-39 d01112f Updated examples 32, 33 f676845 Updated some more examples e02e8e9 reverted emit 0d03373 Merge remote-tracking branch 'origin/v4' into v4 b413dd5 render issue with hierarchical layout b144a0e Some configuration fixes in example 27 a60db8c Merge remote-tracking branch 'origin/v4' into v4 6aebfcf Some updates in example 29 30 315ad7c Merge remote-tracking branch 'origin/v4' into v4 a03d926 fix manipulation bar hiding 233b5f2 Merge remote-tracking branch 'origin/v4' into v4 415fb2f Moved the worldcup data into a separate file bdf1132 fixed buttons e6480b1 Merge remote-tracking branch 'origin/v4' into v4 034d63c Updated exampled up to 24 e4b64da reverted fix, avoidance is better 3dc963c disable the 'deleting' of fixed option de5a9a7 fixed physics bug 8e91192 Merge remote-tracking branch 'origin/v4' into v4 e0a59ba fixed dashes fd29906 Merge remote-tracking branch 'origin/v4' into v4 ad088cd Updated examples 1 to 13 0d9e6b0 added docs for null and undefined. Reduced levenshtein distance threshold from 10 to 8 in validator 357853e allowed deleting values with null and undefined. Fix for global variables, fix for edge color strings 050e2da fix for sad labelless nodes 415a27a updated docs, fixed setsize message 4bc0d62 rebuilt eded5ec Merge remote-tracking branch 'origin/v4' into v4 676250f made config system fully independent of the network. b523d7e Fixed background styling issue with Graph2d 7261294 Merge remote-tracking branch 'origin/v4' into v4 7012eeb Removed option clear 0ed1bc1 new build 7d3315b Merge remote-tracking branch 'origin/v4' into v4 4d57a6d unified options with timeline, updated docs and configurator 61108f3 Renamed class `.vis-item-frame` to `.vis-item-overflow` cf8c299 Removed the option `padding` for Timeline, is now redundant (can be done purely with css now) 491e40c Merge remote-tracking branch 'origin/v4' into v4 d4ba655 Changed the 'auto' alignment of range item contents such that it always displays the left side of the conents (see #785) 7fc617f reformatted options for graph2d dataAxis, docs to follow. New docs have statically linked menu bars, switched to uuid library for uuid v4 rfc4122 UUIDs (#432) 8d48a9d fixed stacking of positive and negative bars. #616 c6171b3 rebuilt af448ca Merge remote-tracking branch 'origin/v4' into v4 99ed2be fixed align zero by rewriting that part. #728 1d3ec56 Added extra div to background items too 0585fc4 Fixed delete button not being visible 91f053c minor style fixes b825e3f unified the docs a bit 85931ba gave docs googleanalytics.js 6b770a3 fixed destroy! 2ea3b2e created shorthand for all methods 6f5bc44 docs, bugfixes efd876d debugging a bit fbf9439 moved options to network bf274fd added a pretty amazing option checker to network :) 3fbab7c updated docs partially d4d928d finalized all methods and adde3d more docs 9ecefa9 updated config ee33873 added folding to manipulation docs 7e30d2f added manipulation documentation and numerous bugfixes 5734676 added groups docs 7919d58 added clustering documentation, updated clustering to 4.0, bug fixing 0a53a4e very advanced table collapse technology introduced. 2256516 fixed bugs in hierarchical layout. Fixed bugs in configuration, added wrapper to configuration divs,, made label optional for nodes, if no label, id will be shown. Support for value arrays in deepextend. 5287b3d Merge remote-tracking branch 'origin/v4' into v4 a150b7c fixed a number of bugs in manipulation 08b6f7b Fixed vertical scroll not working in Timeline and Graph2d c48a48a added docs to branch 3d4983d Merge remote-tracking branch 'origin/v4' into v4 9218044 consistency in physics c9da1b1 Fixed clickToUse 69dbe80 Merge remote-tracking branch 'origin/v4' into v4 7ec6715 Upgraded dependencies to the latest version (including a fix in propagating-hammerjs) d600bf7 implemented error notification when not giving an unicode for the icon 2d8604b Some fixes in Timeline after merging develop 33a76d8 Merge branch 'develop' into v4 af1579b Updated test file f88863e changed the dashes options, fixed event bugs in drag ec5f644 Merge remote-tracking branch 'origin/v4' into v4 867f033 changed the dashes options, fixed bug 4eff172 Merge remote-tracking branch 'origin/v4' into v4 28f8367 Fixed the touch and release events being fired twice each time. Fixed a bug with dragging in the InteractionHandler 68b75d5 fixed css 28e4882 tweaked options, simplified edge:color:inherit option bc3e4a2 Fixed #782: Contents of items created from a template being unnecessary recreated on click, causing mouse events to get lost. 41cdb2f Merge remote-tracking branch 'origin/v4' into v4 670c8a0 Fixed issues with preventDefault and with clicking achors/buttons in items on mobile devices 6d8974b Merge remote-tracking branch 'origin/v4' into v4 06ce63e removed duplicate code cc12969 bug fixes, methods added and options changed to clean up code and to adhere to docs 48278b9 Merge remote-tracking branch 'origin/v4' into v4 3ddd43a Fixed outputting errors from webpack/babel-loader de93344 renamed option showNavigationIcons to navigationButtons 8fe1b70 fixed bug in navigation 3292c02 rebuilt 8a57330 Merge remote-tracking branch 'origin/v4' into v4 6393f3e added shadow option to nodes and edges 29ea22b Merge remote-tracking branch 'origin/v4' into v4 1e98740 Refactored css of manipulation menu 31599b9 Refactored css of network navigation 9b5fb0c rebuilt again after merge 8c1a470 Merge remote-tracking branch 'origin/v4' into v4 8d509ed rebuilt cdaf668 Renamed `unified` to `shared` 0d2cd48 Refactored css of ColorPicker and Popup 3c8d01e Merge remote-tracking branch 'origin/v4' into v4 0469a7c reworked some of the options 7c83653 Merge remote-tracking branch 'origin/v4' into v4 b3e3dcc Refactored the css of Timeline and Graph2d to have a `vis-` prefix everywhere. (Still a small issue in Graph2d) 6e7553b Merge remote-tracking branch 'origin/v4' into v4 b120443 updated option stucture to use static methods to avoid duplicate definitions ef470ff Beep on error e6dd671 Merge remote-tracking branch 'origin/v4' into v4 8613f79 Updated dependencies e881a78 replaced `6to5` with `babel`, letting webpack output errors, minor fix 517263a minor changes, adhere to ES6 in bezier edge dynamic 2d7a1b2 Merge remote-tracking branch 'origin/v4' into v4 7248587 Removed spam 88a9149 Fixed preventDefault issue with hammer.js (a brute force solution but lets see how it goes...) 45862bd Do not have the function name and argument name ef9dd9c added comments to canvas 6c61e7b Renamed Network modules to capital first letter 54c5498 improved (circular) images size handling and label positions 5f4ebd0 patched redraw requests with image load callbacks during stabilization. Fixed size option correctly working for images and circular images. 4f47608 Partly fixed issue with updating an item's subgroup (see #745) 3d29ba5 restored default width and height to 100% c8fe42e Fixed titles not working when any of the nodes has id `0`. b358087 moved the entire network to triple ===. Bugs arise in scaling 61b9513 More descriptive warning on missing locale (see #761) 5db59a9 Fixed #761: Timeline and Graph2d throwing an error when locale is not found. Gives a warning message instead. 4514e8f Released version 3.12.0 fbfe6ad Fixed offset issue with dragging items vertically when the page is scrolled (this regression was introduced a few commits back) 34a5767 The event handlers `onMove` and `onMoving` are now invoked with all item properties as argument, and can be used to update all properties (like content, className, etc) and add new properties as well 0129127 added HTML color codes c68f6d7 fixed more bugs in options, we now have a generate options button! 6bdad7e fixed bugs, restyled colorPicker f8be61d removed certain options from the interactive config. 75f5d48 bridged label object options, fixed bug with self referencing circles eec31b0 more bugfixes, setOptions now propagates shapes, smooth and font options when set globally. 9471166 bugfixes, setOptions really needs thorough testing! a30c994 finalized a very fancy option configurator with a fancy color picker for color fields! 9c32469 added color picker 681f48e basic outline for system settings exists 81ea2b1 added google analytics b954d9c start of configuration system 83a0cf1 updated option handling for manipulation system 77be45d all of the manipulation has been moved to 4.0, redone and nicely commented and cleaned up :) 39eb2e5 most of the manipulation is now in 4.0 3e3a407 Fixed issue with Dutch locale (see #736) 0975223 Fixed #736: broken script url in example 13_localization.html f7a257c Fixed #733: background items being selected on shift+click. 3180235 Merge remote-tracking branch 'origin/develop' into develop 88695a6 Removed typo in className cd3da3c fixed bugs, options, tooltip options b62d536 updated group options, icon api change b9c97e1 moved groups to v4.0, fixed some bugs in edges dc5564a moved the popup system to 4.0. Fixed #731. 5c54f27 renamed all node and edge files, added diamond shape, tweaked shapes to always align and center all shapes. this improves the labelling 4b2cc60 cleaned up code a little 26357c2 cleaned up hierarchical view to work with multiple unconnected sets 5b7c301 added edge arrow shorthand b28af6f hierarchical system is now working and original x or y values are retained 9cd6c4a fixed images, groups, circular images, repeating events cf057e7 simplified fixed for nodes, removed duplicate datachanged events with support nodes in edges a903ec4 moved arrows to baseEdge, gave the straight edge a + 50% length in the physics. 14de6f2 arrows working! 2152bd6 clustering now using new visibility model, ripped edges apart, arrows not yet functional ef39ec1 icons also working. b2178ff seperated all node styles from the main node object 3fda539 made labels seperate. Needs cleaning up and comments 53795c9 added this.options.selfReferenceSize to edge ec6a474 unified pointOnLine and pointOnBezier to pointOnEdge 4a1ae62 edges are now accepting arrows back and forth using unified code baf4cd0 altered edge option structure ca11929 put all nodes and edges into one container. keep track of indices for visible and physics activated nodes 1fbdf3b network works again! 0f850c6 Merge pull request #707 from m4r71n/labels-on-bargraph 0b90860 Fixed #708: wrong group detected when page is scrolled. e0cc8d3 Merge branch 'master' into develop 1aca8e6 Show labels on Bargraph 1c536c3 Fixed #654: removed unnecessary minimum height for groups, takes the height of the group label as minimum height now. 2cf7d10 Call `event.stopPropagation()` before callback functions like onAdd, onRemove, etc. (see #577) b9bb040 Fixed #691: Orientation can now be configured separately for axis and items. 4c6d331 Fixed support for DataSet with custom id fields (option `fieldId`). See #701. fd15b36 Added missing docs on `hiddenDates` for Graph2d (see #695) 91ff934 Updated version number to 3.11.1-SNAPSHOT 333ec38 started creation of the edges handler and the nodes handler. currently broken. cf19c22 started work on the layout engine that will handle hierarchical layouts and the initial layout 208da97 tweaks. NagivationMixin has now been ported along with keyboard bindings using keycharm. 084c194 interaction tweaks a294f98 working events like zoom and drag, testing on mobile still to be done. 165ab9a Halfway updating Network to hammer2 dcaa7ef Fixed test/timeline.html 15d0ae8 Merge branch 'v4' into hammerjs2 6c01a14 Merge branch 'develop' into hammerjs2 3541260 work in progress of porting the event handlres 57d15b6 removed event. events are used for messaging between modules. fd06e8e reasonably success in decoupling the rendering and the network by segmenting a canvas, view (for camera controls) and renderer. 714f4af physics detached from nodes and network. adacb9c migrated all of the physics to the modules 2edd8b8 removed sectors, physics is almost stand-alone. Edges need better options for physics. b91757f first step to modularize the physics engine 093cb73 first modularizing experiment. Made body object containing data nodes, emitter, support functions. ClusterEngine is the first module. 1ed569c Merge branch 'develop' into v4 978b7b6 Merge branch 'develop' into v4 dc977a7 Merge branch 'clusterRewrite' into v4 0521284 setup for modularization, move to v4 branch 2689fd3 added comments fd93236 asynchrome stabilization a9b7485 fantastic clustering in network woohoo, added point labels for bargraphs in graph2d 63be7f8 Fixed #631: invalid css names for time axis grid. Renamed hours class names from `4-8h` to `h4-h8`. a716e3f Updated /dist 261ea43 Merge branch 'develop' into v4 d07eb69 Updated history d24d45c Merge branch 'v4' into es6 e0e1de7 Upgraded to the latest version of 6to5 783af7a Changed unit tests to use the compiled vis.js 81dc764 Fixed #621: item ranges being displayed with a minimum of 10px (twice the padding). 5892bd6 Added `6to5ify` transform to the dependencies and docs on custom builds with browserify 7b55f66 Merge branch 'develop' into es6 5a8789b Added propagating-hammerjs to package.json 7e6261a Merged develop into hammer2 branch e65c8b0 Merge branch 'master' into es6 cfe3de2 Merge branch 'develop' into es6 7114d5c Added es5 to es6 transpilation step to the build script, so now we can use ES6 :) 1b75021 Network mostly working with Hammer2 bf9684d Merge branch 'develop' into hammerjs2 6818d68 Neatly using hammer2 for the delete button a56f8eb Hammer2 mostly working in the Timeline 8013a68 Merge branch 'develop' into hammerjs2 e19502e Moving Timeline working with hammer2 (stop event propagation still an issue) 3b08676 Halfway implementing hammerjs2 for Timeline git-subtree-dir: lib/vis git-subtree-split: 58f0da3921bfe60ec1b63ed833ba97573e2f6331
2015-07-18 13:45:18 +01:00
## 2015-07-17, version 4.5.0
### General
- Docs have been greatly improved thanks to @felixhayashi! Thanks a lot!
### Network
- Added shapeProperties, thanks @zukomgwili!
- Added configChange event.
- Properly fixed the _lockedRedraw method.
- Fixed node resizing on dragging.
- Fixed missing edges during clustering.
- Fixed missing refresh of node data when changing hierarchical layout on the fly.
- Fixed hover and blur events for edges.
### Graph3d
- Fixed not changing `backgroundColor` when not provided in options. Thanks @ozydingo.
### Timeline
- Implemented support for group templates (#996). Thanks @hansmaulwurf23.
- Implemented option `zoomKey` for both Timeline and Graph2d (see #1082).
Thanks @hansmaulwurf23.
- Fixed #1076: Fixed possible overlap of minor labels text on the TimeAxis.
- Fixed #1001: First element of group style being cut.
- Fixed #1071: HTML contents of a group not cleared when the contents is updated.
- Fixed #1033: Moved item data not updated in DataSet when using an asynchronous
`onMove` handler.
- Fixed #239: Do not zoom/move the window when the mouse is on the left panel
with group labels.
## 2015-07-03, version 4.4.0
### General
- Documentation now has breadcrums. Thanks @felixhayashi!
### Graph3d
- Fixed #970: Implemented options `dataColor`, `axisColor`, and `gridColor`.
### Network
- Fixed Hammerjs direction issue.
- Fixed recursion error when node is fixed but has no position.
- Fixed accidental redrawing during stabilization.
- Fixed delete callbacks with null argument not showing toolbar afterwards.
- Added zoom events from keyboard and navigation buttons.
- No longer start stabilization with an empty node set.
- Fixed #974 connecting static smooth and straight edges.
- Improved handling of empty image field.
- Fixed #987 proper cleaning of support nodes.
- Fixed static smooth edges not fully working from every angle.
- Fixed updating bounding box of nodes without drawing.
- Fixed #1036, bug in lockedRedraw. Thanks @vges!
- Added getDataset to all manipulation functions. Thanks @ericvandever!
- Fixed #1039, icon now returns correct distance to border
- Added blurEdge and hoverEdge events.
- Added labelHighlightBold option to edges and nodes.
- Added getOptionsFromConfigurator method.
- Fixed extra edges in clustering.
- Fixed cleaning up of clustering edges on declustering.
- Made fit() method only look at visible nodes to get the range.
### Graph2d
- Made graph2d more robust against string values in the y position.
- Fixed bug where 0 axis was always in the automatically fitted range.
- Added drawPoints.onRender. Thanks @mschallar!
### Timeline
- Fixed cleaning up of items in subgroups, thanks @ChenMachluf!
- Improved error notification with groups, thanks @skinkie!
## 2015-06-16, version 4.3.0
### General
- Fixed #950: option `locales` broken in `Timeline`, `Graph2d`, and `Network`.
- Fixed #964: `Timeline`, `Graph2d`, and `Network` not working on IE9.
### Graph2d
- Fixed #942, #966: bug when data is empty.
### Timeline
- Implemented `editable` option for individual items. Thanks @danbertolini.
### Network
- Fixed dragStart event to give the correct node information.
## 2015-06-05, version 4.2.0
### General
- Fixed #893, #911: the `clickToUse` option of Network, Graph2d, and Network
was blocking click events in the web page.
### Timeline
- Added axis orientation option `'none'`.
- Added a property `event` to the properties emitted with the `select` event (see #923).
- Improved function `fit()` to take into account the actual width of items.
- Fixed #897: Timeline option `{snap: null}` did give a validation error.
- Fixed #925: Event `timechanged` did not fire when mouse has been moved outside
the timeline.
### Graph2D
- Fixed #892, addressed any case in validator.
- Fixed #898, lines are not taken into account for stacking.
### Network
- Improved robustness against people molesting the Function.prototype.bind()
- Fixed few functions including storePositions().
- Added beginnings of unit testing for network.
- Fixed #904, correctly parsing global font options now.
- Fixed dataView support for storePositions.
- Second click on node is no longer unselect.
- Added releaseFunction to openCluster.
- Fixed bug where the network could flicker when the pixelRatio is not integer.
- Added enabled property to physics.
- Fixed #927, dragStart event didn't contain node that was being dragged
## 2015-05-28, version 4.1.0
### Network
- Fixed #866, manipulation can now be set to false without crashing.
- Fixed #860, edit node mode now works as it should.
- Fixed #859, images now resize again when they are loaded.
- Fixed dynamic edges not correctly handling non-existent nodes.
- Accepted pull from @killerDJO for fixing selected and hover colors for edges.
- Fixed bug with right mouse button, scroll center and popup positions using the wrong coordinates.
- Fixed click to use.
- Fixed getConnectedEdges method.
- Fixed clustering bug.
- Added getNodesInCluster method.
- Renamed editNodeMode to editNode, editNodeMode now give a deprecation log message.
- Added multiselect to the docs.
- Removed deprecated dynamic entree, allow any smooth curve style for hierarchical layout.
- Fixed bug with the moveTo and getViewPosition methods.
- Fixed #861, brokenImage only working for one node if nodes have the same image.
- Fixed hoverNode and blurNode events and added them to the docs.
- Fixed #884, selectNode event.
- Fixed dynamic setting hidden and physics.
- Fixed edit node mode's fallback.
### Graph2d & Timeline
- Fixed #858, #872, fixed usage of deprecated `unsubscribe` from DataSet.
- Fixed #869: Add className with id to custom time bars
- Fixed #877: Added support for metaKey to select multiple items.
## 2015-05-22, version 4.0.0
### General
- Changed the build scripts to include a transpilation of ES6 to ES5
(using http://babel.org), so we can use ES6 features in the vis.js code.
When creating a custom bundle using browserify, one now needs to add a
transform step using `babelify`, this is described in README.md.
### Timeline
- Integrated an option configurator and validator.
- Implemented option `multiselect`, which is false by default.
- Added method `setData({groups: groups, items: items})`.
- Fixed range items not being displayed smaller than 10 pixels (twice the
padding). In order to have overflowing text, one should now apply css style
`.vis.timeline .item.range { overflow: visible; }` instead of
`.vis.timeline .item.range .content { overflow: visible; }`.
See example 18_range_overflow.html.
- Fixed invalid css names for time axis grid, renamed hours class names from
`4-8h` to `h4-h8`.
- Deprecated option `showCustomTime`. Use method `addCustomTime()` instead.
- Deprecated event `finishedRedraw` as it's redundant.
- Renamed option `animate` to `animation`, and changed it to be either a boolean
or an object `{duration: number, easingFunction: string}`.
- Fixed #831: items losing selection when their type changed.
### Graph2d
- New option structure.
- Cleaned up docs.
- Fixed #628: stacking order.
- Fixed #624: sorting order.
- Fixed #616: stacking with negative bars.
- Fixed #728: alignment issues.
- Fixed #716: Height of graph `2px` too large when configuring a fixed height.
### Network
The network has been completely rewritten. The new modular setup using ES6 classes makes
it future proof for maintainability, extendability and clarity. A summary of new features:
- New examples, categorized by topic.
- New docs.
- New option structure, adhering to the modular setup on the backend.
- New events for user interaction.
- New render events for drawing custom elements on the canvas.
- New physics events for making a loading bar during stabilization.
- A lot of new methods that make extending easier.
- Manipulation system now works without the UI neccesarily.
- Nodes and edges can cast shadows.
- Configurator system to dynamically change almost all options.
- Validator has been created for the network's options, warning you about typo's and suggesting alternatives.
- Diamond shape for nodes.
- Unified the label code so edges and nodes have the same label settings.
- InheritColors for edges can be set to both, making a gradient fade between two node colors.
- Redesigned the clustering system giving full control over it.
- Random seed can be saved so the network will be the same every time you start it.
- New physics solver based on ForceAtlas2 as implemented in gephi.]
- New avoidOverlap option for physics.
- Many, many bugfixes.
### DataSet
- Dropped support for Google visualization DataTable.
- Dropped support for appending data returned by `DataSet.get()` to an existing
Array or DataTable.
## 2015-04-07, version 3.12.0
### Network
- Fixed support for DataSet with custom id fields (option `fieldId`).
### Timeline
- Orientation can now be configured separately for axis and items.
- The event handlers `onMove` and `onMoving` are now invoked with all item
properties as argument, and can be used to update all properties (like
content, className, etc) and add new properties as well.
- Fixed #654: removed unnecessary minimum height for groups, takes the
height of the group label as minimum height now.
- Fixed #708: detecting wrong group when page is scrolled.
- Fixed #733: background items being selected on shift+click.
## 2015-03-05, version 3.11.0
### Network
- (added gradient coloring for lines, but set for release in 4.0 due to required refactoring of options)
- Fixed bug where a network that has frozen physics would resume redrawing after setData, setOptions etc.
- 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.
- Added two new static smooth curves modes: curveCW and curve CCW.
- Added request redraw for certain internal processes to reduce number of draw calls (performance improvements!).
- Added pull request for usage of Icons. Thanks @Dude9177!
- Allow hierarchical view to be set in setOptions.
- Fixed manipulation bar for mobile.
- Fixed #670: Bug when updating data in a DataSet, when Network is connected to the DataSet via a DataView.
- Fixed #688: Added a css class to be able to distinguish buttons "Edit node"
and "Edit edge".
### Timeline
- Implemented orientation option `'both'`, displaying a time axis both on top
and bottom (#665).
- Implemented creating new range items by dragging in an empty space with the
ctrl key down.
- Implemented configuration option `order: function` to define a custom ordering
for the items (see #538, #234).
- Implemented events `click`, `doubleClick`, and `contextMenu`.
- Implemented method `getEventProperties(event)`.
- Fixed not property initializing with a DataView for groups.
- Merged add custom timebar functionality, thanks @aytech!
- Fixed #664: end of item not restored when canceling a move event.
- Fixed #609: reduce the left/right dragarea when an item range is very small,
so you can still move it as a whole.
- Fixed #676: misalignment of background items when using subgroups and the
group label's height is larger than the contents.
### Graph2d
- Implemented events `click`, `doubleClick`, and `contextMenu`.
- Implemented method `getEventProperties(event)`.
### DataSet/DataView
- Implemented support for mapping field names. Thanks @spatialillusions.
- Fixed #670: DataView not passing a data property on update events (see #670)
## 2015-02-11, version 3.10.0
### Network
- Added option bindToWindow (default true) to choose whether the keyboard binds are global or to the network div.
- Improved images handling so broken images are shown on all references of images that are broken.
- Added getConnectedNodes method.
- Added fontSizeMin, fontSizeMax, fontSizeMaxVisible, scaleFontWithValue, fontDrawThreshold to Nodes.
- Added fade in of labels (on nodes) near the fontDrawThreshold.
- Added nodes option to zoomExtent to zoom in on specific set of nodes.
- Added stabilizationIterationsDone event which fires at the end of the internal stabilization run. Does not imply that the network is stabilized.
- Added freezeSimulation method.
- Added clusterByZoom option.
- Added class name 'network-tooltip' to the tooltip, allowing custom styling.
- Fixed bug when redrawing was not right on zoomed-out browsers.
- Added opacity option to edges. Opacity is only used for the unselected state.
- Fixed bug where selections from removed data elements persisted.
### Timeline
- `Timeline.redraw()` now also recalculates the size of items.
- Implemented option `snap: function` to customize snapping to nice dates
when dragging items.
- Implemented option `timeAxis: {scale: string, step: number}` to set a
fixed scale.
- Fixed width of range items not always being maintained when moving due to
snapping to nice dates.
- Fixed not being able to drag items to an other group on mobile devices.
- Fixed `setWindow` not working when applying an interval larger than the
configured `zoomMax`.
### DataSet/DataView
- Added property `length` holding the total number of items to the `DataSet`
and `DataView`.
- Added a method `refresh()` to the `DataView`, to update filter results.
- Fixed a bug in the `DataSet` returning an empty object instead of `null` when
no item was found when using both a filter and specifying fields.
## 2015-01-16, version 3.9.1
### General
- Fixed wrong distribution file deployed on the website and the downloadable
zip file.
### Network
- Fixed bug where opening a cluster with smoothCurves off caused one child to go crazy.
- Fixed bug where zoomExtent does not work as expected.
- Fixed nodes color data being overridden when having a group and a dataset update query.
- Decoupled animation from physics simulation.
- Fixed scroll being blocked if zoomable is false.
## 2015-01-16, version 3.9.0
### Network
- Reverted change in image class, fixed bug #552
- Improved (not neccesarily fixed) the fontFill offset between different browsers. #365
- Fixed dashed lines on firefox on Unix systems
- Altered the Manipulation Mixin to be succesfully destroyed from memory when calling destroy();
- Improved drawing of arrowheads on smooth curves. #349
- Caught case where click originated on external DOM element and drag progressed to vis.
- Added label stroke support to Nodes, Edges & Groups as per-object or global settings. Thank you @klmdb!
- 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.
- Made the node/edge selected by the popup system the same as selected by the click-to-select system. Thank you @pavlos256!
- Improved edit edge control nodes positions, altered style a little.
- Fixed issue #564 by resetting state to initial when no callback is performed in the return function.
- Added condition to Repulsion similar to BarnesHut to ensure nodes do not overlap.
- Added labelAlignment option to edges. Thanks @T-rav!
- Close active sessions in dataManipulation when calling setData().
- Fixed alignment issue with edgelabels
### Timeline
- Added byUser flag to options of the rangechange and rangechanged event.
## 2015-01-09, version 3.8.0
### General
- Updated to moment.js v2.9.0
### Network
- Fixed flipping of hierarchical network on update when using RL and DU.
- Added zoomExtentOnStabilize option to network.
- Improved destroy function, added them to the examples.
- Nodes now have bounding boxes that are used for zoomExtent.
- Made physics more stable (albeit a little slower).
- Added a check so only one 'activator' overlay is created on clickToUse.
- Made global color options for edges overrule the inheritColors.
- Improved cleaning up of the physics configuration on destroy and in options.
- Made nodes who lost their group revert back to default color.
- Changed group behaviour, groups now extend the options, not replace. This allows partial defines of color.
- Fixed bug where box shaped nodes did not use hover color.
- Fixed Locales docs.
- 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.
- Fixed error in repulsion physics model.
- Improved physics handling for smoother network simulation.
- Fixed infinite loop when an image can not be found and no brokenImage is provided.
- Added getBoundingBox method.
- Community fix for SVG images in IE11, thanks @dponch!
- Fixed repeating stabilized event when the network is already stabilized.
- Added circularImages, thanks for the contribution @brendon1982!
- Stopped infinite loop when brokenImage is also not available.
- Changed util color functions so they don't need eval. Thanks @naskooskov!
### Graph2d
- Fixed round-off errors of zero on the y-axis.
- added show major/minor lines options to dataAxis.
- Fixed adapting to width and height changes.
- Added a check so only one 'activator' overlay is created on clickToUse.
- DataAxis width option now draws correctly.
### Timeline
- Implemented support for styling of the vertical grid.
- Support for custom date formatting of the labels on the time axis.
- added show major/minor lines options to timeline.
- Added a check so only one 'activator' overlay is created on clickToUse.
### Graph3d
- Fixed mouse coordinates for tooltips.
## 2014-12-09, version 3.7.2
### Timeline
- Fixed zooming issue on mobile devices.
### Graph2D
- Fixed infinite loop when clearing DataSet
### Network
- Sidestepped double touch event from hammer (ugly.. but functional) causing
strange behaviour in manipulation mode
- Better cleanup after reconnecting edges in manipulation mode
- Fixed recursion error with smooth edges that are connected to non-existent nodes
- Added destroy method.
## 2014-11-28, version 3.7.1
### Timeline
- Implemented selection of a range of items using Shift+Click.
- Fixed content in range items may overflow range after zoom.
- Fixed onAdd/onUpdate callbacks when using a DataView (thanks @motzel).
- Fixed configuring either `start` or `end`.
- Fixed Timeline and Graph2d getting stuck in an infinite loop in some
circumstances.
- Fixed background items being selectable and editable when a height is set.
### Graph2D
- Added `alignZeros` option to dataAxis with default value true.
- Fixed bug with points drawn on bargraphs
- Fixed docs
- Fixed height increase on scrolling if only `graphHeight` is defined.
### Network
- dragEnd event now does not give the selected nodes if only the viewport has been dragged #453
- merged high DPI fix by @crubier, thanks!
## 2014-11-14, version 3.7.0
### Graph2D
- Added points style for scatterplots and pointclouds.
- Modularized the Graph2D draw styles.
- Added a finishedRedraw event.
### Network
- Added pointer properties to the click and the doubleClick events containing the XY coordinates in DOM and canvas space.
- Removed IDs from navigation so multiple networks can be shown on the same page. (#438)
### Timeline
- Added a finishedRedraw event.
- Fixed the disappearing item bug.
- Fixed keycharm issue.
## 2014-11-07, version 3.6.4
### General
- Removed mousetrap due to Apache license, created keycharm and implemented it with vis.
### Timeline
- Fixed height of background items when having a fixed or max height defined.
- Fixed only one item being dragged when multiple items are selected.
- Optimised a serious slowdown on performance since hidden dates.
### Network
- Fixed onRelease with navigation option.
- Fixed arrow heads not being colored.
### Graph2D
- Fixed cleaning up of groups.
- Throw error message when items are added before groups.
- Made graphHeight automatic if height is defined AND if graphHeight is smaller than the center panel when height is defined as well.
- Added new verticalDrag event for internal use, allowing the vertical scrolling of the grid lines on drag.
- Fixed moving legend when postioned on the bottom and vertical dragging.
- Optimised a serious slowdown on performance since hidden dates.
- Accepted a large pull request from @cdjackson adding the following features (thank you!):
- Titles on the DataAxis to explain what units you are using.
- A style field for groups and datapoints so you can dynamically change styles.
- A precision option to manually set the amount of decimals.
- Two new examples showing the new features.
## 2014-10-28, version 3.6.3
### Timeline
- Fixed background items not always be cleared when removing them.
- Fixed visible items not always be displayed.
- Performance improvements when doing a lot of changes at once in a DataSet.
### Network
- Fixed dashed and arrow lines not using inheritColor.
### DataSet
- Support for queueing of changes, and flushing them at once.
- Implemented `DataSet.setOptions`. Only applicable for the `queue` options.
## 2014-10-24, version 3.6.2
- Vis.js is now dual licensed under both Apache 2.0 and MIT.
## 2014-10-22, version 3.6.1
### Timeline
- Fixed uneven stepsized with hidden dates.
- Fixed multiple bugs with regards to hidden dates.
- Fixed subgroups and added subgroup sorting. Subgroup labels will be in future releases.
## 2014-10-21, version 3.6.0
### Network
- Title of nodes and edges can now be an HTML element too.
- Renamed storePosition to storePositions. Added deprication message and old name still works.
- Worked around hammer.js bug with multiple release listeners.
- Improved cleaning up after manipulation toolbar.
- Added getPositions() method to get the position of all nodes or some of them if specific Ids are supplied.
- Added getCenterCoordinates() method to get the x and y position in canvas space of the center of the view.
- Fixed node label becoming undefined.
- Fixed cluster fontsize scaling.
- Fixed cluster sector scaling.
- Added oldHeight and oldWidth to resize event.
### Timeline
- Implemented field `style` for both items and groups, to set a custom style for
individual items.
- Fixed height of BackgroundItems not being 100% when timeline has a fixed height.
- Fixed width of BackgroundItems not being reduced to 0 when zooming out.
- Fixed onclick events in items not working.
- Added hiddenDates to hide specific times and/or days in the timeline.
### DataSet
- Event listeners of `update` now receive an extra property `data`,
containing the changed fields of the changed items.
### Graph2d
- Fixed height of legend when there are many items showing.
### Graph3d
- Implemented options `xValueLabel`, `yValueLabel` and `zValueLabel` for custom labels along
the x, y, z axis. Thanks @fabriziofortino.
## 2014-09-16, version 3.5.0
### Network
- Fixed nodes not always being unfixed when using allowedToMove.
- Added dragStart and dragEnd events.
- Added edge selection on edge labels.
### Graph2d
- Fixed dataAxis not showing large numbers correctly.
## 2014-09-12, version 3.4.2
### Network
- Changed timings for zoomExtent animation.
- Fixed possible cause of freezing graph when animating.
- Added locked to focusOnNode and releaseNode().
- Fixed minor bug in positioning of fontFill of nodes with certain shapes.
- Added startStabilization event.
## 2014-09-11, version 3.4.1
### Network
- Fix for introduced bug on zoomExtent navigation button.
- Added animation to zoomExtent navigation button.
- Improved cleaning of Hammer.js bindings.
### Timeline
- Fixed a bug in IE freezing when margin.item and margin.axis where both 0.
## 2014-09-10, version 3.4.0
### Graph2d
- Fixed moment.js url in localization example.
### Network
- Fixed some positioning issues with the close button of the manipulation menu.
- Added fontFill to Nodes as it is in Edges.
- Implemented support for broken image fallback. Thanks @sfairgrieve.
- Added multiline labels to edges as they are implemented in nodes. Updated
multiline example to show this.
- Added animation and camera controls by the method .moveTo()
- Added new event that fires when the animation is finished.
- Added new example showing the new features of animation.
- Added getScale() method.
### Timeline
- Implemented support for templates.
- Implemented a new item type: `'background'`. This can be used to mark periods
with a background color and label.
- Implemented support for attaching HTML attributes to items. Thanks @dturkenk.
- Fixed moment.js url in localization example.
- Fixed `className` of groups not being updated when changed.
- Fixed the `id` field of a new item not correctly generated.
- Fixed newly added item ignored when returning an other object instance.
- Fixed option `autoResize` not working on IE in case of changing visibility
of the Timeline container element.
- Fixed an overflow issue with the dots of BoxItems when using groups.
- Fixed a horizontal 1-pixel offset in the items (border width wasn't taken into
account).
- Renamed internal items from `ItemBox`, `ItemRange`, and `ItemPoint` to
respectively `BoxItem`, `RangeItem`, and `PointItem`.
- Fixed an error thrown when calling `destroy()`.
## 2014-08-29, version 3.3.0
### Timeline
- Added localization support.
- Implemented option `clickToUse`.
- Implemented function `focus(id)` to center a specific item (or multiple items)
on screen.
- Implemented an option `focus` for `setSelection(ids, options)`, to immediately
focus selected nodes.
- Implemented function `moveTo(time, options)`.
- Implemented animated range change for functions `fit`, `focus`, `setSelection`,
and `setWindow`.
- Implemented functions `setCurrentTime(date)` and `getCurrentTime()`.
- Implemented a new callback function `onMoving(item, callback)`.
- Implemented support for option `align` for range items.
- Fixed the `change` event sometimes being fired twice on IE10.
- Fixed canceling moving an item to another group did not move the item
back to the original group.
- Fixed the `change` event sometimes being fired twice on IE10.
- Fixed canceling moving an item to another group did not move the item
back to the original group.
### Network
- A fix in reading group properties for a node.
- Fixed physics solving stopping when a support node was not moving.
- Implemented localization support.
- Implemented option `clickToUse`.
- Improved the `stabilized` event, it's now firing after every stabilization
with iteration count as parameter.
- Fixed page scroll event not being blocked when moving around in Network
using arrow keys.
- Fixed an initial rendering before the graph has been stabilized.
- Fixed bug where loading hierarchical data after initialization crashed network.
- Added different layout method to the hierarchical system based on the direction of the edges.
### Graph2d
- Implemented option `handleOverlap` to support overlap, sideBySide and stack.
- Implemented two examples showing the `handleOverlap` functionality.
- Implemented `customRange` for the Y axis and an example showing how it works.
- Implemented localization support.
- Implemented option `clickToUse`.
- Implemented functions `setCurrentTime(date)` and `getCurrentTime()`.
- Implemented function `moveTo(time, options)`.
- Fixed bugs.
- Added groups.visibility functionality and an example showing how it works.
## 2014-08-14, version 3.2.0
### General
- Refactored Timeline and Graph2d to use the same core.
### Graph2d
- Added `visible` property to the groups.
- Added `getLegend()` method.
- Added `isGroupVisible()` method.
- Fixed empty group bug.
- Added `fit()` and `getItemRange()` methods.
### Timeline
- Fixed items in groups sometimes being displayed but not positioned correctly.
- Fixed a group "null" being displayed in IE when not using groups.
### Network
- Fixed mass = 0 for nodes.
- 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.
- Disabled inheritColor when color information is set on an edge.
- Tweaked examples.
- 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.
- Removed global edge length definition form examples.
- Removed onclick and onrelease for navigation and switched to Hammer.js (fixing touchscreen interaction with navigation).
- Fixed error on adding an edge without having created the nodes it should be connected to (in the case of dynamic smooth curves).
## 2014-07-22, version 3.1.0
### General
- Refactored the code to commonjs modules, which are browserifyable. This allows
to create custom builds.
### Timeline
- Implemented function `getVisibleItems()`, which returns the items visible
in the current window.
- Added options `margin.item.horizontal` and `margin.item.vertical`, which
allows to specify different margins horizontally/vertically.
- Removed check for number of arguments in callbacks `onAdd`, `onUpdate`,
`onRemove`, and `onMove`.
- Fixed items in groups sometimes being displayed but not positioned correctly.
- Fixed range where the `end` of the first is equal to the `start` of the second
sometimes being stacked instead of put besides each other when `item.margin=0`
due to round-off errors.
### Network (formerly named Graph)
- Expanded smoothCurves options for improved support for large clusters.
- Added multiple types of smoothCurve drawing for greatly improved performance.
- Option for inherited edge colors from connected nodes.
- Option to disable the drawing of nodes or edges on drag.
- Fixed support nodes not being cleaned up if edges are removed.
- Improved edge selection detection for long smooth curves.
- Fixed dot radius bug.
- Updated max velocity of nodes to three times it's original value.
- Made "stabilized" event fire every time the network stabilizes.
- Fixed drift in dragging nodes while zooming.
- Fixed recursively constructing of hierarchical layouts.
- Added borderWidth option for nodes.
- Implemented new Hierarchical view solver.
- Fixed an issue with selecting nodes when the web page is scrolled down.
- Added Gephi JSON parser
- Added Neighbour Highlight example
- Added Import From Gephi example
- Enabled color parsing for nodes when supplied with rgb(xxx,xxx,xxx) value.
### DataSet
- Added .get() returnType option to return as JSON object, Array or Google
DataTable.
## 2014-07-07, version 3.0.0
### Timeline
- Implemented support for displaying a `title` for both items and groups.
- Fixed auto detected item type being preferred over the global item `type`.
- Throws an error when constructing without new keyword.
- Removed the 'rangeoverflow' item type. Instead, one can use a regular range
and change css styling of the item contents to:
.vis.timeline .item.range .content {
overflow: visible;
}
- Fixed the height of background and foreground panels of groups.
- Fixed ranges in the Timeline sometimes overlapping when dragging the Timeline.
- Fixed `DataView` not working in Timeline.
### Network (formerly named Graph)
- Renamed `Graph` to `Network` to prevent confusion with the visualizations
`Graph2d` and `Graph3d`.
- Renamed option `dragGraph` to `dragNetwork`.
- Now throws an error when constructing without new keyword.
- Added pull request from Vukk, user can now define the edge width multiplier
when selected.
- Fixed `graph.storePositions()`.
- Extended Selection API with `selectNodes` and `selectEdges`, deprecating
`setSelection`.
- Fixed multiline labels.
- Changed hierarchical physics solver and updated docs.
### Graph2d
- Added first iteration of the Graph2d.
### Graph3d
- Now throws an error when constructing without new keyword.
## 2014-06-19, version 2.0.0
### Timeline
- Implemented function `destroy` to neatly cleanup a Timeline.
- Implemented support for dragging the timeline contents vertically.
- Implemented options `zoomable` and `moveable`.
- Changed default value of option `showCurrentTime` to true.
- Internal refactoring and simplification of the code.
- Fixed property `className` of groups not being applied to related contents and
background elements, and not being updated once applied.
### Graph
- Reduced the timestep a little for smoother animations.
- Fixed dataManipulation.initiallyVisible functionality (thanks theGrue).
- Forced typecast of fontSize to Number.
- Added editing of edges using the data manipulation toolkit.
### DataSet
- Renamed option `convert` to `type`.
## 2014-06-06, version 1.1.0
### Timeline
- Select event now triggers repeatedly when selecting an already selected item.
- Renamed `Timeline.repaint()` to `Timeline.redraw()` to be consistent with
the other visualisations of vis.js.
- Fixed `Timeline.clear()` not resetting a configured `options.start` and
`options.end`.
### Graph
- Fixed error with zero nodes with hierarchical layout.
- Added focusOnNode function.
- Added hover option.
- Added dragNodes option. Renamed movebale to dragGraph option.
- Added hover events (hoverNode, blurNode).
### Graph3D
- Ported Graph3D from Chap Links Library.
## 2014-05-28, version 1.0.2
### Timeline
- Implemented option `minHeight`, similar to option `maxHeight`.
- Implemented a method `clear([what])`, to clear items, groups, and configuration
of a Timeline instance.
- Added function `repaint()` to force a repaint of the Timeline.
- Some tweaks in snapping dragged items to nice dates.
- Made the instance of moment.js packaged with vis.js accessibly via `vis.moment`.
- A newly created item is initialized with `end` property when option `type`
is `"range"` or `"rangeoverflow"`.
- Fixed a bug in replacing the DataSet of groups via `Timeline.setGroups(groups)`.
- Fixed a bug when rendering the Timeline inside a hidden container.
- Fixed axis scale being determined wrongly for a second Timeline in a single page.
### Graph
- Added zoomable and moveable options.
- Changes setOptions to avoid resetting view.
- Interchanged canvasToDOM and DOMtoCanvas to correspond with the docs.
## 2014-05-09, version 1.0.1
### Timeline
- Fixed width of items with type `rangeoverflow`.
- Fixed a bug wrongly rendering invisible items after updating them.
### Graph
- Added coordinate conversion from DOM to Canvas.
- Fixed bug where the graph stopped animation after settling in playing with physics.
- Fixed bug where hierarchical physics properties were not handled.
- Added events for change of view and zooming.
## 2014-05-02, version 1.0.0
### Timeline
- Large refactoring of the Timeline, simplifying the code.
- Great performance improvements.
- Improved layout of box-items inside groups.
- Items can now be dragged from one group to another.
- Implemented option `stack` to enable/disable stacking of items.
- Implemented function `fit`, which sets the Timeline window such that it fits
all items.
- Option `editable` can now be used to enable/disable individual manipulation
actions (`add`, `updateTime`, `updateGroup`, `remove`).
- Function `setWindow` now accepts an object with properties `start` and `end`.
- Fixed option `autoResize` forcing a repaint of the Timeline with every check
rather than when the Timeline is actually resized.
- Fixed `select` event fired repeatedly when clicking an empty place on the
Timeline, deselecting selected items).
- Fixed initial visible window in case items exceed `zoomMax`. Thanks @Remper.
- Fixed an offset in newly created items when using groups.
- Fixed height of a group not reckoning with the height of the group label.
- Option `order` is now deprecated. This was needed for performance improvements.
- More examples added.
- Minor bug fixes.
### Graph
- Added recalculate hierarchical layout to update node event.
- Added arrowScaleFactor to scale the arrows on the edges.
### DataSet
- A DataSet can now be constructed with initial data, like
`new DataSet(data, options)`.
## 2014-04-18, version 0.7.4
### Graph
- Fixed IE9 bug.
- Style fixes.
- Minor bug fixes.
## 2014-04-16, version 0.7.3
### Graph
- Fixed color bug.
- Added pull requests from kannonboy and vierja: tooltip styling, label fill
color.
## 2014-04-09, version 0.7.2
### Graph
- Fixed edge select bug.
- Fixed zoom bug on empty initialization.
## 2014-03-27, version 0.7.1
### Graph
- Fixed edge color bug.
- Fixed select event bug.
- Clarified docs, stressing importance of css inclusion for correct display of
navigation an manipulation icons.
- Improved and expanded playing with physics (configurePhysics option).
- Added highlights to navigation icons if the corresponding key is pressed.
- Added freezeForStabilization option to improve stabilization with cached
positions.
## 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.
- 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
- Bugfix graphviz examples.
- Bugfix labels position for smooth curves.
- Tweaked graphviz example physics.
- Updated physics documentation to stress importance of configurePhysics.
### Timeline
- Fixed a bug with options `margin.axis` and `margin.item` being ignored when
setting them to zero.
- Some clarifications in the documentation.
## 2014-03-05, version 0.6.0
### Graph
- Added Physics Configuration option. This makes tweaking the physics system to
suit your needs easier.
- Click and doubleClick events.
- Initial zoom bugfix.
- Directions for Hierarchical layout.
- Refactoring and bugfixes.
## 2014-02-20, version 0.5.1
- Fixed broken bower module.
## 2014-02-20, version 0.5.0
### Timeline
- Editable Items: drag items, add new items, update items, and remove items.
- Implemented options `selectable`, `editable`.
- Added events `timechange` and `timechanged` when dragging the custom time bar.
- Multiple items can be selected using ctrl+click or shift+click.
- Implemented functions `setWindow(start, end)` and `getWindow()`.
- Fixed scroll to zoom not working on IE in standards mode.
### Graph
- Editable nodes and edges: create, update, and remove them.
- Support for smooth, curved edges (on by default).
- Performance improvements.
- Fixed scroll to zoom not working on IE in standards mode.
- Added hierarchical layout option.
- Overhauled physics system, now using Barnes-Hut simulation by default. Great
performance gains.
- Modified clustering system to give better results.
- Adaptive performance system to increase visual performance (60fps target).
### DataSet
- Renamed functions `subscribe` and `unsubscribe` to `on` and `off` respectively.
## 2014-01-31, version 0.4.0
### Timeline
- Implemented functions `on` and `off` to create event listeners for events
`rangechange`, `rangechanged`, and `select`.
- Implemented function `select` to get and set the selected items.
- Items can be selected by clicking them, muti-select by holding them.
- Fixed non working `start` and `end` options.
### Graph
- Fixed longstanding bug in the force calculation, increasing simulation
stability and fluidity.
- Reworked the calculation of the Graph, increasing performance for larger
datasets (up to 10x!).
- Support for automatic clustering in Graph to handle large (>50000) datasets
without losing performance.
- Added automatic initial zooming to Graph, to more easily view large amounts
of data.
- Added local declustering to Graph, freezing the simulation of nodes outside
of the cluster.
- Added support for key-bindings by including mouseTrap in Graph.
- Added navigation controls.
- Added keyboard navigation.
- Implemented functions `on` and `off` to create event listeners for event
`select`.
## 2014-01-14, version 0.3.0
- Moved the generated library to folder `./dist`
- Css stylesheet must be loaded explicitly now.
- Implemented options `showCurrentTime` and `showCustomTime`. Thanks @fi0dor.
- Implemented touch support for Timeline.
- Fixed broken Timeline options `min` and `max`.
- Fixed not being able to load vis.js in node.js.
## 2013-09-20, version 0.2.0
- Implemented full touch support for Graph.
- Fixed initial empty range in the Timeline in case of a single item.
- Fixed field `className` not working for items.
## 2013-06-20, version 0.1.0
- Added support for DataSet to Graph. Graph now uses an id based set of nodes
and edges instead of a row based array internally. Methods getSelection and
setSelection of Graph now accept a list with ids instead of rows.
- Graph is now robust against edges pointing to non-existing nodes, which
can occur easily while dynamically adding/removing nodes and edges.
- Implemented basic support for groups in the Timeline.
- Added documentation on DataSet and DataView.
- Fixed selection of nodes in a Graph when the containing web page is scrolled.
- Improved date conversion.
- Renamed DataSet option `fieldTypes` to `convert`.
- Renamed function `vis.util.cast` to `vis.util.convert`.
## 2013-06-07, version 0.0.9
- First working version of the Graph imported from the old library.
- Documentation added for both Timeline and Graph.
## 2013-05-03, version 0.0.8
- Performance improvements: only visible items are rendered.
- Minor bug fixes and improvements.
## 2013-04-25, version 0.0.7
- Sanitized the published packages on npm and bower.
## 2013-04-25, version 0.0.6
- Css is now packaged in the javascript file, and automatically loaded.
- The library uses node style dependency management for modules now, used
with Browserify.
## 2013-04-16, version 0.0.5
- First working version of the Timeline.
- Website created.