Skip to content

Releases: Financial-Times/x-dash

Add x-teaser-list

17 Feb 11:23
84dc2f1
Compare
Choose a tag to compare
v6.8.0

Merge pull request #221 from Financial-Times/x-teaser-list

Retry 6.7.0 publish

17 Feb 11:06
c6da717
Compare
Choose a tag to compare
v6.7.1

Merge pull request #656 from Financial-Times/fix-storybook

Add x-article-save-button

15 Feb 16:00
53c3c99
Compare
Choose a tag to compare
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

08 Feb 15:59
f0f74b4
Compare
Choose a tag to compare
  • 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

02 Feb 15:27
5405703
Compare
Choose a tag to compare
v6.4.1

Merge pull request #642 from Financial-Times/apaleslimghost-patch-2

Add x-topic-search

31 Jan 16:49
076490d
Compare
Choose a tag to compare

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

28 Jan 12:32
05e03f5
Compare
Choose a tag to compare

Add Enterprise Sharing to Gift Article: #635

[X-Teaser-Timeline] Fix issue with insertion of custom slots in between teasers

12 Jan 15:04
dc08ea8
Compare
Choose a tag to compare

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:

  • #637 ADSDEV 963/externalise type definitions
  • #636 ADSDEV-963 insert custom slots only if related teaser position is found

Add a `redirectUrl` prop to x-privacy-manager

14 Dec 12:44
5020fcb
Compare
Choose a tag to compare

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

Full Changelog: v6.2.11...v6.2.12

Live Blog Tacking state management

26 Nov 11:36
e53dfec
Compare
Choose a tag to compare

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.