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:
swapnil-verma-gl
2024-11-21 13:47:52 +05:30
committed by GitHub
parent 6cdd5da501
commit dec6c41e5c
11 changed files with 469 additions and 60 deletions

View File

@@ -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",

View File

@@ -105,8 +105,6 @@ export class CustomNameColumnComponent extends NameColumnComponent implements On
}
ngOnDestroy() {
super.ngOnDestroy();
this.onDestroy$$.next(true);
this.onDestroy$$.complete();
}