Skip to content

Commit 4ebc3d7

Browse files
docs(search-client):readme update
1 parent e719ca3 commit 4ebc3d7

File tree

2 files changed

+52
-6
lines changed

2 files changed

+52
-6
lines changed

packages/user-onboarding/README.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,32 @@
44

55
Microservice for providing a smooth user onboarding experience with the help of step by step application specific tours.
66

7-
### Deprecation Notice
8-
9-
User-Onboarding-client now supports Angular v17, we will provide support for the older version that is based on Angular v14 until 30th July 2025.
7+
### Angular Version Compatibility
8+
9+
To ensure smooth integration, install the version that corresponds to your Angular version:
10+
11+
<table border="1" cellpadding="8" style="border-collapse: collapse; width: 100%; text-align: left;">
12+
<thead>
13+
<tr>
14+
<th>Angular Version</th>
15+
<th>Compatible User-Onboarding-Client Version</th>
16+
</tr>
17+
</thead>
18+
<tbody>
19+
<tr>
20+
<td>Angular v19</td>
21+
<td>@sourceloop/user-onboarding-client v7.x</td>
22+
</tr>
23+
<tr>
24+
<td>Angular v20</td>
25+
<td>@sourceloop/user-onboarding-client v8.x</td>
26+
</tr>
27+
<tr>
28+
<td>Angular v21+</td>
29+
<td>Latest version (v9.x and above)</td>
30+
</tr>
31+
</tbody>
32+
</table>
1033

1134
## Installation
1235

packages/user-onboarding/projects/user-onboarding-lib/README.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,32 @@
44

55
Microservice for providing a smooth user onboarding experience with the help of step by step application specific tours.
66

7-
### Deprecation Notice
8-
9-
User-Onboarding-client now supports Angular v17, we will provide support for the older version that is based on Angular v14 until 30th July 2025.
7+
### Angular Version Compatibility
8+
9+
To ensure smooth integration, install the version that corresponds to your Angular version:
10+
11+
<table border="1" cellpadding="8" style="border-collapse: collapse; width: 100%; text-align: left;">
12+
<thead>
13+
<tr>
14+
<th>Angular Version</th>
15+
<th>Compatible User-Onboarding-Client Version</th>
16+
</tr>
17+
</thead>
18+
<tbody>
19+
<tr>
20+
<td>Angular v19</td>
21+
<td>@sourceloop/user-onboarding-client v7.x</td>
22+
</tr>
23+
<tr>
24+
<td>Angular v20</td>
25+
<td>@sourceloop/user-onboarding-client v8.x</td>
26+
</tr>
27+
<tr>
28+
<td>Angular v21+</td>
29+
<td>Latest version (v9.x and above)</td>
30+
</tr>
31+
</tbody>
32+
</table>
1033

1134
## Installation
1235

0 commit comments

Comments
 (0)