Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.34 KB

CHANGELOG_WORKBENCH_LATEST.md

File metadata and controls

29 lines (15 loc) · 1.34 KB

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;