Skip to content

6.0.0

Choose a tag to compare

@arawinters arawinters released this 22 Jan 19:55
· 125 commits to main since this release
d2dc6a3

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)