-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): add support for angular v18 #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -2,9 +2,15 @@ | |||||||
|
|
||||||||
| An Angular module that exports a component that can enable users to search over configured models using the search microservice provided in the sourceloop microservice catalog. | ||||||||
|
|
||||||||
| ### Deprecation Notice | ||||||||
| ## Version Compatibility Notice | ||||||||
|
|
||||||||
| Search-client now supports Angular v17, we will provide support for the older version that is based on Angular v14 till 30th August 2025 . | ||||||||
| - For Angular v17, use @sourceloop/search-client version ^7.x.x. | ||||||||
|
|
||||||||
| - For Angular v18, use @sourceloop/search-client version ^8.x.x | ||||||||
|
||||||||
| - For Angular v18, use @sourceloop/search-client version ^8.x.x | |
| - For Angular v18, use @sourceloop/search-client version ^7.x.x until version ^8.x.x is released. | |
| **Note:** Version ^8.x.x is not yet available. Please check the [npm registry](https://www.npmjs.com/package/@sourceloop/search-client) for updates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The documentation states that for Angular v18, version ^8.x.x should be used, but this conflicts with the current package version (7.0.1) that now supports Angular v18. Either the version should be bumped to 8.x.x or the documentation should be updated to reflect the correct version.