-
Notifications
You must be signed in to change notification settings - Fork 71
Update library and examples to Angular@12 #818
Conversation
The node version on netlify needs to be fixed here:
it uses v10 at the moment |
✔️ Deploy Preview for angular-instantsearch ready! 🔨 Explore the source changes: cd36d80 🔍 Inspect the deploy log: https://app.netlify.com/sites/angular-instantsearch/deploys/60e59a7f59303900070f72a3 😎 Browse the preview: https://deploy-preview-818--angular-instantsearch.netlify.app |
4c5e09d
to
77bf2cb
Compare
77bf2cb
to
6948cb4
Compare
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.
thanks for this PR!
@@ -1,3 +1,4 @@ | |||
// @ts-nocheck |
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.
what errors need to be suppressed?
040e698
to
2e494d6
Compare
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.
let's start with this
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.
I haven't reviewed the examples, but I think this PR looks good overall. Let's go with this version and figure out if any bug is found. (We're going to release as beta first, right?)
Yes, also because the types in ISv4 aren't at their latest iteration |
please how to install this new version using npm? |
Is there any Documentation? |
Yes, it's |
No documentation yet but it's coming in the next couple of weeks. |
Summary
updated library to allow @12
updated examples/e-commerce to @12 via ng update
updated examples/media to @10 via ng update (should probably update this one to @11 so we can say we support the last two LTS)
recreated examples/server-side-rendering on @12
updated storybook to use Angular @12 (in progress)
update API reference to Angular v4 (not started)
rewrite SSR documentation. (in progress https://github.com/algolia/doc/pull/5893)