Skip to content

Releases: ABTSoftware/scichart-angular

Major v1 Release

22 Sep 18:05

Choose a tag to compare

Full Changelog: https://github.com/ABTSoftware/scichart-angular/commits/v1.0.0

This major release is bound to the release of the SciChart.JS v4.
And it introduces the core lib peer dependency version bump.
So make sure to check the following notes before upgrading:

SciChart.Angular-related Breaking Changes

  • The peer dependency on the scichart change to v^4.0.868.
  • WASM dependencies loading now doesn't require ".data" files. So make sure to remove the logic for serving those assets if any.

Fixes

  • Fixed SSR-related errors. Notice that SciChart is the client-side library and the rendering happens mainly on a <canvas> element.
  • Disabled the default loader of the core lib. To provide a custom loader, use the fallback property on the wrapper.
  • Disabled the default size styling. Make sure to properly set the size of the component with CSS styles instead.