Skip to content

1.0.0-beta.6 (@scion/workbench-client)

Compare
Choose a tag to compare
@danielwiehl danielwiehl released this 07 Sep 09:38
· 465 commits to master since this release

1.0.0-beta.6 (2021-04-13)

Features

  • 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.