From 9e93580ddda4ca45786d7cb9f05fa210d8aa5000 Mon Sep 17 00:00:00 2001 From: josdejong Date: Tue, 14 Jan 2014 16:26:56 +0100 Subject: [PATCH] Released version 0.3.0 --- HISTORY.md | 2 +- README.md | 21 +++++++++++++++++---- bower.json | 2 +- package.json | 2 +- 4 files changed, 20 insertions(+), 7 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index a6da520c..620a76db 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,7 +2,7 @@ vis.js history http://visjs.org -## , version 0.3.0 +## 2014-01-14, version 0.3.0 - Moved the generated library to folder `./dist` - Css stylesheet must be loaded explicitly now. diff --git a/README.md b/README.md index b004b0dc..4fcb1e6d 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,14 @@ Or download the library from the github project: ## Load -To use a component, include the javascript file of vis in your web page: +To use a component, include the javascript and css files of vis in your web page: ```html - + + + +