@bridgeline-digital/hawksearch-handlebars-ui 6.3.4 → 6.3.5-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 +7 -0
- package/package.json +1 -1
- package/readme.md +1 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# 6.3.5
|
|
2
|
+
|
|
3
|
+
## Enhancements
|
|
4
|
+
|
|
5
|
+
1. Introduced an additional config parameter useCustomStyle: true. When this is set, we can prevent our CSS from being injected altogether, allowing clients to apply their own styles without interference from Handlebars CSS.
|
|
6
|
+
2. Smart Response issues fixed where component was not respecting Prompt in Init Function
|
|
7
|
+
|
|
1
8
|
# 6.3.4
|
|
2
9
|
|
|
3
10
|
## Enhancements
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bridgeline-digital/hawksearch-handlebars-ui",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.5-beta.0",
|
|
4
4
|
"description": "The HawkSearch Handlebars UI package allows you to add a highly-customizable search results page to your website powered by HawkSearch.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
package/readme.md
CHANGED