Browse Source

Released version 4.0.0

flowchartTest v4.0.0
jos 9 years ago
parent
commit
43b2fb5b91
6 changed files with 3905 additions and 3970 deletions
  1. +1
    -15
      HISTORY.md
  2. +1
    -1
      bower.json
  3. +3882
    -3928
      dist/vis.js
  4. +1
    -1
      dist/vis.map
  5. +19
    -24
      dist/vis.min.js
  6. +1
    -1
      package.json

+ 1
- 15
HISTORY.md View File

@ -2,7 +2,7 @@
http://visjs.org
## not yet released, version 4.0.0-SNAPSHOT
## 2015-05-22, version 4.0.0
### General
@ -71,20 +71,6 @@ it future proof for maintainability, extendability and clarity. A summary of new
Array or DataTable.
## not yet released, version 3.12.1-SNAPSHOT
### Timeline
- Fixed #761: Timeline and Graph2d throwing an error when locale is not found.
Gives a warning message instead.
- Fixed #782: Contents of items created from a template being unnecessary
recreated on click, causing mouse events to get lost.
### Network
- Fixed titles not working when any of the nodes has id `0`.
## 2015-04-07, version 3.12.0
### Network

+ 1
- 1
bower.json View File

@ -1,6 +1,6 @@
{
"name": "vis",
"version": "4.0.0-SNAPSHOT",
"version": "4.0.0",
"main": ["dist/vis.min.js", "dist/vis.min.css"],
"description": "A dynamic, browser-based visualization library.",
"homepage": "http://visjs.org/",

+ 3882
- 3928
dist/vis.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/vis.map
File diff suppressed because it is too large
View File


+ 19
- 24
dist/vis.min.js
File diff suppressed because it is too large
View File


+ 1
- 1
package.json View File

@ -1,6 +1,6 @@
{
"name": "vis",
"version": "4.0.0-SNAPSHOT",
"version": "4.0.0",
"description": "A dynamic, browser-based visualization library.",
"homepage": "http://visjs.org/",
"repository": {

Loading…
Cancel
Save