visNetwork 1.0.0
--------------------------------------------------------------------------------

  * really lot of (good) changes in 0.2.2, so let's go to 1.0.0
  
visNetwork 0.2.2
--------------------------------------------------------------------------------

  * fix / improve highlightNearest with high degree (can now have the entire sub-network)
  * can now set highlightNearest when hover a node, and also use another click / hover event
  * enabled highlightNearest with icons && image, and all combinaisons !
  * new visSelectNodes, visSelectEdges & visSetSelection to select data in shiny
  * add visSetOptions, to set many parameters in one time
  * add visMoveNode & visUnselectAll
  * enabled multiple groups selection
  * can now add a title to network & legend (main argument in visNetwork/visLegend function)
  * fix passing directly icon in nodes data.frame
  * add ionicons icons possibilities. See ?addIonicons
  * update font-awesome to 4.5.0
  * fix some bad interactions when highlightNearest/selectedBy/nodesIdSelection are set together, and using visUpdateNodes / visOptions with proxy
  * new visRemoveNodes & visRemoveEdges to remove data in shiny
  * new visUpdateNodes & visUpdateEdges to update data in shiny
  * enable visOptions with visNetworkProxy
  * add randomSeed to visIgraphLayout
  * add quick support for label.cex and label.color with ``visIgraph``
  * to vis.js 4.15.0
  
visNetwork 0.2.1
--------------------------------------------------------------------------------
  
  * can now passing "list" options directly with data.frame with specific notation
  * add visSave for html file, and visExport to save as png/jpeg (shiny or browser only)
  * fix some bad interactions when highlightNearest/selectedBy/nodesIdSelection are set together
  * fix selectedBy & highlightNearest redraw when nodes have coordinates
  * new function visIgraphLayout to compute coordinates using igraph, and render faster !
  * init new function visIgraph to plot visNetwork object from igraph object
  * adding new methods available for a use in shiny with visNetworkProxy : visSetData, visStabilize, visStartSimulation, visStopSimulation,visGetPositions
  * to vis.js 4.12.0 : new color option for shadows
  
visNetwork 0.2.0
--------------------------------------------------------------------------------
  
  * introduce visNetworkProxy object for update & call method from shiny
  * fix bug placement for edges legend (sorry for that...!)
  * fix selectedBy with numeric values
  * introduce new options : can select initial value using 'selectedBy' and 'nodesIdSelection' (selected), 
  set HTML style (style) and add subset on data (values)
  * introduce new shiny return when using manipulation = TRUE
  * to vis.js 4.11.0
  
visNetwork 0.1.2
--------------------------------------------------------------------------------
  
  * new custom option : selectedBy, to add a selection on some nodes column
  * new option for highlightNearest : can now choose the degree of depth
  * to vis.js 4.9.0 Have a look to vis.js history !
  * fix visDocumentation for use RStudio and RStudio server viewer
  * new function visLegend for more custom legend on nodes and edges
  * use jsonlite rather rjson in case of gephi json file
    
visNetwork 0.1.1
--------------------------------------------------------------------------------
  
  * add font-awesome icons possibilities. See ?addFontAwesome
  * fix multiple network resize bug in shiny
  * to vis.js 4.8.2. Have a look to vis.js history !
  
visNetwork 0.1.0
--------------------------------------------------------------------------------
  
  * ready for CRAN submission
    
visNetwork 0.0.4
--------------------------------------------------------------------------------
  
  * remove bootstrap dependance
  * move to vis.js 4.4.0 so, a lot of changes...
    * new visConfigure function
    * new visInteraction function
    * new visLayout function
    * remove visTooltip
    * move and rename argument as vis.js change...
    * initialize some clustering function....
    * ....
  
visNetwork 0.0.3
--------------------------------------------------------------------------------
  
  * add shiny interaction when use nodesIdSelection

visNetwork 0.0.2
--------------------------------------------------------------------------------
  
  * Move highlight.nearest argument from visNetwork to visOptions, and rename as highlightNearest
  * Move id.selection argument from visNetwork to visOptions, and rename as nodesIdSelection
  * Move legend.width argument to visNetwork
