Skip to content

Releases: visjs/vis-network

v5.2.3

13 Aug 19:12
5a6ca63
Compare
Choose a tag to compare

5.2.3 (2019-08-13)

Bug Fixes

  • build: extend other Vis libraries (#71) (5a6ca63)

v5.2.2

13 Aug 18:27
890f549
Compare
Choose a tag to compare

5.2.2 (2019-08-13)

Bug Fixes

v5.2.1

09 Aug 11:29
9114da5
Compare
Choose a tag to compare

5.2.1 (2019-08-09)

Bug Fixes

  • improve input validation in View.moveTo (#58) (9114da5)

v5.2.0

02 Aug 12:49
7b50a6a
Compare
Choose a tag to compare

5.2.0 (2019-08-02)

Features

  • locale: add Czech locale for manipulation GUI (#52) (4325c2a)
  • TypeScript: rewrite Gephi parser into TypeScript (#39) (35cf075)

v5.1.1

31 Jul 11:06
3a8f602
Compare
Choose a tag to compare
  • fix: create valid TS types (#45)
  • fix: ensure that invalid scale is not passed to moveTo (#44)

v5.1.0 (#36)

28 Jul 21:01
983b496
Compare
Choose a tag to compare

For everybody who wants to move to this repository:
This version is feature compatible with visjs-community/[email protected]

v5.0.0

21 Jul 15:18
Compare
Choose a tag to compare

In version 5.0.0 the original vis library was split up and the whole build process changed.

  • chore(docs): removed contributors from README
  • chore: remove vis-graph3d sources
  • chore(docs): update opencollective
  • fix: fix postinstall script; #3
  • chore: update ready to show pre-release warning; fixes #3
  • chore: remove vis-uuid dependenciy Its now part of vis-util.
  • chore: use vis-data module
  • feat: generate a unminified vis.js file also
  • chore: move utils to vis-util repository
  • chore: README update
  • chore: add code of conduct
  • use rollup instead of gulp/webpack (#1)
  • chore: updated vis-uuid
  • chore: seperate uuid into its own module
  • Fixed endless image loading errors when broken image could not be loaded (#4245)
  • Fix link in 'how to help' (#4131)
  • Fix spelling error in spanish locale (#4221)
  • Link we_need_help to Open Collective (#4218)
  • Fixed typo in CONTRIBUTING.md (#4210)
  • Replace babel-preset-es2015 with babel-preset-env (#3978)
  • Improvment on clustering performance (#3862)
  • Fix #3713 - Node color overriden by Group Color (#3870)
  • Add arrow types for EndPoints.js (#3839)
  • Fix typo in navigation.html (#3890)
  • update moment to last version (#3819)
  • Add icon option to ShapeBase (#3756)
  • Move showManipulationToolbar outside of if statement (#3694)
  • add localization for Ukraine (#3699)
  • Opencollective (#3681)
  • configurable manual zoom speed (#3657)
  • Fixes issue 3321 by ensuring labels are drawn as part of initial cons… (#3646)
  • Adding unit tests for lib/shared (#3600)
  • Adds code-cov to develop and updates readme. (#3629)
  • Docs : fixes and enhancements for the documentation template. (#3596)
  • Unit tests: upgrade jsdom to v11 to fix breaking unit tests for Network (#3603)
  • Network feature: background style for edges (#3606)
  • Moved navbar elements in all html documentation files to partial (#3604)
  • Docs: Moved end block in all html documentation files to partial (#3597)
  • Network: force array order when sorting hierarchical levels (#3576)
  • Add template for document generation with 'jsdoc'. (#3497)
  • Network: DRY code in Label for parsing markup (#3565)
  • Network: Cleanup @typedef's in jsdoc comments (#3569)
  • Adds code coverage report the output of npm test and adds detailed … (#3575)
  • Network: Fix documentation for event stabilized (#3582)
  • Network: Add new Hexagon shape to shape examples (#3577)
  • Network: Handle null data gracefully (#3571)
  • Network: preload images in options for all shape types (#3570)
  • Network: Set version of FontAwesome to latest stable 4.7.0 (#3572)
  • Use mock canvas object replacing canvas (#3518)
  • Network: Prevent crash when dataChanged is triggered during initialization (#3568)
  • Network: fit() should not change the passed options (#3566)