0.0.0-beta.23 (@scion/workbench)
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 setcloseIfPresent
inWbNavigationExtras
- removed WbNavigationExtras.tryActivateView: use
WbNavigationExtras.activateIfPresent
instead