instantsearch.js 4.39.2 → 4.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/cjs/connectors/infinite-hits/connectInfiniteHits.js +1 -1
- package/cjs/lib/version.js +1 -1
- package/dist/instantsearch.development.js +10 -5
- package/dist/instantsearch.development.js.map +1 -1
- package/dist/instantsearch.production.min.js +2 -2
- package/dist/instantsearch.production.min.js.map +1 -1
- package/es/connectors/infinite-hits/connectInfiniteHits.js +1 -1
- package/es/lib/version.d.ts +1 -1
- package/es/lib/version.js +1 -1
- package/package.json +2 -2
|
@@ -181,7 +181,7 @@ var connectInfiniteHits = function connectInfiniteHits(renderFn) {
|
|
|
181
181
|
results: results
|
|
182
182
|
});
|
|
183
183
|
|
|
184
|
-
if (cachedHits[_page] === undefined) {
|
|
184
|
+
if (cachedHits[_page] === undefined && !results.__isArtificial) {
|
|
185
185
|
cachedHits[_page] = transformedHits;
|
|
186
186
|
cache.write({
|
|
187
187
|
state: state,
|
package/es/lib/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "4.
|
|
1
|
+
declare const _default: "4.40.0";
|
|
2
2
|
export default _default;
|
package/es/lib/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default '4.
|
|
1
|
+
export default '4.40.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "instantsearch.js",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.40.0",
|
|
4
4
|
"description": "InstantSearch.js is a JavaScript library for building performant and instant search experiences with Algolia.",
|
|
5
5
|
"homepage": "https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/",
|
|
6
6
|
"types": "es/index.d.ts",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@types/google.maps": "^3.45.3",
|
|
57
57
|
"@types/hogan.js": "^3.0.0",
|
|
58
58
|
"@types/qs": "^6.5.3",
|
|
59
|
-
"algoliasearch-helper": "^3.7.
|
|
59
|
+
"algoliasearch-helper": "^3.7.3",
|
|
60
60
|
"classnames": "^2.2.5",
|
|
61
61
|
"@algolia/events": "^4.0.1",
|
|
62
62
|
"hogan.js": "^3.0.2",
|