@bridgeline-digital/hawksearch-handlebars-ui 6.1.7 → 6.2.0-beta.0

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,16 @@
1
+ # 6.2.0
2
+
3
+ ## Enhancements
4
+
5
+ 1. Added Conversational Search component `hawksearch-conversationalsearch` to search using Chat
6
+ 2. Added SmartResponse component `hawksearch-smartresponse` to prompt AI input based on a Keyword or a Concept search
7
+
8
+ # 6.1.8
9
+
10
+ ## Bug Fixes
11
+
12
+ 1. Fix issue whererange facet not working when currency or number are false.
13
+
1
14
  # 6.1.7
2
15
 
3
16
  ## Enhancements
@@ -56,6 +69,34 @@
56
69
 
57
70
  1. Hawksearch configuration requires executing the `HawkSearch.init` function which should be triggered after `hawksearch:loaded` event
58
71
 
72
+ # 5.2.3
73
+
74
+ ## New Features
75
+
76
+ 1. Fix issue whererange facet not working when currency or number are false.
77
+
78
+ # 5.2.2
79
+
80
+ ## New Features
81
+
82
+ 1. Added `HawkSearch.config.components.['search-field'].disableAutofill` property with a default value of `false` to Specify whether the input element should be pre-populared if "query" parameter exists on the URL.
83
+
84
+ # 5.2.1
85
+
86
+ ## Bug Fixes
87
+
88
+ 1. Added support to successfully upgrade v5.1.x implementations
89
+
90
+ ## Breaking Changes
91
+
92
+ 1. Prevents implementations of components in v6, e.g. ConceptSearch, VisualSearch, ImageSearch
93
+
94
+ # 5.0.19
95
+
96
+ ## Bug Fixes
97
+
98
+ 1. Fixed bug with Quick Lookup filtering not handling special characters correctly, e.g. '(',')', etc
99
+
59
100
  # 5.0.17
60
101
 
61
102
  ## Enhancements