instantsearch.js 4.66.0 → 4.66.1
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/cjs/connectors/hits/connectHits.js +2 -0
- package/cjs/connectors/infinite-hits/connectInfiniteHits.js +1 -0
- package/cjs/lib/version.js +1 -1
- package/dist/instantsearch.development.d.ts +2 -0
- package/dist/instantsearch.development.js +57 -3
- package/dist/instantsearch.development.js.map +1 -1
- package/dist/instantsearch.production.d.ts +2 -0
- package/dist/instantsearch.production.min.d.ts +2 -0
- package/dist/instantsearch.production.min.js +2 -2
- package/dist/instantsearch.production.min.js.map +1 -1
- package/es/connectors/hits/connectHits.js +2 -0
- package/es/connectors/infinite-hits/connectInfiniteHits.js +1 -0
- package/es/connectors/refinement-list/connectRefinementList.d.ts +2 -0
- package/es/lib/version.d.ts +1 -1
- package/es/lib/version.js +1 -1
- package/package.json +6 -6
|
@@ -4243,6 +4243,8 @@ declare type RefinementListRenderState = {
|
|
|
4243
4243
|
isFromSearch: boolean;
|
|
4244
4244
|
/**
|
|
4245
4245
|
* `true` if a refinement can be applied.
|
|
4246
|
+
* @MAJOR: reconsider how `canRefine` is computed so it both accounts for the
|
|
4247
|
+
* items returned in the main search and in SFFV.
|
|
4246
4248
|
*/
|
|
4247
4249
|
canRefine: boolean;
|
|
4248
4250
|
/**
|
|
@@ -4243,6 +4243,8 @@ declare type RefinementListRenderState = {
|
|
|
4243
4243
|
isFromSearch: boolean;
|
|
4244
4244
|
/**
|
|
4245
4245
|
* `true` if a refinement can be applied.
|
|
4246
|
+
* @MAJOR: reconsider how `canRefine` is computed so it both accounts for the
|
|
4247
|
+
* items returned in the main search and in SFFV.
|
|
4246
4248
|
*/
|
|
4247
4249
|
canRefine: boolean;
|
|
4248
4250
|
/**
|