Releases: SchweizerischeBundesbahnen/scion-workbench
Releases · SchweizerischeBundesbahnen/scion-workbench
0.0.0-beta.23 (@scion/workbench)
0.0.0-beta.23 (2019-06-12)
Bug Fixes
Features
BREAKING CHANGES
- SCION Workbench no longer supports Angular 6 and Angular 7. Migrate your project to run with Angular 8.
See Angular Update Guide for detailed instructions on how to upgrade to a newer Angular version. - removed WorkbenchRouter.resolve: use
Router.navigate
and setcloseIfPresent
inWbNavigationExtras
- removed WbNavigationExtras.tryActivateView: use
WbNavigationExtras.activateIfPresent
instead
0.0.0-beta.22 (@scion/workbench)
0.0.0-beta.22 (2019-05-08)
Bug Fixes
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
ApplicationConfigLoader
withPlatformConfigLoader
to load a remote configuration for the workbench application platform.To migrate (if loading platform config via config loader):
- change your loader to implement
PlatformConfigLoader
instead ofApplicationConfigLoader
- register your loader in
WorkbenchApplicationPlatformModule.forRoot(...)
config viaplatformConfigLoader
instead ofapplicationConfigLoader
property - change your config json to return a
PlatformConfig
object instead of an array ofApplicationConfig
objects
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
useTimer
because 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.core
as regular dependency ofworkbench-application.angular
(9855241)