From bcba4ce4825a35da91e45adf5125f2e75718f337 Mon Sep 17 00:00:00 2001 From: Alexander Wunschik Date: Sun, 29 Jan 2017 19:03:57 +0100 Subject: [PATCH] Changes for v4.18.1 (#2656) --- HISTORY.md | 28 ++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index cf855fbf..98831743 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,34 @@ http://visjs.org +## 2017-01-29, version 4.18.1 + +### General + +- 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) + + ## 2017-01-15, version 4.18.0 ### General diff --git a/package.json b/package.json index 7e99296e..f51015b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vis", - "version": "4.18.0-SNAPSHOT", + "version": "4.18.1", "description": "A dynamic, browser-based visualization library.", "homepage": "http://visjs.org/", "license": "(Apache-2.0 OR MIT)",