v1.3.0
Additions
Added two new integration types, search box and dynamic content. See readme for more info.
Changes
Upgraded dependencies
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.