Skip to content

Releases: yext/answers-hitchhiker-theme

Version 1.29.0

10 May 23:06
91184f5
Compare
Choose a tag to compare

Features

  • Added support for passing Answers Agents in the HTTP header (#1056)
  • Added support for adding custom autocomplete prompts (#1040)
  • Added RTF truncation support (#1060, #1061)

Changes

  • Updated default vertical-grid universal limit to 3 (#1048)

Bug Fixes

  • Fixed filters and footer overlap on desktop view (#806)
  • Fixed CollapsibleFilters tab order (#1057)
  • Fixed text truncation in the accordion card (#1065)
  • Updated iframe tab navigation to keep parent’s domain (#1067)

v1.28.1

09 Mar 20:57
c720b43
Compare
Choose a tag to compare

Bug Fixes

  • Change mobile map pin IDs so arbitrary external entity ID strings are supported (#1049)

v1.28.0

08 Feb 16:40
402d4a5
Compare
Choose a tag to compare

Features

  • Multi-lang versions of the document-standard result card and the documentsearch-standard direct answer card have been added. (#1041, #1039)
  • We automatically bump the sdkVersion in the global_config on upgrade. (#1031)

Changes

  • RTF styling was added to the event-standard, faq-accordion, and location-standard cards. (#1037)
  • The default universalSectionTemplate for a vertical-grid page was updated to grid-three-columns. (#1038)

Bugfixes

  • When clicking outside the iFrame'd experience, the query suggestions dropdown now closes. (#1034)
  • There was a bug with the custom card command. If the new card's name contained the name of the forked card, the former would not be added properly. This is now fixed. (#1036)
  • Previously, if there was a Map on the Universal page, a user could get stuck on the Map while scrolling down the page. This has been fixed. (#1030, #1042)

Version 1.27.0

11 Jan 15:35
604559b
Compare
Choose a tag to compare

Features

  • Consumer Authentication support was added for the Sandbox environment. (#996)
  • The existing image formatter was updated to support photos sent from the Streams API. (#998)
  • Support for Direct Answers on Vertical was added to the vertical-standard template. It is commented out by default. (#994)

Changes

  • To better support Consumer Authentication, the AnswersExperience.init() method can be called on Document load. (#995)
  • The default universalLimit for all Vertical page configs was updated to 4. (#1010, #1021)

Bugfixes

  • Ensured that in all page templates, the SpellCheck appears above the ResultsCount. (#1011, #1017)
  • In the highlightedField formatter, any HTML tag that appears in the text, that is not <mark> or </mark>, is now escaped. (#1012)
  • Font pre-loads on Multi-lang sites now work correctly. (#1018)
  • A new CSS variable was added: --yxt-filter-options-option-label-line-height. This variable, when kept in proper proportion to --yxt-filters-and-sorts-font-size, will ensure the scroll bar does not erroneously appear for filter options. (#1015, #1019)

Version 1.26.0

16 Nov 23:38
06642fb
Compare
Choose a tag to compare

Features

  • Add support for the auth token, with a new global_config token field (#976)
  • Add support for the visitor, which can be set or changed at runtime (#970)
  • Add support for generic thumbs up/down feedback buttons to all cards (#973, #1005)
  • Handle page and template names with spaces (#988)

Changes

  • Update styling of navigation ‘More’ menu (#989)
  • Update hover color of search bar buttons (#1000)
  • Internal repo changes (automate WCAG testing (#987))

Bugfixes

  • Fix console error which would appear on google maps (#955)
  • Fix extra query when loading in iframe integrations (#986)
  • Fix bug that displayed links that didn’t exist (#990)
  • Allow microphone access for voice search in iframe (#991)
  • Fix issue with custom search icon size (#992)
  • Fix bug with new prop comments not being added (#1004)
  • Fix distance alignment on location cards (#1006)

Version 1.25.0

13 Oct 22:06
d0cc365
Compare
Choose a tag to compare

Features

  • Facets can be sorted by optionsOrder (#968) (#972)

Enhancements

  • Improved performance on the locator map view on mobile (#954)
  • Improved build validation (#962)
  • Vertical icons are commented-out by default (#967)

Bug Fixes

  • Fixed a bug with Direct Answer analytics (#978)
  • Improve locale support with the distance formatter (#795)
  • The primary text color variable now applies to the body of all cards (#966)

1.24.1

28 Sep 18:27
1ac89a7
Compare
Choose a tag to compare

Bug Fixes

  • RTF click analytics no longer fire twice on results cards. Direct answer cards have been unchanged.

v1.24

14 Sep 18:49
c345e23
Compare
Choose a tag to compare

Version 1.24.0

Features

  • A new formatter was added that prints the list of categories applied to an entity. (#946)
  • Added a new localized price range formatter. (#943)

Enhancements

  • Google's text highlighting was added to the "View Details" link on the document-search Direct Answer card. Note that
    the highlighting is only applied when the user's browser is Chrome. (#945)
  • The Open Status translations are no longer hard-coded in static JS files. Instead, they are sourced from the Theme's
    .PO files. This means they can be overridden in custom .PO files.

Bugfixes

  • Styling was added to the prominent-image and prominent-video cards to ensure that images and videos, respectively,
    are the same size. (#941, #950)

v1.23.1

30 Aug 18:31
2bc4ff5
Compare
Choose a tag to compare

Bug Fixes

  • Corrected a typo that was causing hours information to be improperly localized in our formatters. (#936)

Version 1.23.0

24 Aug 22:12
6e4a9d6
Compare
Choose a tag to compare

Version 1.23.0

Features

  • Support for new languages including Chinese (Traditional), Chinese (Simplified), Russian, Polish, Portuguese, Dutch, Arabic, Korean, Swedish, and Hindi (#918) (#900)
  • Loading indicator for the search bar (#875)
  • Voice search support (#894)
  • Analytics, session tracking, and query source can now be toggled through Runtime Config (#869) (#879)
  • Added validation to ensure that parts of global_config and page configs are valid (#888)
  • Font preloads are now located in the layouts/preload-fonts.hbs file (#893)
  • Global config now includes "sessionTrackingEnabled" and "analyticsEventsEnabled" (#898)
  • Added a partial for additional Answers configuration (#903)
  • Map pins now support custom label colors (#922)

Enhancements

  • The full-page-map "Search This Area" functionality is better optimized when a user quickly zooms in or out of the map (#861)
  • Improved build time during development mode (#865)
  • Icons were updated from components to Handlebars partials to improve performance (#874)

Bugfixes

  • When upgrading the theme, the global config will no longer contain duplicate options which are commented out (#916)
  • When upgrading the theme, the test folders are now removed which improves build performance (#913)