You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/scion/workbench/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@scion/workbench",
3
-
"version": "0.0.0-beta.6",
3
+
"version": "0.0.0-beta.7",
4
4
"description": "SCION Workbench helps to build multi-view web applications and integrates separate micro frontends into a consistent rich web application. Views are shown within tabs which can be flexible arranged and dragged around by the user.",
* Fix check which ensures that `Workbench.forRoot()` is not used in a lazy context ([#5](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/5)) ([6f345fc](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/6f345fc))
14
+
* Allow to navigate relative to the current activated route ([#5](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/5)) ([d0e8211](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/d0e8211))
15
+
* Allow initial navigation to a conditionally registered activity ([#8](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/8)) ([260a4be](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/260a4be))
16
+
* Render correct actions in the activity part header ([#9](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/9)) ([589d742](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/589d742))
17
+
* Display component of currently activated activity ([#10](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/10)) ([8a7df7c](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/8a7df7c))
0 commit comments