mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-20109] Move alfresco js-API and alfrescoapi service out from the core (#9317)
* AAE-20109 Remove alfrescoapiservice from core * fix after rebase * [AAe-12502] Post-rebase fix * [AAE-12502] Add unit test fix --------- Co-authored-by: Bartosz Sekula <Bartosz.Sekula@hyland.com> Co-authored-by: MichalKinas <michal.kinas@hyland.com>
This commit is contained in:
24
docs/breaking-changes/breaking-change-6.10.0-7.0.0.md
Normal file
24
docs/breaking-changes/breaking-change-6.10.0-7.0.0.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
Title: Breaking changes, 6.10.0 -> 7.0.0
|
||||
---
|
||||
|
||||
# Breaking changes, 6.10.0 -> 7.0.0
|
||||
|
||||
This document lists all the deprecated ADF v2.x components that were removed for v3.0.0:
|
||||
|
||||
- [PR-9317](https://github.com/Alfresco/alfresco-ng2-components/pull/9317) Move alfresco js-API and AlfrescoApi service out from the core
|
||||
|
||||
Move `AlfrescoApiServiceMock` and `AlfrescoApiServiceMock` from `core` library to `content-services`, These libraries are content related therefore should not live in `core`
|
||||
|
||||
To mitigate this change, we can run migration:
|
||||
|
||||
```
|
||||
npx nx migrate @alfresco/adf-core@7.0.0
|
||||
npx nx migrate --run-migrations
|
||||
```
|
||||
|
||||
Or for pure angular repository:
|
||||
|
||||
```
|
||||
npx ng update @alfresco/adf-core@7.0.0
|
||||
```
|
Reference in New Issue
Block a user