Skip to content

Commit f1b5272

Browse files
docs: add changelog entries for data export bug fixes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4671421 commit f1b5272

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

packages/pluggableWidgets/datagrid-web/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- We fixed an issue where custom content columns ignored the export type setting, causing numbers and dates to always export as text in Excel.
12+
13+
- We fixed an issue where exported date values included a hidden time component even when the format specified date-only parts.
14+
15+
- We fixed an issue where boolean values exported as TRUE/FALSE instead of Yes/No to match the display in the grid.
16+
17+
- We fixed an issue where numbers with more than 15 significant digits lost precision during Excel export. Such values are now exported as text to preserve all digits.
18+
919
## [3.9.0] - 2026-03-23
1020

1121
### Changed

0 commit comments

Comments
 (0)