algolia/angular-instantsearch

Support Angular 14

Closed this issue ยท 4 comments

Is your feature request related to a problem? Please describe ๐Ÿ™

According to the peer dependencies and tests we don't support Angular 14, but most likely we do support it.

Describe the solution you'd like ๐Ÿค”

Check https://angular.io/guide/update-to-latest-version and update the peer dependency

If you update with the peer dependency warning ignored, is there any further errors you see indicated?

@Haroenv I just performed an update on a create-instantsearch-app template and it works without any additional warnings or issues.

Hi @Karman40, we just released Angular InstantSearch v4.2.1 which updates the peer dependencies range for Angular.

@Haroenv, @dhayab sorry for the late answer. I quickly tried the app and I didn't have any bugs. Thanks a lot!!