JS Version 1.2.0 Release

Updates :tada:

  • The top-level noResults configuration has been deprecated, and we’ve added configuration options to each component to avoid further confusion. This post will be updated with the new configuration options.
  • CSS variables are now used for many of the common style attributes. This allows a user to easily override colors, spacing, etc. It does not impact any currently live sites (SCSS variables can still be used). Using this new CSS will be a part of training on Jambo.

Breaking Changes :warning:

  • For any search bar integrations using version 1.2.0, the answers css must be placed ahead of the initAnswers() function (steps 1 and 2 in the integration instructions). Said integration instructions have been updated to reflect this. This is necessary for providing and IE11 support (and pertains to how our polyfills are added).

Bug Fixes :bug:

  • When no results return for a vertical with facets, you will no longer see the empty facets on the left-hand side. These previously did nothing (despite having a title and an apply button).