@bridgeline-digital/hawksearch-handlebars-ui 5.2.2 → 5.2.3

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,9 @@
1
+ # 5.2.3
2
+
3
+ ## New Features
4
+
5
+ 1. Fix issue whererange facet not working when currency or number are false.
6
+
1
7
  # 5.2.2
2
8
 
3
9
  ## New Features
@@ -213,7 +213,7 @@ export declare function decode(value: string): string;
213
213
  */
214
214
  export declare function decodeNested(value: string): string;
215
215
  /**
216
- * This function is a wrapper of Lodash: { escapeRegExp }
216
+ * This function is a wrapper of Lodash: escapeRegExp
217
217
  *
218
218
  * @param string — The string to escape.
219
219
  * @return — Returns the escaped string.