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.
Version 1.20.0
Changes
Added the vertical custom command. This command allows the user to quickly spin up a page for a particular vertical. Some of the page's configuration, such as verticalKey and cardType is pre-populated. (#588)
A new page template was added: vertical-full-page-map. This template creates a Locator-style page. On Desktop, there is a full page map with a list of results overlaid on top. Clicking a pin on the map highlights the corresponding result in the list. On Mobile, users can toggle between a full-screen map or list view.
A new formatter,highlightField, was created. The formatter takes in a string and indices of the substrings to highlight. These substrings are then wrapped in <mark> tags. (#582)
The documentsearch-standard card was added. This card supports the new FEATURED_SNIPPET type direct answers. (#584)
A new universal section template was added: grid-four-columns. This layout, as the name suggests, organizes the results into a grid of four columns. (#622, #653)
Bug Fixes
Out of date or vulnerable dependencies were updated. (#667)
Missing null checks for CTA label were added for the accordion-type cards. (#619)
A custom footer is now hidden when collapsible filters are active. Previously, only the built-in Theme footer would be hidden. (#630)