Skip to content

18.0.0-beta.3 (@scion/workbench)

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jun 07:31
· 92 commits to master since this release

18.0.0-beta.3 (2024-06-21)

Bug Fixes

  • workbench/perspective: create default perspective if no perspective exists (7010623)
  • workbench/view: align microfrontend with view bounds when moving it to another part of the same size (e57f0d0)
  • workbench/view: do not error when initializing view in ngOnInit (1374260)
  • workbench/view: initialize microfrontend loaded into inactive view (764f89e)

Features

  • workbench/perspective: activate first view of each part if not specified (161d05d)
  • workbench/perspective: enable micro app to contribute perspective (f20f607), closes #449
  • workbench/view: display "Not Found" page if microfrontend is not available (93be385)

BREAKING CHANGES

  • workbench/perspective: The return type of the function to select the initial perspective has changed. To migrate, return the perspective id instead of the perspective instance.
  • workbench: SCION Workbench requires @scion/microfrontend-platform version 1.3.0 or later.
  • workbench: SCION Workbench requires @scion/workbench-client version 1.0.0-beta.24 or later.