instantsearch.js 4.33.0 → 4.33.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/CHANGELOG.md +9 -0
- package/cjs/lib/version.js +1 -1
- package/cjs/widgets/index/index.js +1 -1
- package/dist/instantsearch.development.js +3 -3
- 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/lib/version.d.ts +1 -1
- package/es/lib/version.js +1 -1
- package/es/widgets/index/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [4.33.1](https://github.com/algolia/instantsearch.js/compare/v4.33.0...v4.33.1) (2021-11-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **getUiState:** support `initialUiState` ([#4948](https://github.com/algolia/instantsearch.js/issues/4948)) ([532474d](https://github.com/algolia/instantsearch.js/commit/532474dfaf49446ab59a2a27424ca220947dd5bd))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
# [4.33.0](https://github.com/algolia/instantsearch.js/compare/v4.32.0...v4.33.0) (2021-10-26)
|
|
2
11
|
|
|
3
12
|
|
package/cjs/lib/version.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! InstantSearch.js 4.33.
|
|
1
|
+
/*! InstantSearch.js 4.33.1 | © Algolia, Inc. and contributors; MIT License | https://github.com/algolia/instantsearch.js */
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(factory) :
|
|
@@ -8452,7 +8452,7 @@
|
|
|
8452
8452
|
localUiState = getLocalWidgetsUiState(localWidgets, {
|
|
8453
8453
|
searchParameters: this.getHelper().state,
|
|
8454
8454
|
helper: this.getHelper()
|
|
8455
|
-
});
|
|
8455
|
+
}, localUiState);
|
|
8456
8456
|
}
|
|
8457
8457
|
};
|
|
8458
8458
|
};
|
|
@@ -8465,7 +8465,7 @@
|
|
|
8465
8465
|
instantSearchInstance.renderState = _objectSpread2(_objectSpread2({}, instantSearchInstance.renderState), {}, _defineProperty({}, parentIndexName, _objectSpread2(_objectSpread2({}, instantSearchInstance.renderState[parentIndexName]), renderState)));
|
|
8466
8466
|
}
|
|
8467
8467
|
|
|
8468
|
-
var version$1 = '4.33.
|
|
8468
|
+
var version$1 = '4.33.1';
|
|
8469
8469
|
|
|
8470
8470
|
var NAMESPACE = 'ais';
|
|
8471
8471
|
var component = function component(componentName) {
|