From 63eb51497202a7844d7f8f056bcdba84ba56fac1 Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Tue, 13 Jan 2015 16:47:40 +0100 Subject: [PATCH] updated history --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index f80cf9a9..631ce878 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -12,7 +12,7 @@ http://visjs.org - Altered the Manipulation Mixin to be succesfully destroyed from memory when calling destroy(); - Improved drawing of arrowheads on smooth curves. #349 - Caught case where click originated on external DOM element and drag progressed to vis. -- Added label stroke support to Nodes, Edges & Groups as per-object or global settings. Use `fontStrokeWidth` & `fontStrokeColor` (default values: 0 & 'white'). +- Added label stroke support to Nodes, Edges & Groups as per-object or global settings. Thank you @klmdb! ### Timeline