Confirm that Version 1.0.0 and Version 1.0.1 have been released! Note at the time of writing, the most recent release is Version 1.1.0.
Fixes
With this release, the following items have been resolved (See JS Version 13.1 - Technical and Visual Regressions)
- Title Link and CTA Link target issues (Breaking Change - Link Targets · Issue #693 · yext/answers-search-ui · GitHub): All links targets will now default to
_blank
, both in the title links and CTA links. - Search bar border not showing on mobile (Answers SearchBar Borderless on Mobile · Issue #624 · yext/answers-search-ui · GitHub)
- Default styling (Add default Admin Styling · Issue #678 · yext/answers-search-ui · GitHub). One item we missed is here, Need Border on Accordion Filters · Issue #762 · yext/answers-search-ui · GitHub
- Support for Big Date Card (Legacy Card does not support bigDate · Issue #679 · yext/answers-search-ui · GitHub)
- No results map pins showing unintentionally, which is blocking the full roll out of the new no results experience. See this post for further information.
New Features
Noted Regressions
1: Default Links mapping is no longer mapping the ‘link’ attribute. When upgrading, you’d need to add profile => profile.link to data mappings for any links verticals (third party backends)
dataMappings: { link: profile => profile.link, target: '_blank', },
2: As mentioned above, we missed one styling element with accordions. This is needed in the answers.scss to handle, and the longer term fix is being tracked here, Need Border on Accordion Filters · Issue #762 · yext/answers-search-ui · GitHub
.yxt-Results.yxt-Accordion .yxt-Results-filters { border-right: .0625rem solid #e9e9e9; border-left: .0625rem solid #e9e9e9; }