Releases: SchweizerischeBundesbahnen/scion-workbench
Releases · SchweizerischeBundesbahnen/scion-workbench
0.0.0-beta.21 (@scion/workbench)
0.0.0-beta.20 (@scion/workbench)
0.0.0-beta.20 (2019-04-24)
Bug Fixes
Features
BREAKING CHANGES
-
Replaced
ApplicationConfigLoaderwithPlatformConfigLoaderto load a remote configuration for the workbench application platform.To migrate (if loading platform config via config loader):
- change your loader to implement
PlatformConfigLoaderinstead ofApplicationConfigLoader - register your loader in
WorkbenchApplicationPlatformModule.forRoot(...)config viaplatformConfigLoaderinstead ofapplicationConfigLoaderproperty - change your config json to return a
PlatformConfigobject instead of an array ofApplicationConfigobjects
See https://github.com/SchweizerischeBundesbahnen/scion-workbench/blob/master/resources/site/how-to/workbench-application-platform/how-to-register-applications.md for more information.
- change your loader to implement
0.0.0-beta.19 (@scion/workbench)
0.0.0-beta.19 (2019-03-18)
Bug Fixes
- match matrix params when resolving views for activation or closing (65ba4f0), closes #120
- re-export workbench-application-platform.api in workbench-application-platform bundle (34cd8de), closes #118
- show view tab title of inactive views when reloading the application (f011b5b), closes #121
Features
0.0.0-beta.18 (@scion/workbench)
0.0.0-beta.18 (2019-03-15)
Bug Fixes
Features
- allow adding actions to the viewpart action bar (0b31ca3), closes #104
- allow scheduling tasks in micro or macro task queue (58c643b)
- allow showing an entry page when no view is showing (cd674d5), closes #105
- hide activity part if no activities are registered (3d4d92e), closes #107
BREAKING CHANGES
- Removed input property
useTimerbecause no longer required as now working in the context of 'OnPush' change detection context.
0.0.0-beta.17 (@scion/workbench)
0.0.0-beta.16 (@scion/workbench)
0.0.0-beta.16 (2019-02-21)
Features
0.0.0-beta.15 (@scion/workbench)
0.0.0-beta.15 (2019-01-31)
Bug Fixes
0.0.0-beta.14 (@scion/workbench)
0.0.0-beta.14 (2019-01-31)
Bug Fixes
- declare
workbench-application.coreas regular dependency ofworkbench-application.angular(9855241)
0.0.0-beta.13 (@scion/workbench)
0.0.0-beta.13 (2019-01-30)
Bug Fixes
- compute native scrollbar track size correctly even if not displayed at application startup (e12718c), closes #87
- do not enter minimize mode when closing views quickly in maximize mode (375dace), closes #24
- reduce the number of 'mousemove' events dispatched between application windows (44c40f4), closes #86
- stretch content of
<sci-viewport>if it overflows horizontally (31d23d4), closes #77 - use an overlay to render view drop regions to not flicker while dragging views (c738a1a), closes #79
Features
- allow giving CSS classes to workbench elements to have stable selectors available in e2e tests (c985816), closes #78
- allow to display a component in a popup (eeb2390), closes #76
- contribute 'Workbench Application Platform' to allow integrating content from multiple web applications (84e1f08), closes #80
BREAKING CHANGES
-
Properties of
ActivityandWbActivityDirectiveto set the activity label and CSS class(es) have changed as follows:- label => itemText
- cssClass => itemCssClass
-
CSS display property of
<sci-viewport>flex container has changed fromflex(column nowrap) togrid(one column).To migrate:
- if having a single content child which stretches vertically by using
flex: auto, remove that property - if having multiple content children with
flex: none, wrap them inside a separate flex-container
- if having a single content child which stretches vertically by using
0.0.0-beta.9 (@scion/workbench)
0.0.0-beta.9 (2018-08-23)
Bug Fixes
- upgrade dependencies to fix potential security vulnerability in
[email protected](43d70ff)
Features
- use momentum-based scrolling to continue to scroll after finishing the scroll gesture (4a2f085)