Changelog - 6.0.0 Betas
6.0.1-beta.2 (25/08/2021)
Features
FRM-1748 -
common: AddedVsAuthenticationCanLoadclass, which avoids errors related toRouteResolvercalls being requested without SDK headers (authorization/company/userId).
Usage:
import { VsAuthenticationCanLoad } from '@viasoft/common';
// ...
const routes: Routes = [
{
path: 'my-path',
component: MyComponent,
canLoad: [VsAuthenticationCanLoad]
},
// ...
];
Bug Fixes
FRM-1740 -
common: Licensing dialog could throw a “Cannot read property of undefined” error.