0.0.0-beta.20 (@scion/workbench)
danielwiehl
released this
07 Sep 08:37
·
607 commits
to master
since this release
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