Releases: Financial-Times/x-dash
Fix repeating child component keys
Description
Fix repeating keys in React child component keys
What's Changed
- HIVE-449.Fixed same-children issue with react components by @ststdimov in #663
New Contributors
- @ststdimov made their first contribution in #663
Full Changelog: v8.0.0...v8.0.1
v8.0.0: peer dependencies for origami
previously, Origami dependencies of x-dash components were being installed with Bower, and bundled in the output CSS, breaking the dependency relationship as far as consuming apps were concerned. this release uses peerDependencies
for Origami components and includes the source Sass for x-dash components in the packages, making them behave like actual normal components in apps.
this will likely require changes in your app when consuming x-dash components: see the migration guide.
v7.0.0
What's Changed
- Add support for Node 14 and Node 16 by @ivomurrell in #658
Breaking Changes
- Dropped support for Node 12
Full Changelog: v6.8.1...v7.0.0
Remove unused dependency
v6.8.1 Merge pull request #660 from Financial-Times/origami-updates
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.