With the Launch of v13, there are several visual changes that regressions in experiences when upgrading from an earlier version. Here is a running log of said s, current workarounds, and ETAs for resolution. Feel free to use this if you have already updated a client to v13.1 and are seeing these issues.
Technical Breaking Changes and Regressions
Description
Resolution
Workaround
Title Link Targets: Defining ātargetā moved from the vertical.target to vertical.dataMappings.target, and is no longer defaulting to ā_blankā. This breaks client-hosted integrations because content will open in the same window.
Version 1.0.0, EOD 4/20
See (1) below
CTA Link Targets in cards: Default target behavior for CTAs is no longer defaulting to ā_blankā. This breaks client-hosted integrations because content will open in the same window.
Legacy Card does not support bigDate (affects Events with Date)
Version 1.0.0, EOD 4/20
None
Instead of setting target in the top level vertical config, set it dataMappings. For the fix deploying on Monday, either will work.
verticals: {
locations: {
target: "_blank", //no longer works (regression)
dataMappings: {
target: "_blank", //will update the target for the title link
}
}
}
IAdd a target to the ctas. For the fix deploying on Monday, it will again default to blank. Need to confirm this with AEB team then will update.
Exposing the results count (1 - 10 of 345) by default leads to a bad UX if pagination is not present. Either add pagination, or in your vertical, set showResultCount to false to hide it.
verticals: {
links: {
showResultCount: false
}
}
Thereās spacing between cards on vertical search. This is an intended UX change but can be overridden by adding this to your answers.scss.