@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 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.4",
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
@@ -35,4 +35,4 @@ To display a landing page or recommendations instead of search results, simply r
35
35
 
36
36
  ## Documentation
37
37
 
38
- Documentation is available at http://handlebars-ui.hawksearch.com/6.3.4/.
38
+ Documentation is available at http://handlebars-ui.hawksearch.com/6.3.5-beta.0/.