From ba5a6d2cef7647ac1b6dcca10ed761208e57ad3a Mon Sep 17 00:00:00 2001 From: jos Date: Mon, 1 Jun 2015 11:12:22 +0200 Subject: [PATCH] Improved function `fit()` to take into account the actual width of items (see #847) --- HISTORY.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 9ed7c690..2360746a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,13 @@ # vis.js history http://visjs.org +## not-yet-released, version 4.1.1-SNAPSHOT + +### Timeline + +- Improved function `fit()` to take into account the actual width of items. + + ## 2015-05-28, version 4.1.0 ### Network