Skip to content

Commit

Permalink
update compatibility matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Sep 18, 2023
1 parent 431bbcd commit 20fe7a6
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 33 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@ Please refer to the public [documentation](https://alfresco-content-app.netlify.

## Requirements

| Name | Version |
| --- | --- |
| Node.js | 18.x |
| Npm | 9.x |
| Name | Version |
|---------|---------|
| Node.js | 18.x |
| Npm | 9.x |

## Compatibility

| ACA | ADF | ACS | Node | Angular |
| ---- | --- | --- | ---- | ------- |
| 4.1 | 6.2 | 7.4 | 18.x | 14.x |
| 4.0 | 6.1 | 7.4 | 14.x | 14.x |
| 3.1 | 5.1 | 7.3 | | |
| 3.0 | 5.0 | 7.3 | | |
| ACA | ADF | ACS | Node | Angular |
|-----|-----|-----------|------|---------|
| 4.2 | 6.3 | 23.1.0-M4 | 18.x | 14.x |
| 4.1 | 6.2 | 7.4 | 18.x | 14.x |
| 4.0 | 6.1 | 7.4 | 14.x | 14.x |
| 3.1 | 5.1 | 7.3 | | |
| 3.0 | 5.0 | 7.3 | | |

> See <https://angular.io/guide/versions> for more details on Angular and Node.js compatibility
Expand Down
47 changes: 24 additions & 23 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,29 +38,30 @@ The documentation is divided into the following sections:

## Compatibility

| ACA | ADF | ACS | Node | Angular |
| ---- | --- | --- | ---- | ------- |
| 4.1 | 6.2 | 7.4 | 18.x | 14.x |
| 4.0 | 6.1 | 7.4 | 14.x | 14.x |
| 3.1 | 5.1 | 7.3 | | |
| 3.0 | 5.0 | 7.3 | | |
| 2.4 | 4.4 | 6.2 | | |
| 2.3 | 4.3 | 6.2 | | |
| 2.2 | 4.2 | 6.2 | | |
| 2.1 | 4.1 | 6.2 | | |
| 1.12 | 3.9 | 6.2 | | |
| 1.11 | 3.8 | 6.2 | | |
| 1.10 | 3.7 | 6.2 | | |
| 1.9 | 3.6 | 6.2 | | |
| 1.8 | 3.3 | 6.1 | | |
| 1.7 | 3.0 | 6.1 | | |
| 1.6 | 2.6 | 6.1 | | |
| 1.5 | 2.6 | 6.0 | | |
| 1.4 | 2.5 | 6.0 | | |
| 1.3 | 2.4 | 6.0 | | |
| 1.2 | 2.3 | 5.2 | | |
| 1.1 | 2.2 | 5.2 | | |
| 1.0 | 2.0 | 5.2 | | |
| ACA | ADF | ACS | Node | Angular |
|------|-----|-----------|------|---------|
| 4.2 | 6.3 | 23.1.0-M4 | 18.x | 14.x |
| 4.1 | 6.2 | 7.4 | 18.x | 14.x |
| 4.0 | 6.1 | 7.4 | 14.x | 14.x |
| 3.1 | 5.1 | 7.3 | | |
| 3.0 | 5.0 | 7.3 | | |
| 2.4 | 4.4 | 6.2 | | |
| 2.3 | 4.3 | 6.2 | | |
| 2.2 | 4.2 | 6.2 | | |
| 2.1 | 4.1 | 6.2 | | |
| 1.12 | 3.9 | 6.2 | | |
| 1.11 | 3.8 | 6.2 | | |
| 1.10 | 3.7 | 6.2 | | |
| 1.9 | 3.6 | 6.2 | | |
| 1.8 | 3.3 | 6.1 | | |
| 1.7 | 3.0 | 6.1 | | |
| 1.6 | 2.6 | 6.1 | | |
| 1.5 | 2.6 | 6.0 | | |
| 1.4 | 2.5 | 6.0 | | |
| 1.3 | 2.4 | 6.0 | | |
| 1.2 | 2.3 | 5.2 | | |
| 1.1 | 2.2 | 5.2 | | |
| 1.0 | 2.0 | 5.2 | | |

> See <https://angular.io/guide/versions> for more details on Angular and Node.js compatibility
Expand Down

0 comments on commit 20fe7a6

Please sign in to comment.