Skip to content

Commit

Permalink
release(workbench-client): v1.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwiehl authored and Marcarrian committed Apr 13, 2021
1 parent 934ec66 commit 186c58b
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG_WORKBENCH_CLIENT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.0.0-beta.6](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/workbench-client-1.0.0-beta.5...workbench-client-1.0.0-beta.6) (2021-04-13)


### Features

* **workbench/popup:** allow the host app to provide popup capabilities ([a4e74b1](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/a4e74b1430c8cc3dc8fbc9c8de90f6f1d738dab6)), closes [#270](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/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.



# [1.0.0-beta.5](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/workbench-client-1.0.0-beta.4...workbench-client-1.0.0-beta.5) (2021-02-12)


Expand Down
17 changes: 17 additions & 0 deletions docs/site/changelog-workbench-client/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@
## [Changelog][menu-changelog] > Workbench Client (@scion/workbench-client)


# [1.0.0-beta.6](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/workbench-client-1.0.0-beta.5...workbench-client-1.0.0-beta.6) (2021-04-13)


### Features

* **workbench/popup:** allow the host app to provide popup capabilities ([a4e74b1](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/a4e74b1430c8cc3dc8fbc9c8de90f6f1d738dab6)), closes [#270](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/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.



# [1.0.0-beta.5](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/workbench-client-1.0.0-beta.4...workbench-client-1.0.0-beta.5) (2021-02-12)


Expand Down
6 changes: 3 additions & 3 deletions projects/scion/workbench-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scion/workbench-client",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "SCION Workbench Client provides core API for a web app to interact with SCION Workbench and other microfrontends. It is a pure TypeScript library based on the framework-agnostic `@scion/microfrontend-platform` library and can be used with any web stack.",
"license": "EPL-2.0",
"private": false,
Expand All @@ -19,8 +19,8 @@
},
"peerDependencies": {
"rxjs": "^6.0.0",
"@scion/toolkit": ">=11.0.0-beta.7",
"@scion/microfrontend-platform": ">= 1.0.0-beta.13"
"@scion/toolkit": ">=11.0.0-beta.10",
"@scion/microfrontend-platform": ">=1.0.0-beta.13"
},
"keywords": [
"scion",
Expand Down

0 comments on commit 186c58b

Please sign in to comment.