Skip to content

Commit

Permalink
release(workbench): v11.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwiehl authored and simoneggler committed Apr 13, 2021
1 parent 186c58b commit e67a944
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 8 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG_WORKBENCH.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [11.0.0-beta.7](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/11.0.0-beta.6...11.0.0-beta.7) (2021-04-13)


### Features

* **workbench/core:** allow getting a reference to a workbench view ([934ec66](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/934ec668828627a4f25c3fabe28bd4b86e532f6b))
* **workbench/popup:** allow registering providers for dependency injection ([c2cec23](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/c2cec233dda5773a0d7de181c63fcaf4b7a35305))
* **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.



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


Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG_WORKBENCH_CLIENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
### 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.
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.
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.



Expand Down
4 changes: 2 additions & 2 deletions docs/site/changelog-workbench-client/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
### 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.
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.
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.



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


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


### Features

* **workbench/core:** allow getting a reference to a workbench view ([934ec66](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/934ec668828627a4f25c3fabe28bd4b86e532f6b))
* **workbench/popup:** allow registering providers for dependency injection ([c2cec23](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/c2cec233dda5773a0d7de181c63fcaf4b7a35305))
* **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.



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


Expand Down
8 changes: 4 additions & 4 deletions projects/scion/workbench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scion/workbench",
"version": "11.0.0-beta.6",
"version": "11.0.0-beta.7",
"description": "SCION Workbench provides a workbench layout for Angular applications useful for applications with non-linear workflows where users want to flexibly view and edit content in parallel.",
"license": "EPL-2.0",
"private": false,
Expand All @@ -24,9 +24,9 @@
"@angular/animations": "^11.0.0-rc.0 || ^11.0.0",
"@angular/forms": "^11.0.0-rc.0 || ^11.0.0",
"@angular/router": "^11.0.0-rc.0 || ^11.0.0",
"@scion/toolkit": ">=11.0.0-beta.7",
"@scion/microfrontend-platform": ">=1.0.0-beta.11",
"@scion/workbench-client": ">=1.0.0-beta.5",
"@scion/toolkit": ">=11.0.0-beta.10",
"@scion/microfrontend-platform": ">=1.0.0-beta.13",
"@scion/workbench-client": ">=1.0.0-beta.6",
"rxjs": "^6.0.0"
},
"keywords": [
Expand Down

0 comments on commit e67a944

Please sign in to comment.