From 9e3638016e73d037104ae5cb31adbc8df8509f23 Mon Sep 17 00:00:00 2001 From: Pranita Jain B Date: Fri, 19 Dec 2025 13:32:41 +0530 Subject: [PATCH 1/3] changeset md file updated --- .changeset/support_clickable_link_in_export.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.changeset/support_clickable_link_in_export.md b/.changeset/support_clickable_link_in_export.md index 8714096d6..753404f05 100644 --- a/.changeset/support_clickable_link_in_export.md +++ b/.changeset/support_clickable_link_in_export.md @@ -1,6 +1,6 @@ -# Release Notes: contexture-export - -## [Patch] - Hyperlink Support for Excel Exports +--- +"contexture-export": patch +--- ### Overview @@ -19,10 +19,9 @@ To render a cell as a link, the record data for that cell must follow this struc ```json { - "url": "https://example.com/detail/123", + "url": "[https://example.com/detail/123](https://example.com/detail/123)", "meta": { "__isHyperlink": true, "__alias": "Click to Open Link" } -} -``` +} \ No newline at end of file From f6965e8bbd0c9e6364927fb8cb7ebefe83169455 Mon Sep 17 00:00:00 2001 From: Pranita Jain B Date: Fri, 19 Dec 2025 13:34:58 +0530 Subject: [PATCH 2/3] url modified --- .changeset/support_clickable_link_in_export.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/support_clickable_link_in_export.md b/.changeset/support_clickable_link_in_export.md index 753404f05..cd303f45a 100644 --- a/.changeset/support_clickable_link_in_export.md +++ b/.changeset/support_clickable_link_in_export.md @@ -19,7 +19,7 @@ To render a cell as a link, the record data for that cell must follow this struc ```json { - "url": "[https://example.com/detail/123](https://example.com/detail/123)", + "url": "https://example.com/detail/123", "meta": { "__isHyperlink": true, "__alias": "Click to Open Link" From 920c0867120b679ac9f440973e05516930d24c60 Mon Sep 17 00:00:00 2001 From: Lint Action Date: Fri, 19 Dec 2025 08:06:38 +0000 Subject: [PATCH 3/3] Fix code style issues with Prettier --- .changeset/support_clickable_link_in_export.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.changeset/support_clickable_link_in_export.md b/.changeset/support_clickable_link_in_export.md index cd303f45a..fcb89e123 100644 --- a/.changeset/support_clickable_link_in_export.md +++ b/.changeset/support_clickable_link_in_export.md @@ -1,5 +1,5 @@ --- -"contexture-export": patch +'contexture-export': patch --- ### Overview @@ -24,4 +24,5 @@ To render a cell as a link, the record data for that cell must follow this struc "__isHyperlink": true, "__alias": "Click to Open Link" } -} \ No newline at end of file +} +```