Changes in version 2.1.4 (2025-09-04) o Fix CRAN Note documentation & link Changes in version 2.1.3 o Fix visTree / visHclust (R >= 4.2, table() output format) Changes in version 2.1.1 o #418 clusteringByGroup Changes in version 2.1.0 (2021-09-29) o #361 : fix visHclust with new ggraph version o switch to vis-network 9.1.0 o visTree : fix using invalid R colnames + crash no one X o add fontawesome 5.13.0 support o #377 : custom manipulation columns Changes in version 2.0.9 (2019-12-06) o #335 : Enable highlightNearest degree for groups o visTree : update performance compute boxplot sparkline with large data o visTree/TreeModule : fix passing constant variable & character tooltipColumns Changes in version 2.0.8 (2019-08-28) o #325 : fix cancel manipulation o #327 : fix "layout_with_sugiyama" for simple graphs o #334 : Ensure compatibility with the next ggraph release Changes in version 2.0.7 (2019-05-27) o #307 : visClusteringByGroup, add collapse on double click o fix VignetteBuilder DESCRIPTION Changes in version 2.0.6 (2019-03-26) o Fix using FontAwesome icons in shinydashboard Changes in version 2.0.5 (2018-12-05) o Fix clustering functions using level o add input$network_highlight_color_id and input$network_highlight_label_id o #266 : enabled custom manipulation o collapse : can keep coordinates and set label suffix o add sort argument to selectedBy o Fix passing icon using visGroup and proxy o Fix passing margin to nodes o Fix bug passing character to visTree o #290 : Fix legend using only one group Changes in version 2.0.4 (2018-06-14) o Update to fontAwesome 4.7.0 o Fix node's id bug on collapse o add 'main' argument to 'selectedBy' and 'nodesIdSelection' o add sparkline graphics in visTree Changes in version 2.0.3 (2018-01-09) o Fix CRAN VIGNETTE BUILDER Changes in version 2.0.2 (2017-12-19) o New visHclust for visualize Hierarchical cluster analysis o New visNetworkEditor and module visNetworkEditorUI to use visConfigure javascript functionnalities in R and shiny o Add zoom to visLegend o to vis.js 4.20.1 o Add input$network_initialized o Add background to visNetwork o Fix visTreeEditor bug using rpart object o visTreeEditor : add complexity parameters o Fix layout control in visIgraph & visIgraphLayout Changes in version 2.0.0 (2017-06-26) o add support for edges color/label using highlight/selectedBy o to vis.js 4.20.0 o new proxy methods : visGetBoundingBox, visGetConnectedEdges, visGetConnectedNodes, visGetEdges, visGetNodes, visGetPositions, visGetScale, visGetSelectedEdges, visGetSelectedNodes, visGetSelection, visGetViewPosition o fix visOptions passing nodes as list rather data.frame o init visTree, to visualize rpart object Changes in version 1.0.3 (2016-12-22) o new hideColor argument to control hidden nodes & edges o add pdf export o enabled layout_with_sugiyama with visIgraphLayout o To vis.js 4.17.0 o enabled passing nodes & edges as list o fix igraghLayout with rmarkdown and tabset o fix some bugs and add some options on legend o fix passing customScalingFunction using visGroups o fix reset options using unselectAll o add visNearestNodes function o store positions of nodes before rendering with visGetNodes o add delay on tooltip popup (so you can click on a link...!) Changes in version 1.0.2 (2016-10-05) o fix some bad interactions with dplyr & data.table o fix visSelect... & visRemove.. when passing only one id greater than 9 o add updateOptions to visUpdateNodes & visRemoveNodes and fix update of options using this functions with proxy o add useLabels option for nodeIdSelection o Fix bad interaction with columns order & visIgraphLayout o add visGetNodes & visGetEdges to get data using shiny o add submain and footer argument o change export height estimation o Fix visInteraction bug using visOptions together o Fix passing dashes options + add example o Fix timevis bad interaction Changes in version 1.0.1 (2016-06-20) o New options for highlightNearest : can use hierarchical information o Add type argument to set listener once, or disabled it o Enabled visEvents with shiny/visNetworkProxy o Add some options for clustering & fix interactions with visOptions o Fix some bug in legend placement with some special case o New size control with visIgraphLayout o To vis.js 4.16.1 Changes in version 1.0.0 (2016-05-02) o really lot of (good) changes in 0.2.2, so let's go to 1.0.0 Changes in version 0.2.2 o fix / improve highlightNearest with high degree (can now have the entire sub-network) o can now set highlightNearest when hover a node, and also use another click / hover event o enabled highlightNearest with icons && image, and all combinaisons ! o new visSelectNodes, visSelectEdges & visSetSelection to select data in shiny o add visSetOptions, to set many parameters in one time o add visMoveNode & visUnselectAll o enabled multiple groups selection o can now add a title to network & legend (main argument in visNetwork/visLegend function) o fix passing directly icon in nodes data.frame o add ionicons icons possibilities. See ?addIonicons o update font-awesome to 4.5.0 o fix some bad interactions when highlightNearest/selectedBy/nodesIdSelection are set together, and using visUpdateNodes / visOptions with proxy o new visRemoveNodes & visRemoveEdges to remove data in shiny o new visUpdateNodes & visUpdateEdges to update data in shiny o enable visOptions with visNetworkProxy o add randomSeed to visIgraphLayout o add quick support for label.cex and label.color with visIgraph o to vis.js 4.15.0 Changes in version 0.2.1 (2016-01-31) o can now passing "list" options directly with data.frame with specific notation o add visSave for html file, and visExport to save as png/jpeg (shiny or browser only) o fix some bad interactions when highlightNearest/selectedBy/nodesIdSelection are set together o fix selectedBy & highlightNearest redraw when nodes have coordinates o new function visIgraphLayout to compute coordinates using igraph, and render faster ! o init new function visIgraph to plot visNetwork object from igraph object o adding new methods available for a use in shiny with visNetworkProxy : visSetData, visStabilize, visStartSimulation, visStopSimulation,visGetPositions o to vis.js 4.12.0 : new color option for shadows Changes in version 0.2.0 (2015-12-21) o introduce visNetworkProxy object for update & call method from shiny o fix bug placement for edges legend (sorry for that...!) o fix selectedBy with numeric values o introduce new options : can select initial value using 'selectedBy' and 'nodesIdSelection' (selected), set HTML style (style) and add subset on data (values) o introduce new shiny return when using manipulation = TRUE o to vis.js 4.11.0 Changes in version 0.1.2 (2015-10-31) o new custom option : selectedBy, to add a selection on some nodes column o new option for highlightNearest : can now choose the degree of depth o to vis.js 4.9.0 Have a look to vis.js history ! o fix visDocumentation for use RStudio and RStudio server viewer o new function visLegend for more custom legend on nodes and edges o use jsonlite rather rjson in case of gephi json file Changes in version 0.1.1 (2015-09-18) o add font-awesome icons possibilities. See ?addFontAwesome o fix multiple network resize bug in shiny o to vis.js 4.8.2. Have a look to vis.js history ! Changes in version 0.1.0 (2015-07-17) o ready for CRAN submission Changes in version 0.0.4 (2015-07-08) o remove bootstrap dependance o move to vis.js 4.4.0 so, a lot of changes... o new visConfigure function o new visInteraction function o new visLayout function o remove visTooltip o move and rename argument as vis.js change... o initialize some clustering function.... o .... Changes in version 0.0.3 o add shiny interaction when use nodesIdSelection Changes in version 0.0.2 o Move highlight.nearest argument from visNetwork to visOptions, and rename as highlightNearest o Move id.selection argument from visNetwork to visOptions, and rename as nodesIdSelection o Move legend.width argument to visNetwork