Releases: ABTSoftware/scichart-angular
Releases · ABTSoftware/scichart-angular
Major v1 Release
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
scichartchange tov^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
fallbackproperty on the wrapper. - Disabled the default size styling. Make sure to properly set the size of the component with CSS styles instead.