mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-16 18:13:06 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
642655dc90 | ||
|
|
9c1cf8a689 | ||
|
|
780da05d19 | ||
|
|
6262c86138 | ||
|
|
0d07ddd38a | ||
|
|
cfd78cf05f | ||
|
|
7f19990f56 |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Alfresco-ADF-Angular-Demo",
|
||||
"description": "Demo shell for Alfresco Angular components",
|
||||
"version": "3.2.0",
|
||||
"version": "3.2.1",
|
||||
"author": "Alfresco Software, Ltd.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -9,6 +9,7 @@ The first **General available** release was v2.0.0.
|
||||
|
||||
## General available
|
||||
|
||||
- [3.2.1](RelNote321.md)
|
||||
- [3.2.0](RelNote320.md)
|
||||
- [3.1.0](RelNote310.md)
|
||||
- [3.0.0](RelNote300.md)
|
||||
|
||||
@@ -0,0 +1,53 @@
|
||||
---
|
||||
Title: Release notes v3.2.1
|
||||
---
|
||||
|
||||
# Alfresco Application Development Framework (ADF) version 3.2.1 Release Note
|
||||
|
||||
These release notes provide information about the **3.2.1 release** of the Alfresco Application Development Framework.
|
||||
|
||||
This is the latest **General Available** release of the Application Development Framework, which contains the Angular components to build a Web Application on top of the Alfresco Platform.
|
||||
|
||||
The release can be found on GitHub at [this location](https://github.com/Alfresco/alfresco-ng2-components/releases/tag/3.2.1).
|
||||
|
||||
See the [ADF roadmap](../roadmap.md) for details of features planned for future
|
||||
versions of ADF.
|
||||
|
||||
## Contents
|
||||
|
||||
- [New package versions](#new-package-versions)
|
||||
- [Goals for this release](#goals-for-this-release)
|
||||
- [Fix deployment service](#fix-deployment-service)
|
||||
- [Localisation](#localisation)
|
||||
- [References](#references)
|
||||
|
||||
## New package versions
|
||||
|
||||
"@alfresco/adf-content-services" : "3.2.1"
|
||||
"@alfresco/adf-process-services" : "3.2.1"
|
||||
"@alfresco/adf-core" : "3.2.1"
|
||||
"@alfresco/adf-insights" : "3.2.1",
|
||||
"@alfresco/adf-extensions": "3.2.1"
|
||||
|
||||
## Goals for this release
|
||||
|
||||
This patch version contain a fix for a changed endpoint in Activiti 7 [Rename alfresco-deployment-service in deployment-service](https://github.com/Alfresco/alfresco-ng2-components/pull/4711/files)
|
||||
|
||||
|
||||
## Localisation
|
||||
|
||||
This release includes: French, German, Italian, Spanish, Arabic, Japanese, Dutch, Norwegian (Bokmål), Russian, Danish, Finnish, Swedish, Czech, Polish, Brazilian Portuguese and Simplified Chinese versions.
|
||||
|
||||
## References
|
||||
|
||||
Below is a brief list of references to help you start using the new release:
|
||||
|
||||
- [Getting started guides with Alfresco Application Development Framework](https://community.alfresco.com/community/application-development-framework/pages/get-started)
|
||||
- [Alfresco ADF Documentation on the Builder Network](../README.md)
|
||||
- [Gitter chat supporting Alfresco ADF](https://gitter.im/Alfresco/alfresco-ng2-components)
|
||||
- [ADF examples on GitHub](https://github.com/Alfresco/adf-examples)
|
||||
- [Official GitHub Project - alfresco-ng2-components](https://github.com/Alfresco/alfresco-ng2-components)
|
||||
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
||||
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||
|
||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@alfresco/adf-content-services",
|
||||
"description": "Alfresco ADF content services",
|
||||
"version": "3.2.0",
|
||||
"version": "3.2.1",
|
||||
"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.2.0",
|
||||
"@alfresco/js-api": "3.2.1",
|
||||
"rxjs": ">=6.2.2",
|
||||
"@alfresco/adf-core": "3.2.0",
|
||||
"@alfresco/adf-core": "3.2.1",
|
||||
"@ngx-translate/core": ">=11.0.0",
|
||||
"hammerjs": ">=2.0.8",
|
||||
"moment": ">=2.22.2",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@alfresco/adf-core",
|
||||
"description": "Alfresco ADF core",
|
||||
"version": "3.2.0",
|
||||
"version": "3.2.1",
|
||||
"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.2.0",
|
||||
"@alfresco/js-api": "3.2.1",
|
||||
"rxjs": ">=6.2.2",
|
||||
"@ngx-translate/core": ">=11.0.0",
|
||||
"core-js": ">=2.5.4",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@alfresco/adf-extensions",
|
||||
"description": "Provides extensibility support for ADF applications.",
|
||||
"version": "3.2.0",
|
||||
"version": "3.2.1",
|
||||
"license": "Apache-2.0",
|
||||
"author": "Alfresco Software, Ltd.",
|
||||
"main": "bundles/adf-extensions.js",
|
||||
@@ -16,7 +16,7 @@
|
||||
"@angular/common": ">=7.0.3",
|
||||
"@angular/core": ">=7.0.3",
|
||||
"@angular/http": ">=7.0.3",
|
||||
"@alfresco/js-api": "3.2.0"
|
||||
"@alfresco/js-api": "3.2.1"
|
||||
},
|
||||
"keywords": [
|
||||
"extensions",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@alfresco/adf-insights",
|
||||
"description": "Alfresco ADF insights",
|
||||
"version": "3.2.0",
|
||||
"version": "3.2.1",
|
||||
"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.2.0",
|
||||
"@alfresco/js-api": "3.2.1",
|
||||
"rxjs": ">=6.2.2",
|
||||
"@alfresco/adf-core": "3.2.0",
|
||||
"@alfresco/adf-content-services": "3.2.0",
|
||||
"@alfresco/adf-core": "3.2.1",
|
||||
"@alfresco/adf-content-services": "3.2.1",
|
||||
"@ngx-translate/core": ">=11.0.0",
|
||||
"chart.js": ">=2.5.0",
|
||||
"core-js": ">=2.5.4",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@alfresco/adf-process-services-cloud",
|
||||
"description": "Alfresco ADF process services cloud",
|
||||
"version": "3.2.0",
|
||||
"version": "3.2.1",
|
||||
"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.2.0",
|
||||
"@alfresco/js-api": "3.2.1",
|
||||
"rxjs": ">=6.2.2",
|
||||
"@alfresco/adf-core": "3.2.0",
|
||||
"@alfresco/adf-core": "3.2.1",
|
||||
"@ngx-translate/core": ">=11.0.0",
|
||||
"hammerjs": ">=2.0.8",
|
||||
"moment": ">=2.22.2",
|
||||
|
||||
@@ -60,7 +60,7 @@ export class AppsProcessCloudService {
|
||||
}
|
||||
|
||||
private getApplicationUrl(): string {
|
||||
return `${this.appConfigService.get('bpmHost')}/alfresco-deployment-service/v1/applications`;
|
||||
return `${this.appConfigService.get('bpmHost')}/deployment-service/v1/applications`;
|
||||
}
|
||||
|
||||
private handleError(error?: any) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@alfresco/adf-process-services",
|
||||
"description": "Alfresco ADF process services",
|
||||
"version": "3.2.0",
|
||||
"version": "3.2.1",
|
||||
"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.2.0",
|
||||
"@alfresco/js-api": "3.2.1",
|
||||
"rxjs": ">=6.2.2",
|
||||
"@alfresco/adf-core": "3.2.0",
|
||||
"@alfresco/adf-content-services": "3.2.0",
|
||||
"@alfresco/adf-core": "3.2.1",
|
||||
"@alfresco/adf-content-services": "3.2.1",
|
||||
"@ngx-translate/core": ">=11.0.0",
|
||||
"core-js": ">=2.5.4",
|
||||
"hammerjs": ">=2.0.8",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@alfresco/adf-testing",
|
||||
"description": "Alfresco ADF testing page and utils",
|
||||
"version": "3.2.0",
|
||||
"version": "3.2.1",
|
||||
"author": "Alfresco Software, Ltd.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -13,7 +13,7 @@
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^7.1.0",
|
||||
"@angular/core": "^7.1.0",
|
||||
"@alfresco/js-api": "3.2.0"
|
||||
"@alfresco/js-api": "3.2.1"
|
||||
},
|
||||
"keywords": [
|
||||
"testing",
|
||||
|
||||
+9
-9
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "alfresco-components",
|
||||
"description": "Alfresco Angular components",
|
||||
"version": "3.2.0",
|
||||
"version": "3.2.1",
|
||||
"author": "Alfresco Software, Ltd.",
|
||||
"main": "./index.js",
|
||||
"scripts": {
|
||||
@@ -55,14 +55,14 @@
|
||||
"process services-cloud"
|
||||
],
|
||||
"dependencies": {
|
||||
"@alfresco/adf-content-services": "3.2.0",
|
||||
"@alfresco/adf-core": "3.2.0",
|
||||
"@alfresco/adf-extensions": "3.2.0",
|
||||
"@alfresco/adf-insights": "3.2.0",
|
||||
"@alfresco/adf-process-services": "3.2.0",
|
||||
"@alfresco/adf-process-services-cloud": "3.2.0",
|
||||
"@alfresco/adf-testing": "3.2.0",
|
||||
"@alfresco/js-api": "3.2.0",
|
||||
"@alfresco/adf-content-services": "3.2.1",
|
||||
"@alfresco/adf-core": "3.2.1",
|
||||
"@alfresco/adf-extensions": "3.2.1",
|
||||
"@alfresco/adf-insights": "3.2.1",
|
||||
"@alfresco/adf-process-services": "3.2.1",
|
||||
"@alfresco/adf-process-services-cloud": "3.2.1",
|
||||
"@alfresco/adf-testing": "3.2.1",
|
||||
"@alfresco/js-api": "3.2.1",
|
||||
"@angular/animations": "7.0.3",
|
||||
"@angular/cdk": "7.0.3",
|
||||
"@angular/common": "7.0.3",
|
||||
|
||||
@@ -209,7 +209,7 @@ async function checkIfAppIsReleased(apiService, absentApps) {
|
||||
}
|
||||
|
||||
async function deployApp(apiService, app, name) {
|
||||
const url = `${config.hostBpm}/alfresco-deployment-service/v1/applications`;
|
||||
const url = `${config.hostBpm}/deployment-service/v1/applications`;
|
||||
|
||||
const pathParams = {};
|
||||
const bodyParam = {
|
||||
@@ -240,7 +240,7 @@ async function importProjectApp(apiService, app) {
|
||||
const pathFile = path.join('./e2e/' + app.file_location);
|
||||
const file = fs.createReadStream(pathFile);
|
||||
|
||||
const url = `${config.hostBpm}/alfresco-modeling-service/v1/projects/import`;
|
||||
const url = `${config.hostBpm}/modeling-service/v1/projects/import`;
|
||||
|
||||
const pathParams = {}, queryParams = {},
|
||||
headerParams = {}, formParams = {'file': file}, bodyParam = {},
|
||||
@@ -263,7 +263,7 @@ async function importProjectApp(apiService, app) {
|
||||
}
|
||||
|
||||
async function getReleaseAppProjectId(apiService, projectId) {
|
||||
const url = `${config.hostBpm}/alfresco-modeling-service/v1/projects/${projectId}/releases`;
|
||||
const url = `${config.hostBpm}/modeling-service/v1/projects/${projectId}/releases`;
|
||||
|
||||
const pathParams = {}, queryParams = {},
|
||||
headerParams = {}, formParams = {}, bodyParam = {},
|
||||
@@ -280,7 +280,7 @@ async function getReleaseAppProjectId(apiService, projectId) {
|
||||
}
|
||||
|
||||
async function releaseApp(apiService, app) {
|
||||
const url = `${config.hostBpm}/alfresco-modeling-service/v1/projects/${app.entry.id}/releases`;
|
||||
const url = `${config.hostBpm}/modeling-service/v1/projects/${app.entry.id}/releases`;
|
||||
|
||||
console.log('Release ID ' + app.entry.id);
|
||||
const pathParams = {}, queryParams = {},
|
||||
@@ -298,7 +298,7 @@ async function releaseApp(apiService, app) {
|
||||
}
|
||||
|
||||
async function getDeployedApplicationsByStatus(apiService, status) {
|
||||
const url = `${config.hostBpm}/alfresco-deployment-service/v1/applications`;
|
||||
const url = `${config.hostBpm}/deployment-service/v1/applications`;
|
||||
|
||||
const pathParams = {}, queryParams = {status: status},
|
||||
headerParams = {}, formParams = {}, bodyParam = {},
|
||||
@@ -311,14 +311,14 @@ async function getDeployedApplicationsByStatus(apiService, status) {
|
||||
|
||||
return data.list.entries;
|
||||
} catch (error) {
|
||||
console.log(`Not possible get the applications from alfresco-deployment-service ${JSON.stringify(error)} `);
|
||||
console.log(`Not possible get the applications from deployment-service ${JSON.stringify(error)} `);
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
async function getAppProjects(apiService, status) {
|
||||
const url = `${config.hostBpm}/alfresco-modeling-service/v1/projects`;
|
||||
const url = `${config.hostBpm}/modeling-service/v1/projects`;
|
||||
|
||||
const pathParams = {}, queryParams = {status: status},
|
||||
headerParams = {}, formParams = {}, bodyParam = {},
|
||||
@@ -330,7 +330,7 @@ async function getAppProjects(apiService, status) {
|
||||
contentTypes, accepts);
|
||||
return data.list.entries;
|
||||
} catch (error) {
|
||||
console.log(`Not possible get the application from alfresco-modeling-service ` + error);
|
||||
console.log(`Not possible get the application from modeling-service ` + error);
|
||||
process.exit(1);
|
||||
}
|
||||
}
|
||||
@@ -338,7 +338,7 @@ async function getAppProjects(apiService, status) {
|
||||
async function deleteApp(apiService, appName) {
|
||||
console.log(`Delete the app ${appName}`);
|
||||
|
||||
const url = `${config.hostBpm}/alfresco-deployment-service/v1/applications/${appName}`;
|
||||
const url = `${config.hostBpm}/deployment-service/v1/applications/${appName}`;
|
||||
|
||||
const pathParams = {}, queryParams = {},
|
||||
headerParams = {}, formParams = {}, bodyParam = {},
|
||||
@@ -353,7 +353,7 @@ async function deleteApp(apiService, appName) {
|
||||
sleep(180000);
|
||||
console.log(`App deleted`);
|
||||
} catch (error) {
|
||||
console.log(`Not possible to delete the application from alfresco-modeling-service` + error);
|
||||
console.log(`Not possible to delete the application from modeling-service` + error);
|
||||
process.exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user