mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
23 lines
650 B
Markdown
23 lines
650 B
Markdown
---
|
|
Title: Breaking changes, 6.10.0 -> 7.0.0
|
|
---
|
|
|
|
# Breaking changes, 6.10.0 -> 7.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
|
|
```
|