Skip to content

Commit

Permalink
release(workbench): v11.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwiehl authored and Marcarrian committed Dec 22, 2020
1 parent 579845b commit 5d972be
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
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.2](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/11.0.0-beta.1...11.0.0-beta.2) (2020-12-22)


### Features

* **workbench-client:** provide core workbench API to microfrontends ([55fabc3](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/55fabc37867b4891fb58dd73647c2acb1135d49a))


### BREAKING CHANGES

* **workbench-client:** Workbench Microfrontend support introduced the following breaking changes:

- The workbench component is no longer positioned absolutely but in the normal document flow. To migrate, add the workbench component to your CSS layout and make sure it fills the remaining space vertically and horizontally.
- Renamed the workbench config from `WorkbenchConfig` to `WorkbenchModuleConfig`.
- Removed the e2e-testing related CSS classes `e2e-active` and `e2e-dirty`; to migrate, replace them with `active` and `dirty`.
- Renamed flag to set popup closing strategy from `onGridLayoutChange` to `onLayoutChange`



# [11.0.0-beta.1](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/0.0.0-beta.35...11.0.0-beta.1) (2020-11-17)


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.2](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/11.0.0-beta.1...11.0.0-beta.2) (2020-12-22)


### Features

* **workbench-client:** provide core workbench API to microfrontends ([55fabc3](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/55fabc37867b4891fb58dd73647c2acb1135d49a))


### BREAKING CHANGES

* **workbench-client:** Workbench Microfrontend support introduced the following breaking changes:

- The workbench component is no longer positioned absolutely but in the normal document flow. To migrate, add the workbench component to your CSS layout and make sure it fills the remaining space vertically and horizontally.
- Renamed the workbench config from `WorkbenchConfig` to `WorkbenchModuleConfig`.
- Removed the e2e-testing related CSS classes `e2e-active` and `e2e-dirty`; to migrate, replace them with `active` and `dirty`.
- Renamed flag to set popup closing strategy from `onGridLayoutChange` to `onLayoutChange`



# [11.0.0-beta.1](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/0.0.0-beta.35...11.0.0-beta.1) (2020-11-17)


Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "11.0.0-beta.2",
"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 Down

0 comments on commit 5d972be

Please sign in to comment.