Skip to content

22.0.0-beta.1 (@scion/workbench)

Choose a tag to compare

@github-actions github-actions released this 17 Jun 08:28
· 6 commits to master since this release

22.0.0-beta.1 (2026-06-16)

Features

  • workbench: add support for Angular 22 (c652576)

Code Refactoring

  • workbench/notification: remove deprecated Workbench Notification API (e5f7b37)
  • workbench/popup: remove deprecated Workbench Popup API (0d63673)
  • workbench/part: remove deprecated properties from WorkbenchPart handle (8ce3c58)
  • workbench/view: remove deprecated preloadInactiveViews flag (d29f793)
  • workbench: remove deprecated view context signature (ef71fb3)

BREAKING CHANGES

  • workbench: SCION Workbench requires Angular 22.

    Note that SCION Workbench still requires @angular/animations. Removal is planned for 2026.

  • workbench/notification: Deprecated Notification API has been removed.

    To migrate, refer to the Deprecations section in the changelog of version 21.0.0-beta.1 (2025-11-27).

  • workbench/popup: Deprecated Popup API has been removed.

    To migrate, refer to the Deprecations section in the changelog of version 21.0.0-beta.1 (2025-11-27).

  • workbench/part: Deprecated properties viewIds and activeViewId have been removed from WorkbenchPart handle.

    To migrate, refer to the Deprecations section in the changelog of version 20.0.0-beta.4 (2025-07-15).

  • workbench/view: The deprecated preloadInactiveViews flag has been removed. This flag was introduced in version 20.0.0-beta.6 to maintain compatibility with applications setting titles and headings in microfrontends. Views can continue eager loading by setting the lazy view capability property to false.

    To migrate, refer to the Deprecations section in the changelog of version 20.0.0-beta.6 (2025-09-04).

  • workbench: Deprecated view context signature has been removed.

    To migrate, refer to the Deprecations section in the changelog of version 20.0.0-beta.9 (2025-11-11).