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 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
 
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _default = '4.33.0';
7
+ var _default = '4.33.1';
8
8
  exports.default = _default;
@@ -555,7 +555,7 @@ var index = function index(widgetParams) {
555
555
  localUiState = getLocalWidgetsUiState(localWidgets, {
556
556
  searchParameters: this.getHelper().state,
557
557
  helper: this.getHelper()
558
- });
558
+ }, localUiState);
559
559
  }
560
560
  };
561
561
  };
@@ -1,4 +1,4 @@
1
- /*! InstantSearch.js 4.33.0 | © Algolia, Inc. and contributors; MIT License | https://github.com/algolia/instantsearch.js */
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.0';
8468
+ var version$1 = '4.33.1';
8469
8469
 
8470
8470
  var NAMESPACE = 'ais';
8471
8471
  var component = function component(componentName) {