You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)