Skip to content

Releases: Financial-Times/x-dash

Replace Twitter with X

08 Sep 08:43
2a8d634
Compare
Choose a tag to compare

What's Changed

Full Changelog: v13.0.1...v14.0.0

v13.0.1

29 Aug 14:47
f918608
Compare
Choose a tag to compare

What's Changed

Full Changelog: v13.0.0...v13.0.1

v13.0.0 - Add support for Node 18

24 Aug 16:43
809b113
Compare
Choose a tag to compare

What's Changed

  • CPP1466: Migrate x-dash to Node 18 and add support for Node 18 to x-dash packages by @joelcarr in #720

Full Changelog: v12.0.2...v13.0.0

v12.0.2

16 Aug 11:27
9377051
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.0.1...v12.0.2

v12.0.1

10 Aug 10:50
1cd8f8e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.0.0...v12.0.1

v12.0.0-beta.3

12 Jul 11:58
d500755
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.0.0-beta.2...v12.0.0-beta.3

v12.0.0

08 Aug 17:57
d500755
Compare
Choose a tag to compare

This release contains x-gift-article changes only - other components are not changed in this release.

"Enterprise" is rebranding to "Professional". As part of the onsite work for that we are rebranding the gift article modal on the article page. There are no significant logic changes in this work, but there are a lot of messaging and style changes and the way the component is initialised has changed.

What has changed

The user journey to create a gift article now takes place in two steps inside the modal, rather than one
B2B and B2C users see a different colour scheme on the gift article modal
"Enterprise Sharing" has been renamed to "Advanced Sharing"
Custom social share icons, which used to be present at some breakpoints have been replaced by o-share, and are visible at all breakpoints
Messaging has been updated by our content designer to improve clarity and usefulness

What has not changed

Any logic around which users see which types of share options
Any logic around how share links are created or how share credits are used
Any part of the user journey, apart from introducing a second step in the gift-article form as described above

Migration Guide

See this next-article commit which replaces the version of x-gift-article in v11.1.2 with v12.0.0

The README includes detailed instructions for installation.

Commits

Full Changelog: v11.2.0...v12.0.0

v12.0.0-beta.2

07 Jul 15:41
93a50ef
Compare
Choose a tag to compare

What's Changed

  • fix: highlights checkbox displaying when highlights are not selected by @abshirahmed in #724

Full Changelog: v12.0.0-beta.1...v12.0.0-beta.2

v12.0.0-beta.1

06 Jul 19:14
ff277bc
Compare
Choose a tag to compare

Beta release due the amount of code change. Once verified in production a full release will be made.

This release contains x-gift-article changes only - other components are not changed in this release.

"Enterprise" is rebranding to "Professional". As part of the onsite work for that we are rebranding the gift article modal on the article page. There are no significant logic changes in this work, but there are a lot of messaging and style changes and the way the component is initialised has changed.

What has changed

  • The user journey to create a gift article now takes place in two steps inside the modal, rather than one
  • B2B and B2C users see a different colour scheme on the gift article modal
  • "Enterprise Sharing" has been renamed to "Advanced Sharing"
  • Custom social share icons, which used to be present at some breakpoints have been replaced by o-share, and are visible at all breakpoints
  • Messaging has been updated by our content designer to improve clarity and usefulness

What has not changed

  • Any logic around which users see which types of share options
  • Any logic around how share links are created or how share credits are used
  • Any part of the user journey, apart from introducing a second step in the gift-article form as described above

What's Changed

Full Changelog: v11.2.0...v12.0.0-beta.1

Adds backToTop as a Wrapper level prop

30 Jun 09:43
Compare
Choose a tag to compare

#718

Adds a prop to x-live-blog-wrapper to set backToTop globally for all posts inside a live blog

Does not deprecate the existing mechanism for adding backToTop on a per-post basis