Skip to content

Version 1.27.0

Compare
Choose a tag to compare
@tmeyer2115 tmeyer2115 released this 11 Jan 15:35
· 159 commits to master since this release
604559b

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)