@bridgeline-digital/hawksearch-handlebars-ui 6.3.7-beta.7 → 6.3.7-beta.8
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 +3 -0
- package/dist/hawksearch-handlebars-ui.cjs +1 -1
- package/dist/hawksearch-handlebars-ui.js +112 -21
- package/dist/hawksearch-handlebars-ui.min.js +46 -44
- package/dist/hawksearch-handlebars-ui.umd.cjs +1 -1
- package/dist/index.d.ts +16 -3
- package/package.json +87 -87
- package/readme.md +1 -1
package/changelog.md
CHANGED
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
3. No results component added
|
|
8
8
|
4. Implement Dynamic Zone Mapping for Merchandising Banners ('?' bubble that would explain the trigger for the campaign and contain a link to the campaign being displayed)
|
|
9
9
|
5. Implemented a new enhancement for property for the Title Field of the recommendation widget
|
|
10
|
+
6. Small bugfix regrading the property for the Title Field Name of the recommendation widget.
|
|
11
|
+
7. Fix for open range facet is passing NaN as upper and lower bound when no value is entered by the user.
|
|
12
|
+
8. Added Headers to API Calls
|
|
10
13
|
|
|
11
14
|
# 6.3.6
|
|
12
15
|
|