Skip to content

Commit c8015c1

Browse files
authored
Merge pull request #604 from d45/d45/v1_14_release
Added release notes for 1.14 (256)
2 parents d79d772 + 0bd54f5 commit c8015c1

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

website/docs/trex_release-notes.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,28 @@ description: What's new for each release of the Tableau Extensions API
88

99
---
1010

11+
### Tableau Extensions API version 1.14.0
12+
13+
*June 2025*
14+
15+
* Tableau Dashboard Extensions API library: `tableau.extensions.1.14.0.js` <br />(download or clone the Extensions API repository on [GitHub](https://github.com/tableau/extensions-api)). <br />
16+
17+
* Certain features in this release are only available in Tableau Cloud and Tableau Desktop 2025.2 or later. Download [Tableau Desktop](https://www.tableau.com/support/releases).
18+
19+
What's new in this release:
20+
21+
* Added `hasAlias` and `aliasValue` attributes to [DataValue](pathname:///api/interfaces/datavalue.html).
22+
23+
* Fixed a bug that caused an error when calling the `getAllDataSourcesAsync` method on a workbook with no worksheets.
24+
25+
* Fixed a bug that caused an error when calling the `applyRangeFilterAsync` method with a `max` or `min` value of `0`.
26+
27+
---
28+
29+
## Previous Releases
30+
31+
---
32+
1133
### Tableau Extensions API version 1.13.0
1234

1335
*March 2025*
@@ -27,11 +49,7 @@ What's new in this release:
2749
* Added `applyWorksheetFormatting` as a property of [`GetSummaryDataOptions`](pathname:///api/interfaces/getsummarydataoptions.html#applyworksheetformatting) and [`GetUnderlyingDataOptions`](pathname:///api/interfaces/getunderlyingdataoptions.html#applyworksheetformatting). This property specifies whether to apply worksheet-level formatting to numbers and dates. You can use this option with the get summary and get underlying data APIs (such as, [`getSummaryDataReaderAsync`](pathname:///api/interfaces/worksheet.html#getsummarydatareaderasync), [`getUnderlyingTableDataReaderAsync`](pathname:///api/interfaces/worksheet.html#getunderlyingtabledatareaderasync)).
2850

2951

30-
---
31-
32-
## Previous Releases
3352

34-
---
3553

3654
### Tableau Extensions API version 1.12.0
3755

0 commit comments

Comments
 (0)