@bridgeline-digital/hawksearch-handlebars-ui 6.2.2 → 6.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 +11 -2
- package/dist/hawksearch-handlebars-ui.cjs +2 -2
- package/dist/hawksearch-handlebars-ui.js +18 -2
- package/dist/hawksearch-handlebars-ui.min.js +51 -51
- package/dist/hawksearch-handlebars-ui.umd.cjs +2 -2
- package/dist/index.d.ts +1 -0
- package/docs/index.html +2 -2
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
# 6.2.3
|
|
2
|
+
|
|
3
|
+
## Fixes
|
|
4
|
+
|
|
5
|
+
1. Fix issue where recent not decoded
|
|
6
|
+
|
|
1
7
|
# 6.2.2
|
|
2
8
|
|
|
3
9
|
## Fixes
|
|
@@ -39,8 +45,11 @@
|
|
|
39
45
|
|
|
40
46
|
## Enhancements
|
|
41
47
|
|
|
42
|
-
1.
|
|
43
|
-
|
|
48
|
+
1. Make decodeQuery and decodeFacetValue defaults to true on Search and Autocomplete services.
|
|
49
|
+
|
|
50
|
+
## Bug Fixes
|
|
51
|
+
|
|
52
|
+
1. Fix issue where facets and categories on Autocomplete popup are not decoded.
|
|
44
53
|
|
|
45
54
|
# 6.1.8
|
|
46
55
|
|