Skip to content
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

chore(algoliasearch): adds warning about javascript v4 #300

Merged
merged 2 commits into from Feb 3, 2020

Conversation

nunomaduro
Copy link

This pull request warns users that the autocomplete won't be compatible with algoliasearch v4.

@@ -117,6 +117,8 @@ var autocomplete = require('autocomplete.js');
1. Include `autocomplete.min.js`
1. Initialize the auto-completion menu calling the `autocomplete` function

**Warning**: `autocomplete.js` is not compatible with the latest version algoliasearch v4, therefore we highly recommend you use algoliasearch v3 as specified in the code snippet below.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it says latest here, but it's not yet released. Should it maybe say "upcoming"?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. Let's just merge this once is released.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, but it could also be useful to already say now that the v0 isn't compatible

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v4 is not public yet so it's fine to postpone this warning.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 88.959% when pulling 4b73b45 on chore/algoliasearch-v4 into 652bde4 on master.

@Haroenv Haroenv merged commit a465c12 into master Feb 3, 2020
@Haroenv Haroenv deleted the chore/algoliasearch-v4 branch February 3, 2020 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants