Browse Source

Released v4.15.0

codeClimate
jos 8 years ago
parent
commit
3874ad5b1a
5 changed files with 31 additions and 30 deletions
  1. +6
    -5
      HISTORY.md
  2. +1
    -1
      dist/vis.js
  3. +1
    -1
      dist/vis.map
  4. +22
    -22
      dist/vis.min.js
  5. +1
    -1
      package.json

+ 6
- 5
HISTORY.md View File

@ -2,7 +2,7 @@
http://visjs.org
## not yet released, version 4.14.1
## 2016-02-23, version 4.15.0
### Timeline
@ -17,18 +17,19 @@ http://visjs.org
### Graph3d
- The built-in tooltip now shows the provided `xLabel`, `yLabel`, and `zLabel`
instead of `'x'`, `'y'`, and `'z'`. Thanks @jacklightbody.
- Changed the built-in tooltip to show the provided `xLabel`, `yLabel`, and
`zLabel` instead of `'x'`, `'y'`, and `'z'`. Thanks @jacklightbody.
### Network
- Implemented interpolation option for interpolation of images, default true.
- Implemented parentCentralization option for hierarchical layout.
- Fixed #1635: edges are now referring to the correct points.
- Fixed #1644, #1631: overlapping nodes in hierarchical layout should no longer occur.
- Added parentCentralization option for hierarchical layout.
- Fixed #1575: fixed selection events
- Fixed #1677: updating groups through manipulation now works as it should.
- Fixed #1672: Implemented stepped scaling for nice interpolation of images.
- Added interpolation option for interpolation of images, default true.
## 2016-02-04, version 4.14.0

+ 1
- 1
dist/vis.js View File

@ -4,7 +4,7 @@
*
* A dynamic, browser-based visualization library.
*
* @version 4.14.0
* @version 4.15.0
* @date 2016-02-23
*
* @license

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


+ 22
- 22
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.14.0",
"version": "4.15.0",
"description": "A dynamic, browser-based visualization library.",
"homepage": "http://visjs.org/",
"license": "(Apache-2.0 OR MIT)",

Loading…
Cancel
Save