Skip to content

11.0.0-beta.7 (@scion/workbench)

Compare
Choose a tag to compare
@danielwiehl danielwiehl released this 07 Sep 08:55
· 464 commits to master since this release

11.0.0-beta.7 (2021-04-13)

Features

  • workbench/core: allow getting a reference to a workbench view (934ec66)
  • workbench/popup: allow registering providers for dependency injection (c2cec23)
  • workbench/popup: allow the host app to provide popup capabilities (a4e74b1), closes #270

BREAKING CHANGES

  • workbench/popup: Adding support for opening a popup of the host app from within a microfrontend introduced a breaking change in the host/client
    communication protocol.

    The communication protocol between host and client HAS CHANGED for opening a popup. You need to update host and clients to the new version simultaneously. The API has not changed; the breaking change applies only to the version of @scion/workbench and @scion/workbench-client. To migrate, upgrade to @scion/[email protected] and @scion/[email protected], respectively.