Skip to content

Commit

Permalink
release(workbench): v16.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcarrian authored and danielwiehl committed Nov 8, 2023
1 parent 54095b3 commit 056bcde
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG_WORKBENCH.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [16.0.0-beta.10](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/16.0.0-beta.9...16.0.0-beta.10) (2023-11-08)


### Bug Fixes

* **workbench:** show splash if instructed by the capability, but only if not navigating to the same capability ([54095b3](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/54095b3703ae36ab56479dbe4870fa890205985c))
* **workbench:** do not render divider preceding tab dragged out of its tabbar ([390178a](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/390178a5629fee2ef5be9da81a6609f45fd914e6))



# [16.0.0-beta.9](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/16.0.0-beta.8...16.0.0-beta.9) (2023-10-31)


Expand Down
9 changes: 4 additions & 5 deletions CHANGELOG_WORKBENCH_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# [16.0.0-beta.9](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/16.0.0-beta.8...16.0.0-beta.9) (2023-10-31)
# [16.0.0-beta.10](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/16.0.0-beta.9...16.0.0-beta.10) (2023-11-08)


### Features
### Bug Fixes

* **workbench:** enable microfrontend to display a splash until loaded ([7a79065](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/7a79065543da636b545672fd01cfeceb2fbab323))
* **workbench:** enable customizing minimum tab width ([4052128](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/40521282642f3164941b1849cf9f92f49561678f))
* **workbench:** propagate color scheme to embedded content ([276fcf3](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/276fcf3bc922951920379111319d3c50e655de4f))
* **workbench:** show splash if instructed by the capability, but only if not navigating to the same capability ([54095b3](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/54095b3703ae36ab56479dbe4870fa890205985c))
* **workbench:** do not render divider preceding tab dragged out of its tabbar ([390178a](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/390178a5629fee2ef5be9da81a6609f45fd914e6))



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


# [16.0.0-beta.10](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/16.0.0-beta.9...16.0.0-beta.10) (2023-11-08)


### Bug Fixes

* **workbench:** show splash if instructed by the capability, but only if not navigating to the same capability ([54095b3](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/54095b3703ae36ab56479dbe4870fa890205985c))
* **workbench:** do not render divider preceding tab dragged out of its tabbar ([390178a](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/390178a5629fee2ef5be9da81a6609f45fd914e6))



# [16.0.0-beta.9](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/16.0.0-beta.8...16.0.0-beta.9) (2023-10-31)


Expand Down
4 changes: 2 additions & 2 deletions projects/scion/workbench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scion/workbench",
"version": "16.0.0-beta.9",
"version": "16.0.0-beta.10",
"description": "SCION Workbench enables the creation of Angular web applications that require a flexible layout to arrange content side-by-side or stacked, all personalizable by the user via drag & drop.",
"license": "EPL-2.0",
"private": false,
Expand Down Expand Up @@ -31,7 +31,7 @@
"@angular/router": "^16.0.0",
"@scion/components": "^16.2.0",
"@scion/toolkit": "^1.4.0",
"@scion/microfrontend-platform": "^1.2.0",
"@scion/microfrontend-platform": "^1.2.1",
"@scion/workbench-client": "^1.0.0-beta.20",
"rxjs": "^7.8.0"
},
Expand Down

0 comments on commit 056bcde

Please sign in to comment.