Changelog - 5.4.0 Betas
5.4.2-beta.8 (07/06/2021)
Bug Fixes
FRM-1697 -
grid: New Chromium version caused grid rows to expand to fill the available vertical space.
5.4.0-beta.6 (04/02/2021)
Features
FRM-1534 -
navigation: Added option to disable page reloading when the selected company changes.You can toggle this by providing the
DISABLE_RELOAD_ON_COMPANY_CHANGEinjection token.
FRM-1520 -
http,common,error-monitoring: Added support for Organization Units and Environments.Environment data can be retrieved from
VsJwtProviderServiceand will automatically be sent in request headers and Sentry tags.
Bug Fixes
FRM-1540 -
grid: Paginator dropdown wouldn’t show up on mobile.
5.4.0-beta.4 (18/01/2021)
Breaking Changes
FRM-1514 -
dashboard: Removed the Dashboard package from the core SDK repository.It will continue to be distributed under the
@viasoft/dashboardpackage on ProGet, but will no longer follow the same update schedule as other core SDK packages. The first version published will be5.5.0.
Features
FRM-1443 -
common: AddedVsSubscriptionManagerhelper class.Deprecated
SerialSubscriptionsclass andSerialUnsubscriberfunction.Use
VsSubscriptionManager.add()to add a new subscription. If a subscription with the same name already exists and is open, it will be replaced by a new one.Inside
ngOnDestroy, always callVsSubscriptionManager.clear().
FRM-1450 -
client: Added support for selective generation.You’re now able to pick which parts of your API you’d like to generate.
FRM-1455 -
button: Button will now switch tomodel="icon"automatically if theiconattribute is set.FRM-1507 -
form: Adjusted styles forvs-checkbox,vs-search,vs-buttonandvs-selectcomponents.You can also use the
form-align-left,form-align-center,form-align-rightandform-full-widthattributes on avs-buttonto change its alignment or sizing.
Changes
FRM-1512 -
filter: Filter overlay will now close on scroll.
Bug Fixes
5.4.0-beta.3 (29/12/2020)
Breaking Changes
FRM-1444 -
data-lively: Refactored VsDataLivelyService to useSubject.Instead of using
subscribeToUpdateand callbacks, you should now use thegetmethod, which returns aSubject.If the
Subjectdoesn’t exist, it will be created automatically.The
uniqueTypeNameproperty inDataLivelyUpdatehas been renamed toidentifier.
5.4.0-beta.1 (28/12/2020)
Breaking Changes
FRM-1445 -
app-core,message-dialog:VsAppCoreModulenow importsVsMessageDialogModuleautomatically.VsMessageDialogModulenow prevents itself from being initialized more than once, but you should still remove any others imports you might have in your app.You should also be using
VsAppCoreModule.forRoot()instead ofVsCommonModule.forRoot(), as it is now stable and can be safely used.
Features
FRM-1410 -
button: Now emits an Event object in theclickEventoutput.