Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.9 KB

RELEASE_NOTES.md

File metadata and controls

44 lines (27 loc) · 1.9 KB

2.2.0

Added

  • [ADDED]: Added support for Bloomreach Discovery multi-catalog and multi-view, based on Shopify Markets.
  • [ADDED]: Allow default configurations in the App for Search, Collections, Autosuggest, and Recommendations components.
  • [ADDED]: Allow market-specific configurations in the App for Autosuggest components.
  • [ADDED]: Allow market-specific templates for all components. Existing templates are treated as defaults.

Changed

  • [CHANGED]: Changed Search and Collections components from App Embeds to App Blocks. Their App Block configurations can override the default ones from the app, similar to how Recommendations widgets work.
  • [CHANGED]: Combined Autosuggest and Pixel App Embeds to one "Bloomreach Configuration" App Embeds, which functions as a master switch for all Bloomreach components. This avoids repeated defining of the global config object.
  • [CHANGED]: Moved Autosuggest configs to the app. This allows per-market configurations.
  • [CHANGED]: Changed pixel implementation to use Shopify Webpixels. This removes the needs for custom scripts in checkout pages (for conversion pixels).
  • [CHANGED]: Other usability changes.

Fixed

2.1.1

Fixed

  • [FIXED]: Customized Autosuggest template not loaded by the storefront.

2.1.0

Added

Fixed

  • [FIXED]: Remove the useless sort parameter from autosuggest to avoid potential API issues.
  • [FIXED]: Fix Pathways & Recommendations widgets not picking up the fields config.

2.0.0

Changed

  • [CHANGED]: Completely rewriting of the app using the new Theme App Extensions.
  • [CHANGED]: Removed usages of the Assets API. This is a breaking change.