Browse Source

updated history

v3_develop
Alex de Mulder 9 years ago
parent
commit
72211be4e8
2 changed files with 2057 additions and 2048 deletions
  1. +2
    -0
      HISTORY.md
  2. +2055
    -2048
      dist/vis.js

+ 2
- 0
HISTORY.md View File

@ -13,6 +13,8 @@ http://visjs.org
- 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. Thank you @klmdb!
- Reverted patch that made nodes return to 'default' setting if no group was assigned to fix issue #561. The correct way to 'remove' a group from a node is to assign it a different one.
- Made the node/edge selected by the popup system the same as selected by the click-to-select system. Thank you @pavlos256!
### Timeline

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


Loading…
Cancel
Save