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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Modified
Angular Framework updated to version 15. As of 6.0.0 release this package now requires @angular@~15.0.0 to compile and run. Updating to angular 15 resolves major dependency compatibility issues so we can apply the latest security patches to the library. For information updating your project from a previous angular version to ~15.0.0 see the Angular Update Guide
Angular Material updated to version 15. As of 6.0.0 release this package now requires v15 of angular material library. Since the compiled version of this package defines it's dependency as a peer dependency it's worth mentioning that your project will need to import it to function properly. ng add @angular/material@15.
D3.js updated to version 7. version 5 was exposing a security defect in d3.color(see SNYK-JS-D3COLOR-1076592) that had no patches available until version 7. see #466
Removed
forceSimulation property removed from SzRelationshipNetworkComponent base class. (no one should be directly using this anyways)