Releases: Financial-Times/x-dash
Add x-teaser-list
v6.8.0 Merge pull request #221 from Financial-Times/x-teaser-list
Retry 6.7.0 publish
v6.7.1 Merge pull request #656 from Financial-Times/fix-storybook
Add x-article-save-button
v6.7.0 Merge pull request #164 from Financial-Times/x-article-save-button
Update copy and error handling in enterprise sharing x gift article
- Remove '90 days' from enterprise sharing confirmation message. This was a mistake in our prototype when the message was copied from the standard gift link. Enterprise sharing links do not expire at the moment da91c04
- Fix error message not appearing if create enterprise link fails due to wrong return value when request to create enterprise sharing link fails 55d345f
- Fix inconsistency in tracking and add few data-trackable values (suggested by analytics) b3fe9b6
- Add tracking when initialising enterprise sharing for better estimation of conversion rates (suggested by analytics) be50970
- Fix some types declaration in async functions 6afa000
Fix x-topic-search font size
v6.4.1 Merge pull request #642 from Financial-Times/apaleslimghost-patch-2
Add x-topic-search
x-topic-search is a component for searching for topics and following them in myFT. it's been in production as a prerelease component in ft-app
and next-myft-page
for some time.
v6.4.0
[X-Teaser-Timeline] Fix issue with insertion of custom slots in between teasers
Fixes an issue with the insertion of custom slots in between article teasers.
The issue is that teaser timeline attempts to insert ad slots even if the specified position is greater than the number of available teasers.
The documentation of the functionalities of X-Teaser-Timeline has been improved by adding jsDoc style comments and a typings file to the component.
See also the related PR's:
Add a `redirectUrl` prop to x-privacy-manager
This change is part of the set of updates required to allow next-control-centre to offer a link back to the page the user was on at the point at which they clicked "Manage cookies" in the cookie consent banner
See ADSDEV-975 for additional context
What's Changed
- CPP-675 Update to npm 8 by @ivomurrell in #629
- CPP-642 migrate from circleci/* to cimg/* by @serena97 in #628
- Add support for redirectUrl prop in place of referrer by @oliverturner in #633
Full Changelog: v6.2.11...v6.2.12
Live Blog Tacking state management
This release moves the local state updates for x-live-blog-wrapper
from componentDidMount
to componentDidUpdate
.
On ft-app the posts props doesn't get populated on the componentDidMount
state hook. This release ensures the PostTracker instance is only created when the posts props is not an empty array which is done in componentDidUpdate
hook. It also tracks changes in the length of the posts prop to update elements being observed.