Skip to content

19.0.0-beta.1 (@scion/workbench)

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 10:34

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:

  • workbench: Removing deprecated workbench modules introduced the following breaking changes.

    The following APIs have been removed:

    • WorkbenchModule.forRoot => register SCION Workbench providers using provideWorkbench function and import standalone components and directives instead;
    • WorkbenchModule.forChild => no replacement; import standalone workbench components and directives instead;
    • WorkbenchTestingModule.forTest => no replacement; use provideWorkbench instead;
    • provideWorkbenchForTest => no replacement; use provideWorkbench instead;