From d921d4e83bfde2e3c6332900f88b5fc098101d41 Mon Sep 17 00:00:00 2001 From: Daniel Wiehl Date: Fri, 15 Mar 2019 15:35:25 +0100 Subject: [PATCH] release: version 0.0.0-beta.18 --- package-lock.json | 2 +- package.json | 2 +- projects/app/common/package.json | 8 ++++---- projects/scion/dimension/package.json | 2 +- projects/scion/mouse-dispatcher/package.json | 2 +- projects/scion/viewport/package.json | 4 ++-- .../package.json | 2 +- .../package.json | 6 +++--- .../package.json | 4 ++-- .../workbench-application.core/package.json | 6 +++--- projects/scion/workbench/package.json | 8 ++++---- resources/site/changelog.md | 20 +++++++++++++++++++ 12 files changed, 43 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2529875c..7e21c10f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scion", - "version": "0.0.0-beta.15", + "version": "0.0.0-beta.18", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9019146d4..b811c3db5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scion", - "version": "0.0.0-beta.17", + "version": "0.0.0-beta.18", "description": "SCION Workbench helps to build multi-view web applications and integrates separate micro frontends into a consistent rich web application.", "license": "EPL-2.0", "homepage": "https://github.com/SchweizerischeBundesbahnen/scion-workbench", diff --git a/projects/app/common/package.json b/projects/app/common/package.json index 52cddb39a..d2f16aa5c 100644 --- a/projects/app/common/package.json +++ b/projects/app/common/package.json @@ -1,6 +1,6 @@ { "name": "@scion/app/common", - "version": "0.0.0-beta.17", + "version": "0.0.0-beta.18", "description": "Contains a collection of UI components, styles and services used by E2E application.", "license": "EPL-2.0", "private": true, @@ -21,9 +21,9 @@ "@angular/common": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", "@angular/core": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", "@angular/cdk": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", - "@scion/viewport": "0.0.0-beta.17", - "@scion/dimension": "0.0.0-beta.17", - "@scion/workbench-application-platform.api": "0.0.0-beta.17", + "@scion/viewport": "0.0.0-beta.18", + "@scion/dimension": "0.0.0-beta.18", + "@scion/workbench-application-platform.api": "0.0.0-beta.18", "rxjs": "^6.0.0" }, "keywords": [ diff --git a/projects/scion/dimension/package.json b/projects/scion/dimension/package.json index 930804c72..d6059a399 100644 --- a/projects/scion/dimension/package.json +++ b/projects/scion/dimension/package.json @@ -1,6 +1,6 @@ { "name": "@scion/dimension", - "version": "0.0.0-beta.17", + "version": "0.0.0-beta.18", "description": "Allows observing changes to host element's size.", "license": "EPL-2.0", "private": false, diff --git a/projects/scion/mouse-dispatcher/package.json b/projects/scion/mouse-dispatcher/package.json index b4d710218..e5f1f27c5 100644 --- a/projects/scion/mouse-dispatcher/package.json +++ b/projects/scion/mouse-dispatcher/package.json @@ -1,6 +1,6 @@ { "name": "@scion/mouse-dispatcher", - "version": "0.0.0-beta.17", + "version": "0.0.0-beta.18", "description": "Dispatches mouse events between the application window and another cross-origin window.", "license": "EPL-2.0", "private": false, diff --git a/projects/scion/viewport/package.json b/projects/scion/viewport/package.json index 0f1bb09e9..ee98d6ed6 100644 --- a/projects/scion/viewport/package.json +++ b/projects/scion/viewport/package.json @@ -1,6 +1,6 @@ { "name": "@scion/viewport", - "version": "0.0.0-beta.17", + "version": "0.0.0-beta.18", "description": "Provides a viewport component with scrollbars that sit on top of the viewport client.", "license": "EPL-2.0", "private": false, @@ -21,7 +21,7 @@ "@angular/common": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", "@angular/core": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", "@angular/cdk": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", - "@scion/dimension": "0.0.0-beta.17", + "@scion/dimension": "0.0.0-beta.18", "rxjs": "^6.0.0" }, "keywords": [ diff --git a/projects/scion/workbench-application-platform.api/package.json b/projects/scion/workbench-application-platform.api/package.json index 4b270bb06..7f129c65c 100644 --- a/projects/scion/workbench-application-platform.api/package.json +++ b/projects/scion/workbench-application-platform.api/package.json @@ -1,6 +1,6 @@ { "name": "@scion/workbench-application-platform.api", - "version": "0.0.0-beta.17", + "version": "0.0.0-beta.18", "description": "SCION Workbench Application Platform is an extension of SCION Workbench to integrate content from multiple web applications in a coherent way, thus enabling a micro frontend architecture for allowing different front-end frameworks to co-exist and independent delivery.\n\nThe platform provides the mechanics for client-side web application integration. Any web application can be integrated. If the site does not interact with the platform, there is no need for adaptation. For a deeper integration, the platform provides a framework-agnostic guest API.\n\nThis package contains data transfer objects to pass data between the platform and the application.", "license": "EPL-2.0", "private": false, diff --git a/projects/scion/workbench-application-platform/package.json b/projects/scion/workbench-application-platform/package.json index 5125f5c8c..de2cc2e91 100644 --- a/projects/scion/workbench-application-platform/package.json +++ b/projects/scion/workbench-application-platform/package.json @@ -1,6 +1,6 @@ { "name": "@scion/workbench-application-platform", - "version": "0.0.0-beta.17", + "version": "0.0.0-beta.18", "description": "SCION Workbench Application Platform is an extension of SCION Workbench to integrate content from multiple web applications in a coherent way, thus enabling a micro frontend architecture for allowing different front-end frameworks to co-exist and independent delivery.\n\nThe platform provides the mechanics for client-side web application integration. Any web application can be integrated. If the site does not interact with the platform, there is no need for adaptation. For a deeper integration, the platform provides a framework-agnostic guest API.", "license": "EPL-2.0", "private": false, @@ -17,14 +17,14 @@ }, "dependencies": { "js-sha256": "0.9.0", - "@scion/workbench-application-platform.api": "0.0.0-beta.17" + "@scion/workbench-application-platform.api": "0.0.0-beta.18" }, "peerDependencies": { "@angular/common": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", "@angular/core": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", "@angular/cdk": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", "@angular/router": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", - "@scion/workbench": "0.0.0-beta.17", + "@scion/workbench": "0.0.0-beta.18", "rxjs": "^6.0.0" }, "keywords": [ diff --git a/projects/scion/workbench-application.angular/package.json b/projects/scion/workbench-application.angular/package.json index f88c0ad24..942608cc6 100644 --- a/projects/scion/workbench-application.angular/package.json +++ b/projects/scion/workbench-application.angular/package.json @@ -1,6 +1,6 @@ { "name": "@scion/workbench-application.angular", - "version": "0.0.0-beta.17", + "version": "0.0.0-beta.18", "description": "SCION Workbench Application Platform is an extension of SCION Workbench to integrate content from multiple web applications in a coherent way, thus enabling a micro frontend architecture for allowing different front-end frameworks to co-exist and independent delivery.\n\nThe platform provides the mechanics for client-side web application integration. Any web application can be integrated. If the site does not interact with the platform, there is no need for adaptation. For a deeper integration, the platform provides a framework-agnostic guest API.\n\nThis package allows an Angular application to interact with SCION Workbench Application Platform.", "license": "EPL-2.0", "private": false, @@ -16,7 +16,7 @@ "url": "https://github.com/SchweizerischeBundesbahnen/scion-workbench" }, "dependencies": { - "@scion/workbench-application.core": "0.0.0-beta.17" + "@scion/workbench-application.core": "0.0.0-beta.18" }, "peerDependencies": { "@angular/common": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", diff --git a/projects/scion/workbench-application.core/package.json b/projects/scion/workbench-application.core/package.json index 46ec8d7ad..dd0aaaee6 100644 --- a/projects/scion/workbench-application.core/package.json +++ b/projects/scion/workbench-application.core/package.json @@ -1,6 +1,6 @@ { "name": "@scion/workbench-application.core", - "version": "0.0.0-beta.17", + "version": "0.0.0-beta.18", "description": "SCION Workbench Application Platform is an extension of SCION Workbench to integrate content from multiple web applications in a coherent way, thus enabling a micro frontend architecture for allowing different front-end frameworks to co-exist and independent delivery.\n\nThe platform provides the mechanics for client-side web application integration. Any web application can be integrated. If the site does not interact with the platform, there is no need for adaptation. For a deeper integration, the platform provides a framework-agnostic guest API.\n\nThis package allows an application to interact with SCION Workbench Application Platform. It is written in pure TypeScript.", "license": "EPL-2.0", "private": false, @@ -16,8 +16,8 @@ "url": "https://github.com/SchweizerischeBundesbahnen/scion-workbench" }, "dependencies": { - "@scion/mouse-dispatcher": "0.0.0-beta.17", - "@scion/workbench-application-platform.api": "0.0.0-beta.17" + "@scion/mouse-dispatcher": "0.0.0-beta.18", + "@scion/workbench-application-platform.api": "0.0.0-beta.18" }, "peerDependencies": { "rxjs": "^6.0.0" diff --git a/projects/scion/workbench/package.json b/projects/scion/workbench/package.json index 3f4828eb3..0f461b427 100644 --- a/projects/scion/workbench/package.json +++ b/projects/scion/workbench/package.json @@ -1,6 +1,6 @@ { "name": "@scion/workbench", - "version": "0.0.0-beta.17", + "version": "0.0.0-beta.18", "description": "SCION Workbench provides a lightweight application frame and helps to build multi-view web applications. Views are shown within tabs which can be flexibly arranged and dragged around by the user.", "license": "EPL-2.0", "private": false, @@ -16,7 +16,7 @@ "url": "https://github.com/SchweizerischeBundesbahnen/scion-workbench" }, "dependencies": { - "@scion/mouse-dispatcher": "0.0.0-beta.17" + "@scion/mouse-dispatcher": "0.0.0-beta.18" }, "peerDependencies": { "@angular/common": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", @@ -25,8 +25,8 @@ "@angular/animations": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", "@angular/forms": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", "@angular/router": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", - "@scion/dimension": "0.0.0-beta.17", - "@scion/viewport": "0.0.0-beta.17", + "@scion/dimension": "0.0.0-beta.18", + "@scion/viewport": "0.0.0-beta.18", "rxjs": "^6.0.0" }, "keywords": [ diff --git a/resources/site/changelog.md b/resources/site/changelog.md index 3b9fe0d8f..e38f117a1 100644 --- a/resources/site/changelog.md +++ b/resources/site/changelog.md @@ -5,6 +5,26 @@ # Changelog +# [0.0.0-beta.18](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/0.0.0-beta.17...0.0.0-beta.18) (2019-03-15) + + +### Bug Fixes + +* allow using `sciDimension` directive in 'OnPush' change detection context ([cc15561](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/cc15561)), closes [#106](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/106) + + +### Features + +* allow adding actions to the viewpart action bar ([0b31ca3](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/0b31ca3)), closes [#104](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/104) +* allow scheduling tasks in micro or macro task queue ([58c643b](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/58c643b)) +* allow showing an entry page when no view is showing ([cd674d5](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/cd674d5)), closes [#105](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/105) +* hide activity part if no activities are registered ([3d4d92e](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/3d4d92e)), closes [#107](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/107) + + +### BREAKING CHANGES + +* Removed input property `useTimer` because no longer required as now working in the context of 'OnPush' change detection context. + # [0.0.0-beta.17](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/0.0.0-beta.16...0.0.0-beta.17) (2019-02-25)