You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(deps): support UUID v14 and use it in standalone/peer exports (#2425)
* fix(deps): support UUID v14 and use it in standalone/peer exports
Addresses GHSA-w5hq-g745-h8pq in
standalone and peer exports where we had pinned a vulnerable version.
* fix(deps): update vis-data to 8.0.4
This version supports UUID v14.
ci(gh-pages): rewrite git+http protocol to just https
This is auto-fixed by npm to git+https for Git repos but gh-pages chokes
on it and only works with plain https.
docs(deps): remove smooth scroll (#2239)
This lib is dead, haven't been updated in a long time and I couldn't even find anything in our docs that would scroll smoothly.
fix(hierarchical): compress level values to eliminate gaps in cyclic …
…graphs (#2219)
* fix: compress level values to eliminate gaps in hierarchical status
* fix: fallback to fillLevelsByDirectionCyclic if no entryNodes are found
* perf: reorder Set and sort to reduce sort cost
* chore: update package.json for vis-network-moneyflow fork
* chore(package): remove changes to package JSON
* perf(layout-engine): remove the old setMinLevelToZero logic
It's superfluous now. The new implementation sets min to zero and
removes gaps in one go.
---------
Co-authored-by: Beatrice <beatriceprayogo@chainsecurity.asia>
Co-authored-by: Tomina <tomina@vycital.eu>
fix(deps): allow the use of component-emitter ^2
This already worked, it just wasn't explicitly allowed in package JSON.
We'll stay on ^1 for now because ^2 dropped support for older browsers
we still oficially support, ditching ^1 will be a major release.