Skip to content

0.0.0-beta.23 (@scion/workbench)

Compare
Choose a tag to compare
@danielwiehl danielwiehl released this 07 Sep 08:39
· 591 commits to master since this release

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 set closeIfPresent in WbNavigationExtras
  • removed WbNavigationExtras.tryActivateView: use WbNavigationExtras.activateIfPresent instead