Skip to content

v1.3.0

Compare
Choose a tag to compare
@tbillington tbillington released this 07 Dec 00:39
· 60 commits to master since this release

Additions

Added two new integration types, search box and dynamic content. See readme for more info.

Changes

Upgraded dependencies

  • sajari-react 1.3.4 -> 1.5.0
  • react-scripts 1.0.10 -> 1.0.14

Renamed CSS classes

  • sj-search-input-holder-outer -> sj-search-holder-outer
  • sj-search-input-holder-innter -> sj-search-holder-inner

Changed event naming

Previously events could be subscribed to via their name only sjUI("sub", "search-sent", fn). Events now need to be prefixed with the pipeline they're associated with, eg search-sent -> pipeline.search-sent. See readme for details.