Skip to content

Commit 8fca60b

Browse files
docs(user-onboarding):update depreciation notice (#67)
## Description This pull request updates the documentation for the User-Onboarding service to clarify Angular version compatibility. The previous deprecation notice has been replaced with a clear table mapping Angular versions to the recommended User-Onboarding-Client versions, helping users select the correct package for their Angular setup. Fixes # (issue) ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Intermediate change (work in progress) ## How Has This Been Tested? Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration - [ ] Test A - [ ] Test B ## Checklist: - [ ] Performed a self-review of my own code - [ ] npm test passes on your machine - [ ] New tests added or existing tests modified to cover all changes - [ ] Code conforms with the style guide - [ ] API Documentation in code was updated - [ ] Any dependent changes have been merged and published in downstream modules
1 parent 0f39e5c commit 8fca60b

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 User-Onboarding-Client 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 User-Onboarding-Client 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)