19.0.0-beta.1 (2024-12-13)
Dependencies
- workbench: update @scion/workbench to Angular 19 (e3f358f)
Chore
- workbench: remove deprecated workbench modules (df3eb4e)
BREAKING CHANGES
-
workbench: Updating
@scion/workbench
to Angular 19 introduced a breaking change.To migrate:
- Update your application to Angular 19; for detailed migration instructions, refer to https://v19.angular.dev/update-guide;
-
workbench: Removing deprecated workbench modules introduced the following breaking changes.
The following APIs have been removed:
WorkbenchModule.forRoot
=> register SCION Workbench providers usingprovideWorkbench
function and import standalone components and directives instead;WorkbenchModule.forChild
=> no replacement; import standalone workbench components and directives instead;WorkbenchTestingModule.forTest
=> no replacement; useprovideWorkbench
instead;provideWorkbenchForTest
=> no replacement; useprovideWorkbench
instead;