You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,12 +89,13 @@ These libraries are here to help add to your customisation but because the exten
89
89
#### The Extension JS Bundle
90
90
Knowing the version of the library will help you understand what is available in these libraries for you to leverage in terms of customisation. This table will help you determine which documentation to reference when you start working on your customisation.
91
91
92
-
| Extension Version | autocomplete.js | instantsearch.js | search-insights.js |
| v1.x |[0.26.0](https://github.com/algolia/autocomplete.js/tree/v0.26.0)|[2.10.2](https://github.com/algolia/instantsearch.js/tree/v2.10.2)|[0.0.14](https://cdn.jsdelivr.net/npm/[email protected])| NA |
95
+
| v2.x |[0.38.0](https://github.com/algolia/autocomplete.js/tree/v0.38.0)|[4.7.2](https://github.com/algolia/instantsearch.js/tree/v4.7.2)|[1.4.0](https://github.com/algolia/search-insights.js/tree/v1.4.0)| NA |
96
+
| v3.x |[0.38.0](https://github.com/algolia/autocomplete.js/tree/v0.38.0)|[4.15.0](https://github.com/algolia/instantsearch.js/tree/v4.15.0)|[1.7.1](https://github.com/algolia/search-insights.js/tree/v1.7.1)| NA |
The autocomplete and instantsearch libraries are accessible in the `algoliaBundle` global. This bundle is a prepackage javascript file that contains it's dependencies. What is included in this bundle can be seen here:
0 commit comments