librenms-librenms/lib/vis/package.json

56 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "vis",
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
"version": "4.14.0",
"description": "A dynamic, browser-based visualization library.",
"homepage": "http://visjs.org/",
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
"license": "(Apache-2.0 OR MIT)",
"repository": {
"type": "git",
"url": "git://github.com/almende/vis.git"
},
"keywords": [
"vis",
"visualization",
"web based",
"browser based",
"javascript",
"chart",
"linechart",
"timeline",
"graph",
"network",
"browser"
],
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
"main": "./dist/vis.js",
"scripts": {
"test": "mocha",
"build": "gulp",
"watch": "gulp watch",
"watch-dev": "gulp watch --bundle"
},
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
"dependencies": {},
"devDependencies": {
"emitter-component": "^1.1.1",
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
"hammerjs": "^2.0.6",
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
"keycharm": "^0.2.0",
"moment": "^2.10.2",
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
"propagating-hammerjs": "^1.4.5",
"uuid": "^2.0.1",
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
"babel": "^5.1.11",
"babel-loader": "^5.0.0",
"babelify": "^6.0.2",
"clean-css": "^3.2.1",
"gulp": "^3.8.11",
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
"gulp-concat": "^2.5.2",
"gulp-minify-css": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.4",
"merge-stream": "^0.1.7",
"mocha": "^2.2.4",
"rimraf": "^2.3.2",
"uglify-js": "^2.4.20",
"webpack": "^1.8.5",
"yargs": "^3.7.2"
}
}