22.0.0-beta.1 (@scion/workbench)
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
WorkbenchParthandle (8ce3c58) - workbench/view: remove deprecated
preloadInactiveViewsflag (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
viewIdsandactiveViewIdhave been removed fromWorkbenchParthandle.To migrate, refer to the Deprecations section in the changelog of version
20.0.0-beta.4(2025-07-15). -
workbench/view: The deprecated
preloadInactiveViewsflag has been removed. This flag was introduced in version20.0.0-beta.6to maintain compatibility with applications setting titles and headings in microfrontends. Views can continue eager loading by setting thelazyview capability property tofalse.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).