Releases: visjs/vis-network
Releases · visjs/vis-network
v5.2.3
v5.2.2
v5.2.1
v5.2.0
v5.1.1
v5.1.0 (#36)
For everybody who wants to move to this repository:
This version is feature compatible with visjs-community/[email protected]
- fix remove edge from clustering (#30) via @Tyler-Maclachlan (visjs-network#71)
- add penwidth support for dot language (#24) via @geminoa (visjs-network#39)
- fix type of zoomSpeed (#25) via @geminoa (visjs-network#40)
- correctly set invalid labels to undefined (#26) via @channeladam (visjs-network#45)
- hidden edge bug (#29) via @DarylMcCullough (visjs-network#68)
- fix hover node (#28) via @Tyler-Maclachlan: (visjs-network#66)
- fix label measurement (#27) via @channeladam (visjs-network#47)
- Edge labels disappear when cluster is opened (#15) via @channeladam (visjs-network#43)
- add new events to control drag and drop of nodes (#23) via @vasa93 (almende/vis#3771)
- fix hover detection over nodes after hovering over an edge (#22) via @Gelio (almende/vis#4027)
- remove edge tooltip when hovering a node (#21) via @Gelio (almende/vis#40269)
- add dir support for dot language (#19) via @geminoa (almende/vis#3888)
- Hide edges on zoom v2 (#16) via @micahstubbs (almende/vis#4042)
- add French (#17) via @scenaristeur (almende/vis#3963)
- introduce TypeScript index file (#20)
- use cdnjs links for external assets (#11)
- add and improve test coverage (#8)
- update vis-data and commit package-lock (#6)
- change example script-urls to use https (#3)
- tests: add tests for dotparser via @josdejong, @wimrijnders (almende#3112)
- tests: add tests for Label via @macleodbroad-wf, @wimrijnders (almende/vis#3228, almende/vis#3470, almende/vis#3486, almende/vis#3511, almende#3520, almende#3518, almende#3575, almende#3565, almende#3603, almende#3646)
- tests: add tests for Configurator via @macleodbroad-wf (almende#3600)
- chore: remove opencollective postinstall logo
- chore(package): update vis-util to 1.1.2 (#32)
- chore(package): update propagating-hammerjs
- chore(examples): add dot language examples to overview (#18)
- chore: improve HISTORY.md
- chore: add 5.0.0 release notes to HISTORY.md
- Create FUNDING.yml
v5.0.0
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)