From 44c7669e8af2cdc286cabdafaba5100276fe4cc4 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 13 Feb 2019 16:49:40 +0000 Subject: [PATCH 1/5] update version to 3.0.0 --- demo-shell/package.json | 2 +- lib/content-services/package.json | 6 +++--- lib/core/package.json | 4 ++-- lib/extensions/package.json | 4 ++-- lib/insights/package.json | 8 ++++---- lib/process-services-cloud/package.json | 6 +++--- lib/process-services/package.json | 8 ++++---- package.json | 16 ++++++++-------- 8 files changed, 27 insertions(+), 27 deletions(-) diff --git a/demo-shell/package.json b/demo-shell/package.json index f5f11d076e..b593782ea4 100644 --- a/demo-shell/package.json +++ b/demo-shell/package.json @@ -1,7 +1,7 @@ { "name": "Alfresco-ADF-Angular-Demo", "description": "Demo shell for Alfresco Angular components", - "version": "3.0.0-beta1", + "version": "3.0.0", "author": "Alfresco Software, Ltd.", "repository": { "type": "git", diff --git a/lib/content-services/package.json b/lib/content-services/package.json index 617a38d241..c1f64ca600 100644 --- a/lib/content-services/package.json +++ b/lib/content-services/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-content-services", "description": "Alfresco ADF content services", - "version": "2.7.0-beta5", + "version": "3.0.0", "author": "Alfresco Software, Ltd.", "main": "bundles/adf-content-services.js", "repository": { @@ -25,9 +25,9 @@ "@angular/platform-browser": ">=7.0.3", "@angular/platform-browser-dynamic": ">=7.0.3", "@angular/router": ">=7.0.3", - "@alfresco/js-api": "3.0.0-delta18", + "@alfresco/js-api": "3.0.0", "rxjs": ">=6.2.2", - "@alfresco/adf-core": ">=2.7.0-beta5", + "@alfresco/adf-core": "3.0.0", "@ngx-translate/core": ">=11.0.0", "hammerjs": ">=2.0.8", "moment": ">=2.22.2", diff --git a/lib/core/package.json b/lib/core/package.json index 07b1201fc7..5f77a2e67f 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-core", "description": "Alfresco ADF core", - "version": "2.7.0-beta5", + "version": "3.0.0", "author": "Alfresco Software, Ltd.", "main": "bundles/adf-core.js", "repository": { @@ -27,7 +27,7 @@ "@angular/router": ">=7.0.3", "@mat-datetimepicker/core": ">=2.0.1", "@mat-datetimepicker/moment": ">=2.0.1", - "@alfresco/js-api": "3.0.0-delta18", + "@alfresco/js-api": "3.0.0", "rxjs": ">=6.2.2", "@ngx-translate/core": ">=11.0.0", "core-js": ">=2.5.4", diff --git a/lib/extensions/package.json b/lib/extensions/package.json index 2ed7da8340..42386f7d42 100644 --- a/lib/extensions/package.json +++ b/lib/extensions/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-extensions", "description": "Provides extensibility support for ADF applications.", - "version": "2.7.0-beta5", + "version": "3.0.0", "license": "Apache-2.0", "author": "Alfresco Software, Ltd.", "main": "bundles/adf-extensions.js", @@ -16,6 +16,6 @@ "@angular/common": "^6.0.0", "@angular/core": "^6.0.0", "@angular/http": "^6.1.4", - "@alfresco/js-api": "3.0.0-delta18" + "@alfresco/js-api": "3.0.0" } } diff --git a/lib/insights/package.json b/lib/insights/package.json index aca24cf69f..4717d8ac06 100644 --- a/lib/insights/package.json +++ b/lib/insights/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-insights", "description": "Alfresco ADF insights", - "version": "2.7.0-beta5", + "version": "3.0.0", "author": "Alfresco Software, Ltd.", "main": "bundles/adf-insights.js", "repository": { @@ -25,10 +25,10 @@ "@angular/platform-browser": ">=7.0.3", "@angular/platform-browser-dynamic": ">=7.0.3", "@angular/router": ">=7.0.3", - "@alfresco/js-api": "3.0.0-delta18", + "@alfresco/js-api": "3.0.0", "rxjs": ">=6.2.2", - "@alfresco/adf-core": ">=2.7.0-beta5", - "@alfresco/adf-content-services": ">=2.7.0-beta5", + "@alfresco/adf-core": "3.0.0", + "@alfresco/adf-content-services": "3.0.0", "@ngx-translate/core": ">=11.0.0", "chart.js": ">=2.5.0", "core-js": ">=2.5.4", diff --git a/lib/process-services-cloud/package.json b/lib/process-services-cloud/package.json index 86f296b7e9..2989b652dd 100644 --- a/lib/process-services-cloud/package.json +++ b/lib/process-services-cloud/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-process-services-cloud", "description": "Alfresco ADF process services cloud", - "version": "2.7.0-beta5", + "version": "3.0.0", "author": "Alfresco Software, Ltd.", "main": "bundles/adf-process-services-cloud.js", "repository": { @@ -25,9 +25,9 @@ "@angular/platform-browser": ">=7.0.3", "@angular/platform-browser-dynamic": ">=7.0.3", "@angular/router": ">=7.0.3", - "@alfresco/js-api": "3.0.0-delta18", + "@alfresco/js-api": "3.0.0", "rxjs": ">=6.2.2", - "@alfresco/adf-core": ">=2.7.0-beta5", + "@alfresco/adf-core": "3.0.0", "@ngx-translate/core": ">=11.0.0", "hammerjs": ">=2.0.8", "moment": ">=2.22.2", diff --git a/lib/process-services/package.json b/lib/process-services/package.json index 3f61370ddd..02ae6d1e47 100644 --- a/lib/process-services/package.json +++ b/lib/process-services/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-process-services", "description": "Alfresco ADF process services", - "version": "2.7.0-beta5", + "version": "3.0.0", "author": "Alfresco Software, Ltd.", "main": "bundles/adf-process-services.js", "repository": { @@ -25,10 +25,10 @@ "@angular/platform-browser": ">=7.0.3", "@angular/platform-browser-dynamic": ">=7.0.3", "@angular/router": ">=7.0.3", - "@alfresco/js-api": "3.0.0-delta18", + "@alfresco/js-api": "3.0.0", "rxjs": ">=6.2.2", - "@alfresco/adf-core": ">=2.7.0-beta5", - "@alfresco/adf-content-services": ">=2.7.0-beta5", + "@alfresco/adf-core": "3.0.0", + "@alfresco/adf-content-services": "3.0.0", "@ngx-translate/core": ">=11.0.0", "core-js": ">=2.5.4", "hammerjs": ">=2.0.8", diff --git a/package.json b/package.json index 1f2fc04226..9c62bbf02e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alfresco-components", "description": "Alfresco Angular components", - "version": "2.7.0-beta5", + "version": "3.0.0", "author": "Alfresco Software, Ltd.", "main": "./index.js", "scripts": { @@ -55,13 +55,13 @@ "process services-cloud" ], "dependencies": { - "@alfresco/adf-content-services": "3.0.0-1c25b50b1a15635da1689fdb9f38449a5714630b", - "@alfresco/adf-core": "3.0.0-1c25b50b1a15635da1689fdb9f38449a5714630b", - "@alfresco/adf-extensions": "3.0.0-1c25b50b1a15635da1689fdb9f38449a5714630b", - "@alfresco/adf-insights": "3.0.0-1c25b50b1a15635da1689fdb9f38449a5714630b", - "@alfresco/adf-process-services": "3.0.0-1c25b50b1a15635da1689fdb9f38449a5714630b", - "@alfresco/adf-process-services-cloud": "3.0.0-1c25b50b1a15635da1689fdb9f38449a5714630b", - "@alfresco/js-api": "^3.0.0-d7850f421268e21861e2cd219441b7343efd27ba", + "@alfresco/adf-content-services": "3.0.0", + "@alfresco/adf-core": "3.0.0", + "@alfresco/adf-extensions": "3.0.0", + "@alfresco/adf-insights": "3.0.0", + "@alfresco/adf-process-services": "3.0.0", + "@alfresco/adf-process-services-cloud": "3.0.0", + "@alfresco/js-api": "3.0.0", "@angular/animations": "7.0.3", "@angular/cdk": "7.0.3", "@angular/common": "7.0.3", From d2b6bcf942b22f4591e28dcd56ed571a8e2ee43c Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 13 Feb 2019 17:55:12 +0000 Subject: [PATCH 2/5] remove for release --- package.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/package.json b/package.json index 9c62bbf02e..cc56c300af 100644 --- a/package.json +++ b/package.json @@ -55,12 +55,6 @@ "process services-cloud" ], "dependencies": { - "@alfresco/adf-content-services": "3.0.0", - "@alfresco/adf-core": "3.0.0", - "@alfresco/adf-extensions": "3.0.0", - "@alfresco/adf-insights": "3.0.0", - "@alfresco/adf-process-services": "3.0.0", - "@alfresco/adf-process-services-cloud": "3.0.0", "@alfresco/js-api": "3.0.0", "@angular/animations": "7.0.3", "@angular/cdk": "7.0.3", From 20f60d45e9d5a965f954462256767bb14b096de2 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 13 Feb 2019 19:16:05 +0000 Subject: [PATCH 3/5] restore packages after release --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index cc56c300af..9c62bbf02e 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,12 @@ "process services-cloud" ], "dependencies": { + "@alfresco/adf-content-services": "3.0.0", + "@alfresco/adf-core": "3.0.0", + "@alfresco/adf-extensions": "3.0.0", + "@alfresco/adf-insights": "3.0.0", + "@alfresco/adf-process-services": "3.0.0", + "@alfresco/adf-process-services-cloud": "3.0.0", "@alfresco/js-api": "3.0.0", "@angular/animations": "7.0.3", "@angular/cdk": "7.0.3", From a5348ddeaa1d3a7d3b9a8c008543acd66986c657 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 13 Feb 2019 21:13:41 +0000 Subject: [PATCH 4/5] Update RelNote300.md --- docs/release-notes/RelNote300.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/release-notes/RelNote300.md b/docs/release-notes/RelNote300.md index bb5d548d69..c83653af15 100644 --- a/docs/release-notes/RelNote300.md +++ b/docs/release-notes/RelNote300.md @@ -22,7 +22,7 @@ If you want to be updated on the [ADF roadmap](../roadmap.md), check the public - [JS-API in Typescript](#js-api-in-typescript) - [Angular 7](#angular-7) - [Deprecation removal](#deprecation-removal) - - [Activiti 7 and APS 2 support](#activiti-7-and-aps-2-support-experimental) + - [Activiti 7 support](#activiti-7-support-experimental) - [Icon Component](#icon-component) - [Localization](#localization) - [References](#references) @@ -44,9 +44,9 @@ If you want to be updated on the [ADF roadmap](../roadmap.md), check the public ## Goals for this release -This is a major release of the Alfresco Application Development Framework, developed to speed up the applications in production environments, thanks to a porting of the [JS-API](https://github.com/Alfresco/alfresco-js-api) to Typescript. All the benefits of [Extensibility](../user-guide/app-extensions.md), initially introduced in [Alfresco Content Application (ACA)](https://github.com/Alfresco/alfresco-content-app) and the Alfresco Digital Workspace (ADW), are now available at the framework level and more enhancements are planned to be introduced in the following releases. +This is a major release of the Alfresco Application Development Framework, developed to speed up the applications running in production environments, thanks to a porting of the [JS-API](https://github.com/Alfresco/alfresco-js-api) to Typescript. All the benefits of [Extensibility](../user-guide/app-extensions.md), initially introduced in [Alfresco Content Application (ACA)](https://github.com/Alfresco/alfresco-content-app) and the Alfresco Digital Workspace (ADW), are now available at the framework level and more enhancements are planned to be introduced in the following releases. -This new major version of ADF has been updated to the latest and greatest [Angular 7](https://angular.io/), together with a first iteration on supporting [Activiti 7](https://www.activiti.org/) and the next generation of Alfresco BPM Engines. Also the [Yeoman App Generator](https://github.com/Alfresco/generator-ng2-alfresco-app) has been updated to let you create five small [Angular CLI](https://cli.angular.io/) based applications to help get you started: one on content only, two on process only (on the current generation of Alfresco BPM Engine and one with the new ones), two on content and process (again, using the current and next generations of the Alfresco BPM Engines). +This new major version of ADF has been updated to the latest and greatest [Angular 7](https://angular.io/), together with a first iteration of support for [Activiti 7](https://www.activiti.org/), the next generation Cloud Native implementation of Activiti. Also the [Yeoman App Generator](https://github.com/Alfresco/generator-ng2-alfresco-app) has been updated to let you create five small [Angular CLI](https://cli.angular.io/) based applications to help get you started: one on content only, two on process only (using APS 1.6.4 or higher or using Activiti 7), two on content and process. Please report issues with this release in the [issue tracker](https://github.com/Alfresco/alfresco-ng2-components/issues/new). You can collaborate on this release or share feedback by using the discussion tools on [Gitter](http://gitter.im/Alfresco/alfresco-ng2-components). @@ -160,11 +160,11 @@ Shows the folder and subfolders of a node as a tree view. For more information a Following the [SEMVER 2.0](https://semver.org/) strategy, ADF 3.0.0 introduces breaking changes only in major versions like this one. For this reason, all the features, components and services, marked as deprecated in ADF 2.X, have been removed. -### Activiti 7 and APS 2 support (Experimental) +### Activiti 7 support (Experimental) -From ADF 3.0.0, Alfresco is introducing support for the new generation of BPM Engines, in both the **Open Source** and **Enterprise** editions. This is a first iteration and more coverage of the services will be added in the following versions of ADF. This is the reason why this support is marked as **experimental** for this release. +From ADF 3.0.0, Alfresco is excited to announce ADF support for [Activiti 7](https://www.activiti.org/). This is a first iteration and more coverage of the services will be added in the following versions of ADF. This is the reason why this support is marked as **experimental** for this release. The next release (3.1) plans on moving from experimental to standard ADF components with more complete coverage. -This release of ADF introduces a collection of brand new components re-designed and implemented from scratch to be compliant with [Activiti 7](https://www.activiti.org/) and the new Enterprise Alfresco BPM Engine (powered by [Activiti 7](https://www.activiti.org/)). +This ADF release introduces a collection of brand new components re-designed and implemented from scratch for [Activiti 7](https://www.activiti.org/). Below is a list of all new components services and pipes added along with links to documentation and source code: From 1142f510c0915f4a75b72775576a08bcf3c98116 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 13 Feb 2019 21:14:46 +0000 Subject: [PATCH 5/5] Update RelNote300.md --- docs/release-notes/RelNote300.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/RelNote300.md b/docs/release-notes/RelNote300.md index c83653af15..74f513e3b4 100644 --- a/docs/release-notes/RelNote300.md +++ b/docs/release-notes/RelNote300.md @@ -60,7 +60,7 @@ Below are the most important new features of this release: - [Create Library Component](#create-library-component) - [Tree view component](#tree-view-component) - [Deprecation removal](#deprecation-removal) -- [Activiti 7 and APS 2 support (experimental)](#activiti-7-and-aps-2-support-experimental) +- [Activiti 7 support (experimental)](#activiti-7-support-experimental) ### Extensibility