All Versions
78
Latest Version
Avg Release Cycle
34 days
Latest Release
1729 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.21.0 Changes
October 12, 2017General
- β Added #3394: Adds unit tests for add, setOptions and on/off DataSet
- π FIX #3406: Eliminate possibility of 'window is undefined' during travis test
- β Added #3402: added @macleodbroad-wf to the support team
- REFA #3442: Strapping down of Extend-routines in util.js
- π FIX #3392: Addresses TODOs in Queue unit test by adding unit tests for setOptions and destroy
- β Added #3354: Adds missing jsdoc and adds lint rule require-jsdoc to build process
- β Added #3331 - Enable linting for Travis
- β Added #3312, #3311, #3310, #3309, #3308, #3304 - Add lint
- β Added #3230 - Enable 'eslint'
- β Added #3262 - Upgrade packages and tools for Travis unit testing
- β Added #3287: Update module versions to latest stable
- β Added #3295: Update the webpack example
Network
- π FIX #3554: Relax clustering condition for adding already clustered nodes to cluster
- π FIX #3517: Retain constraint values in label font handling
- π¨ REFA #3507: Cleanup and refactoring PhysicsEngine
- π FIX #3500: re-adds edges if they are now connected and add does not add invalid edges
- π FIX #3486: Add extra check on null value during label handling
- FEAT #824: Network detect clicks on labels
- π FIX #3474: Adjust documentation for arrows.middle.scaleFactor
- π FIX #3483: Prevent image loading for hidden cluster nodes
- π FIX #3408, #2677: Fix handling of multi-fonts
- π FIX #3425: IE performance improvements
- π FIX #3356 and #3297: IE11 svg image fixes
- π FIX #3474: Make negative scaleFactor reverse middle arrow correctly
- π FIX #3464: Fix handling of space before huge word in label text
- π FIX #3467: Adjust for-in loops so they can deal with added properties in Array and Object prototype
- FEAT #3412: Add endpoint 'bar' to Network
- π FIX #3403: Fixes sorting on Layout, refactoring
- π FIX #3421: Added default sizes for nodes without labels
- FEAT #3418: Added new Hexagon shape in the Network
- FEAT #3368: Cluster node handling due to dynamic data change
- π FIX #3395: Allow for multiline titles
- π FIX #3367: Network Clustering fixes on usage joinCondition for clusterOutliers()
- π FIX #3350: Fix setting of edge color options via Network.setOptions()
- π FEAT #3348: Add edge styles support for DOT lib
- π FIX #2839: Re-words documentation to reflect symmetrical input/output of get() when passed multiple ids
- π FIX #3316: Updates network documentation to account for edge
- π FIX #1218, #1291, #1315: Dynamically adjust clustering when data changes
- π FIX #2311: Block recalculation of level in LayoutEngine._determineLevelsDirected()
- π FIX #3280: Cleanup mergeOptions() and fix missing ref on globalOptions in mergeOptions()
- FEAT #3131: Added dragStart event for adding edges
- π FIX #3171 and #3185: Fix infinite loop on drawing of large labels
- π FIX #3220: Update hierarchy when node level changes
- π FIX #3245: Multiple base edges in clustered edge
- FEAT #1222: Add pointer data to hover events
- π¨ REFA #3106: Refactoring and unit testing of Validator module
- π¨ REFA #3227: Refactor LayoutEngine for further work
- π FIX #3164: make 'hidden' and 'clustered' play nice together
- π FIX #2579: Allow DOM elements for node titles
- π FIX #2856: Fix manipulation examples for Network
Graph2D
- π FIX #1852: Correct documentation for graph2dβs moveTo function
Graph3D
- π FIX #3467: Adjust for-in loops so they can deal with added properties in Array and Object prototypes
- FEAT #3099: Add option definitions and validation to Graph3d
- π REFA #3159: move Filter into DataGroup
- β FEAT #3255: Add unit tests for Graph3D issue
- π FIX #3251: Graph3d put guards before unsubscription in DataGroup
- π FIX #3255: Fix missing reference to Graph3D instance in DataGroup
Timeline
- FEAT #3529: On timeline loaded
- FEAT #3505: Drag object in to item
- FEAT #3050: Allow disabling of RangeItem limitSize
- π FIX #3475: Item Redraw Performance - Bug Fix
- π FIX #3504: Fixing a bug with the timing of the final setting of the vertical scroll position
- π FIX #3509: Added describe sections to PointItem unit tests
- π FIX #2851: Vertical focus
- FEAT #620: Subgroup stacking
- π FIX #3475: Improve Item redraw and initial draw performance
- π FIX #3409: Group redraw performance
- FEAT #3428: Adds locale for Chinese (cn)
- π FIX #3405: fix orientation option
- π FIX #3360: Add performance tips to timeline docs
- π FIX #3378: Add item with ctrlKey/metaKey when dagging on a selected item
- π FIX #3126: Nested groups order logic
- π FIX #3246: Fix issue when showMajorLabels == false is used with a weekly scale and weekly scale minor label fix
- π FIX #3342: Bug fix for null parent
- π FIX #2123: Disable the default handling of the pinch event when handling it
- π FIX #3169: add parenthesis around ternary
- π FIX #3249: Only draw non-visible items once when they are loaded, instead of continuously every frame
- FEAT #3162: Bidirectional scrolling in timeline - make horizontalScroll and verticalScroll work together
-
v4.21.0-SNAPSHOT
October 12, 2017 -
v4.20.1 Changes
July 01, 2017General
- β Added Release checklist
- β Added collapsible items for objects in graph3d doc
Network
- π FIX #3203: Set dimensions properly of images on initialization
- π FIX #3198: Small fix on ref usage in DataGroup
- π FIX #3170: Refactoring of Node Drawing
- π FIX #3108: Reverse nodes returned with 'from' and 'to' directions
- π FIX #3122: Refactored line drawing for Bezier edges
- π FIX #3121: Refactoring of
BezierEdgeStatic._getViaCoordinates()
- π FIX #3088: Consolidate code for determining the pixel ratio
- π FIX #3036: Smooth type 'dynamic' adjusted for node-specific option in hierarchical
- π FIX #1105: Fix usage of clustering with hierarchical networks
- π FIX #3133: Protect Network from zero and negative mass values
- π FIX #3163: Prevent crashes from invalid id's in
Clustering.findNode()
- π FIX #3106: Ensure start and end of stabilization progress events is sent
- π FIX #3015: Properly handle newline escape sequences in strings for DOT
- π FIX Refactoring of LayoutEngine
- π FIX #2990: Edge labels turn bold on select and hover
- π FIX #2959: Changed order of (de)select events for network
- π FIX #3091: Added param 'direction' to Network.getConnectedNodes()
- π FIX #3085: Add prefix to cancelAnimationFrame()
Graph3D
- π FIX #2804: Add data group class to Graph3d
Timeline
-
v4.20.1-SNAPSHOT
May 21, 2017 -
v4.20.0 Changes
May 21, 2017General
- π FIX #2934: Replacing all ES6 imports with CJS require calls (#3063)
- β Add command line options to mocha for running tests (#3064)
- β Added documentation on how labels are used (#2873)
- π FIX: Fix typo in PR template (#2908)
- π FIX #2912: updated moment.js (#2925)
- β Added @wimrijnders to the support team (#2886)
Network
- π FIX: Fixes for loading images into image nodes (#2964)
- π FIX #3025: Added check on mission var 'options', refactoring. (#3055)
- π FIX #3057: Use get() to get data from DataSet/View instead of directly accessing member _data. (#3069)
- π FIX #3065: Avoid overriding standard context method ellipse() (#3072)
- π FIX #2922: bold label for selected ShapeBase classes (#2924)
- π FIX #2952: Pre-render node images for interpolation (#3010)
- π FIX #1735: Fix for exploding directed network, first working version; refactored hierarchical state in LayoutEngine.(#3017)
- π¨ Refactoring of Label.propagateFonts() (#3052)
- π FIX #2894: Set CircleImageBase.imageObjAlt always when options change (#3053)
- π FIX #3047: Label.getFormattingValues() fix option fallback to main font for mod-fonts (#3054)
- π FIX #2938: Fix handling of node id's in saveAndLoad example (#2943)
- π FIX: Refactoring in Canvas.js (#3030)
- π FIX #2968: Fix placement label for dot shape (#3018)
- π FIX #2994: select edge with id zero (#2996)
- π FIX #1847, #2436: Network: use separate refresh indicator in NodeBase, instead of widthβ¦ (#2885)
- π Fix #2914: Use option edges.chosen if present in global options (#2917)
- π FIX #2940: Gephi consolidate double assignment of node title (#2962)
- π FIX 2936: Fix check for nodes not present in EdgesHandler (#2963)
- FEAT: Reduce the time-complexity of the network initial positioning (#2759)
Timeline / Graph2D
- π FEAT: Add support for multiple class names in utils add/remove class methods (#3079)
- FEAT: Adds 'showTooltips' option to override popups displayed for items with titles (#3046)
- π FIX #2818: LineGraph: Add an existingItemsMap to check if items are new or not before skipping (#3075)
- π FEAT #2835: Improve timeline stack performance (#2848, #3078)
- π FIX #3032: mouseup and mousedown events (#3059)
- π FIX #2421: Fix click and doubleclick events on items (#2988)
- FEAT #1405, #1715, #3002: Implementation of a week scale feature (#3009)
- π FIX #397: Eliminate repeatedly fired
rangechanged
events on mousewheel (#2989) - π FIX #2939: Add check for parent existence when changing group in Item.setData (#2985)
- π FIX #2877: Add check for empty groupIds array and get full list from data set (#2986)
- π FIX #2614: Timeline docs border overlaps (#2992)
- π FIX: Doubleclick add (#2987)
- π FIX #2679: Cannot read property 'hasOwnProperty' of null (#2973)
- FEAT #2863: Drag and drop custom fields (#2872)
- FEAT #2834: Control over the drop event (#2974)
- π FIX #2918: Remove usages of elementsCensor (#2947)
- FEAT #2948: Rolling mode offset (#2950)
- π FEAT #2805: Add callback functions to moveTo, zoomIn, zoomOut and setWindow (#2870)
- π FIX: Do not corrupt class names at high zoom levels (#2909)
- π FIX #2888: Fix error in class names (#2911)
- π FIX #2835: Visible items bug (#2878)
Graph3D
- π§ FEAT: Configurable minimum and maximum sizes for dot-size graphs (#2849)
-
v4.19.0 Changes
March 18, 2017General
- π FIX: Fix eslint problem on Travis. (#2744)
- β added support for eslint (#2695)
- Trivial typo fix in how_to_help doc. (#2714)
- β add link to a mentioned example (#2709)
- π FEAT: use babel preset2015 for custom builds (#2678)
- π FIX: use babel version compatible with [email protected] (#2693)
- β FEAT: run mocha tests in travis ci (#2687)
- β Add note that PRs should be submitted against the
develop
branch (#2623) - π FIX: Fixes instanceof Object statements for objects from other windows and iFrames. (#2631)
- β removed google-analytics from all examples (#2670)
- β do not ignore test folder (#2648)
- β‘οΈ updated dependencies and devDependencies (#2649)
- general improvements (#2652)
Network
- π FEAT: Improve the performance of the network layout engine (#2729)
- FEAT: Allow for image nodes to have a selected or broken image (#2601)
Timeline / Graph2D
- π FIX #2842: Prevent redirect to blank after drag and drop in FF (#2871)
- π FIX #2810: Nested groups do not use "groupOrder" (#2817)
- π FIX #2795: fix date for custom format function (#2826)
- π FIX #2689: Add animation options for zoomIn/zoomOut funtions (#2830)
- π FIX #2800: Removed all "Object.assign" from examples (#2829)
- π FIX #2725: Background items positioning when orientation: top (#2831)
- FEAT: Added data as argument to the template function (#2802)
- π FIX #2827: Update "progress bar" example to reflect values (#2828)
- π FIX #2672: Item events original event (#2704)
- π FIX #2696: Update serialization example to use ISOString dates (#2789)
- π FIX #2790: Update examples to use ISOString format (#2791)
- π FEAT: Added support to supply an end-time to bar charts to have them scale (#2760)
- π FIX #1982, #1417: Modify redraw logic to treat scroll as needing restack (#2774)
- β FEAT: Initial tests for timeline ItemSet (#2750)
- π FIX #2720: Problems with option editable (#2743, #2796, #2806)
- π FIX: Range.js "event" is undeclared (#2749)
- FEAT: added new locales for french and espanol (#2723)
- π FIX: fixes timestep next issue (#2732)
- FEAT: #2647 Dynamic rolling mode option (#2705)
- π FIX #2679: TypeError: Cannot read property 'hasOwnProperty' of null (#2735)
- β Add initial tests for Timeline PointItem (#2716)
- π FIX #778: Tooltip does not work with background items in timeline (#2703)
- π FIX #2598: Flickering onUpdateTimeTooltip (#2702)
- π¨ FEAT: refactor tooltip to only use one dom-element (#2662)
- FEAT: Change setCustomTimeTitle title parameter to be a string or a function (#2611)
Graph3D
-
v4.18.1 Changes
January 29, 2017General
- β‘οΈ updated dependencies
- π FIX: moved babel plugins from devDependencies to dependencies (#2629)
Network
- π FIX #2604: Handle label composition for long words (#2650)
- π FIX #2640: Network manipulation styles together with Bootstrap styles (#2654)
- π FIX #2494: Fix tree collision in hierarchical layout (#2625)
- π FIX #2589: Vertically center label in network circle node (#2593)
- π FIX #2591: Self reference edge should now appear in all cases (#2595)
- π FIX #2613: Fixed return value for zoom in/out callback (#2615)
- π FIX #2609: Values should be passed to check values.borderDashes (#2599)
Timeline / Graph2D
- π FIX: Fixed htmlContents example (#2651)
- π FIX #2590: Min zoom bug (#2646)
- π FIX #2597: Zoom while dragging (#2645)
- π FIX: Minor cleanups in Timeline Range. (#2633)
- π FIX #2458: Allow graph2D options to be undefined (#2634)
- π FIX: Fix typo (#2622)
- π FIX #2585: Fixed React example (#2587)
-
v4.18.0 Changes
January 15, 2017General
- Readme improvements (#2520)
- β‘οΈ Babel updates and fixes (#2466, #2513, #2566)
- β Removed dist folder from the develop-branch (#2497)
- β‘οΈ updated and cleaned-up npm dependencies (#2518, #2406)
- β FEAT: Added CodeClimate tests (#2411)
- π FEAT: Added initial Travis-CI support: https://travis-ci.org/almende/vis (#2550)
- π FIX #2500: Replace { bool } with { boolean: bool } (#2501, #2506, #2581)
- π FIX #2445: Fix YUI Compressor incompatibilities (#2452)
- π FIX #2402: make sure a given element isnβt undefined before accessing properties (#2403)
- π FIX #2560: IE11 issue 'Symbol' is undefined with babel-polyfill (#2566)
- π FIX #2490: Don't pass non-string values to Date.parse (#2534)
DataSet
Network
- π FIX #1911: Fix missing blur edge event (#2554)
- π FIX #2478: Fix tooltip issue causing exception when node becomes cluster (#2555)
- π FEAT: Change styles if element is selected (#2446)
- FEAT #2306: Add example for network onLoad animation. (#2476)
- FEAT #1845: Adding example of cursor change (#2463)
- π FEAT #1603 #1628 #1936 #2298 #2384: Font styles, width and height of network nodes (#2385)
- FEAT: Add pointer position to zoom event (#2377)
- FEAT #1653 #2342: label margins for box, circle, database, icon and text nodes. (#2343)
- FEAT #2233 #2068 #1756: Edit edge without endpoint dragging, and pass label in data (#2329)
Timeline / Graph2D
- π FIX: #2522 Right button while dragging item makes items uneditable (#2582)
- π FIX #2538: Major axis labels displaying wrong value (#2551)
- FEAT #2516: Added followMouse & overflowMethod to tooltip options (#2544)
- π FIX: Fixed tool-tip surviving after item deleted (#2545)
- π FIX #2515: Fixed hover events for HTML elements (#2539)
- π FIX: Timeline.setGroups for Array (#2529)
- π FIX: Error in React example when adding a ranged item (#2521)
- FEAT #226 #2421 #2429: Added mouse events for the timeline (#2473)
- FEAT #497: new stackSubgroups option (#2519, #2527)
- π FEAT #338: Added HTML tool-tip support (#2498)
- π FIX #2511: readded throttleRedraw option; added DEPRECATED warning (#2514)
- FEAT #2300: Added nested groups (#2416)
- π FEAT #2464: Add template support for minor/major labels (#2493)
- π FIX #2379: Fix initial drag (#2474)
- π FIX #2102: Fix error on click for graph2D when no data is provided (#2472)
- π FIX #2469: Fix graph2D render issue (#2470)
- π FIX #1126: Add visibleFrameTemplate option for higher item dom content (#2437)
- π FIX #2467: Fix Range ctor with optional options parameter (#2468)
- FEAT #1746: Rolling mode (#2439, #2486)
- π FIX #2422: Timeline onMove callback (#2427)
- π FIX #2370: IE10 drag-and-drop support (#2426)
- π FIX #1906: Pass through original hammer.js events (#2420)
- π FIX #2327: Add support to fixed times drag and drop (#2372)
- π FIX: _origRedraw sometimes undefined (#2399)
- π FIX #2367 #2328: Group editable bug (#2368)
- π FIX #2336: Mouse wheel problem on custom time element (#2366)
- π FIX #2307: Timeline async initial redraw bug (#2386)
- π FIX #2312: Vertical scroll bug with groups and fixed height (#2363)
- π FIX #2333: Scrollbar width on browser zoom (#2344)
- π Fixed #2319: Bug in TimeStep.prototype.getClassName (#2335)
- FEAT #257: Added option to change the visibility of a group (#2315)
- FEAT: More editable control of timeline items (#2305)
- π FIX #2273: Cannot scroll page when zoomKey is enabled (#2301)
- π FIX #2295, 2263: Issues with vertical scroll and maxHeight (#2302)
- π FIX #2285: onUpdate event (#2304)
- π FIX: Timeline-docs: updated group.content description to show that it can be an element (#2296)
- π FIX #2251: No axis after daylight saving (#2290)
- FEAT #2256: Timeline editable can override items (#2284)
- π FEAT: Graph2d performance enhancement (#2281)
Graph3D
- FEAT #2451: Allow pass the color of points in 'dot-color' mode of Graph3D (#2489)
- FEAT: Improvement for camera 3d moving (#2340)
- π FEAT: Add ability to move graph3d by left mouse button while pressing ctrl key and rotate like before (#2357)
- π FIX: Fixed label disappearing bug for large axis values in graph3d (#2348)
- π FIX: Fixed Grpah3D-docs: Changed "an" to "and" in graph3D docs (#2313)
- π FIX #2274: Graph3d disappears when setSize is called (#2293)
- π FIX: Fixed typo in index.html of Graph3D (#2286)
-
v4.18.0-SNAPSHOT
January 15, 2017