Skip to content

Releases: yext/answers-hitchhiker-theme

Version 1.18.1

15 Dec 13:45
d6edbb7
Compare
Choose a tag to compare

Version 1.18.1

Bug Fixes

  • Fixed the issue that prevented inlining of CSS url attributes. This issue only impacted multi-language sites.

1.18.0

14 Dec 17:10
722b6a2
Compare
Choose a tag to compare

Version 1.18.0

Changes

  • The filter spacing from the vertical-map layout is now applied to all vertical layouts. (#526)

Bug Fixes

  • The TITLE_CLICK analytics event payload now includes the target URL. (#529)
  • When collapsible filters are enabled, collapse the filters as soon as they appear above the results list. (#524)
  • Radio button styling was added for iOS (Safari and Chrome). (#523)
  • The location-standard card's CSS styling was updated to fix a couple of issues. With these updates, the open status information is now properly aligned and text from the address now wraps within it's own container. (#527)
  • Fixed a bug that prevented static assets from being used in card templates. This issue only impacted multi-language sites. (#535)

Version 1.16.0

28 Oct 17:53
a0e83cc
Compare
Choose a tag to compare

Version 1.16.0

Changes

  • The directanswer and card commands were migrated from Jambo to the Theme. Jambo now allows a Theme to
    register custom commands.
  • The bundle.css and bundle.js assets are inlined by default. This helps boost page speed as these assets no
    longer need to be fetched.
  • A new card has been added: financial-professional-location.
  • Solution Template Header and Footer placeholders have been added.
  • To support internationalization, all static text in the Theme has been wrapped in the Jambo translate and
    translateJS placeholders. Translations have been supplied for the static text in French, Spanish, German, Italian,
    and Japanese.
  • Multi-language versions of all the built-in cards have been added. These versions use internationalized formatters
    and all their text will be properly localized.

Bug Fixes

  • The bundle.css link has been moved from body to head. This will prevent it from being loaded on the page
    twice.
  • The universal section templates now correctly fire an AnalyticsEvent when a 'View All' link is clicked.
  • The watch task in the gruntfile now listens to changes in all files and folders, except desktop and
    node_modules.