You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/export/CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# Changelog
2
2
3
+
## 1.3.4
4
+
5
+
### Patch Changes
6
+
7
+
- 121811bcd: ### Overview
8
+
9
+
This patch introduces a new feature for Excel-type exports where cells can now be rendered as clickable hyperlinks. This is achieved by providing a specific metadata structure that the exporter converts into native Excel formulas.
10
+
11
+
### New Features
12
+
13
+
-**Dynamic Excel Hyperlinks**: Cells can now display a custom text label while linking to a specific URL.
14
+
-**Metadata-Driven Rendering**: The system identifies links via the `__isHyperlink` flag within the `meta` object.
15
+
-**Display Label Mapping**: The `__alias` property is used as the visible display label for the provided URL.
16
+
-**Formula Safety**: The exporter automatically handles double-quote escaping to ensure the Excel `HYPERLINK` formula remains valid.
17
+
18
+
### Data Structure Requirements
19
+
20
+
To render a cell as a link, the record data for that cell must follow this structure:
0 commit comments