mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Release 5.2.0 (#4249)
* Release 5.2.0 * Fixed build issue * Updated correct dependency versions. Updated compatibility matrix to denote correct ACS version
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
"peerDependencies": {
|
||||
"@angular/common": ">=15.2",
|
||||
"@angular/core": ">=15.2",
|
||||
"@alfresco/adf-core": ">=7.0.0-alpha.5-0",
|
||||
"@alfresco/adf-content-services": ">=7.0.0-alpha.5-0",
|
||||
"@alfresco/adf-extensions": ">=7.0.0-alpha.5-0",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.5-0",
|
||||
"@alfresco/adf-core": ">=7.0.0-alpha.6",
|
||||
"@alfresco/adf-content-services": ">=7.0.0-alpha.6",
|
||||
"@alfresco/adf-extensions": ">=7.0.0-alpha.6",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.6",
|
||||
"@angular/animations": ">=15.2",
|
||||
"@angular/cdk": ">=15.2",
|
||||
"@angular/forms": ">=15.2",
|
||||
|
@@ -105,8 +105,6 @@ export class CustomNameColumnComponent extends NameColumnComponent implements On
|
||||
}
|
||||
|
||||
ngOnDestroy() {
|
||||
super.ngOnDestroy();
|
||||
|
||||
this.onDestroy$$.next(true);
|
||||
this.onDestroy$$.complete();
|
||||
}
|
||||
|
Reference in New Issue
Block a user