-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
186c58b
commit e67a944
Showing
5 changed files
with
46 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters