angular-instantsearch: Doesnt Work with Angular 10.0.4

I was unable to update my Angular project to version 10 because angular-instantsearch does not allow it. The versions that I have installed are:

  "algoliasearch": "^3.35.1",
    "angular-instantsearch": "^3.0.0-beta.5",
    "instantsearch.js": "^4.6.0",

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 9
  • Comments: 27 (12 by maintainers)

Most upvoted comments

Hello guys. Still no plan to upgrade to Angular 10+ ? It would be really appreciated . Thanks

We’ve released 4.0.0-alpha.0 which brings basic support for Angular 10+. We’ll release on this alpha tag for further improvements.

You can install it now:

npm install angular-instantsearch@4.0.0-alpha.0
# or
yarn add angular-instantsearch@4.0.0-alpha.0

Please feel free to open issues for any bug you may encounter.

npm install angular-instantsearch@4.0.0-alpha.1 @ramikhafagi96 😃, make sure to remove the InstantSearch.js version in your package.json too if you’re not explicitly using it

Hey all! The latest contributions happen on the v4 branch, which is why the master branch might feel left behind.

We’re in the process of planning our priorities for the coming months and we’ll provide official support for Angular 10+.