@bridgeline-digital/hawksearch-handlebars-ui 6.1.7 → 6.1.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 CHANGED
@@ -1,3 +1,9 @@
1
+ # 6.1.8
2
+
3
+ ## Bug Fixes
4
+
5
+ 1. Fix issue whererange facet not working when currency or number are false.
6
+
1
7
  # 6.1.7
2
8
 
3
9
  ## Enhancements
@@ -56,6 +62,34 @@
56
62
 
57
63
  1. Hawksearch configuration requires executing the `HawkSearch.init` function which should be triggered after `hawksearch:loaded` event
58
64
 
65
+ # 5.2.3
66
+
67
+ ## New Features
68
+
69
+ 1. Fix issue whererange facet not working when currency or number are false.
70
+
71
+ # 5.2.2
72
+
73
+ ## New Features
74
+
75
+ 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.
76
+
77
+ # 5.2.1
78
+
79
+ ## Bug Fixes
80
+
81
+ 1. Added support to successfully upgrade v5.1.x implementations
82
+
83
+ ## Breaking Changes
84
+
85
+ 1. Prevents implementations of components in v6, e.g. ConceptSearch, VisualSearch, ImageSearch
86
+
87
+ # 5.0.19
88
+
89
+ ## Bug Fixes
90
+
91
+ 1. Fixed bug with Quick Lookup filtering not handling special characters correctly, e.g. '(',')', etc
92
+
59
93
  # 5.0.17
60
94
 
61
95
  ## Enhancements