Skip to content

Commit a58a9b2

Browse files
authored
Merge pull request #625 from d45/d45/v1_16_release
doc update for 2060.1 (part 1)
2 parents 73f522b + 73d3f65 commit a58a9b2

2 files changed

Lines changed: 25 additions & 7 deletions

File tree

website/docs/publish/trex_publish.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If the dashboard extension is running on a publicly accessible web server over H
88

99
## Sharing an extension by sharing the workbook
1010

11-
The easiest way to share an extension with others is to share the workbook that contains the dashboard extension. If the extension is hosted on web site that is accessible and the extension is using HTTPS protocol, viewers of the dashboard will be able see and use the extension. However, if the users do not also have access to the dashboard extension manifest file (`.trex`), they will not be able to add the extension to other dashboards or to other workbooks.
11+
The easiest way to share an extension with others is to share the workbook that contains the dashboard extension. If the extension is hosted on a website that is accessible and the extension is using HTTPS protocol, viewers of the dashboard will be able to see and use the extension. However, if the users do not also have access to the dashboard extension manifest file (`.trex`), they will not be able to add the extension to other dashboards or to other workbooks.
1212

1313
![](../assets/frelard_share_twb.png)
1414

@@ -20,7 +20,7 @@ However, to run on Tableau Server or Tableau Cloud, your extension must:
2020

2121
* Be hosted on a web server that uses HTTPS (`localhost` is the exception during development). Note that hosting your extension on the same computer that is running Tableau Server is not recommended.
2222
* Declare full data access (if the extension calls any functions that access the underlying data in the dashboard).
23-
* Be granted permission to run on Tableau Server or Tableau Cloud.
23+
* Be granted permission to run on Tableau Server or Tableau Cloud.
2424

2525
:::note
2626
If you want to test your extension with Tableau Cloud and you are running an extension on `http://localhost` during development, see [Load and view localhost content on sites that use secure connections](../security/trex_security#load-and-view-localhost-content-on-sites-that-use-secure-connections)
@@ -53,7 +53,7 @@ In addition to the requirements for all extensions to ensure security and usabil
5353

5454
* Declaring data access requirements
5555

56-
* Providing a URL that customers can use to get support for your the extension
56+
* Providing a URL that customers can use to get support for your extension
5757

5858
Dashboard extensions that appear in the Tableau Exchange must also:
5959

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.16.0
12+
13+
*February 2026*
14+
15+
* Tableau Dashboard Extensions API library: `tableau.extensions.1.16.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 2026.1 or later. Download [Tableau Desktop](https://www.tableau.com/support/releases).
18+
19+
What's new in this release:
20+
21+
* Added ISO values to `PeriodType` for parameters with `Range` domain type.
22+
23+
* Added support for multiple dialogs. Use the [sendDialogMessageAsync](pathname:///api/interfaces//UI.html#senddialogmessageasync) method can send messages between any two dialog boxes or between any dialog box and the extension.
24+
25+
* Added the [sendDialogMessageToParentAsync](pathname:///api/interfaces//UI.html#senddialogmessagetoparentasync) method to the UI namespace. Sends a message from the dialog box to the extension or to the dialog box (the parent) that opened it.
26+
27+
28+
29+
---
30+
31+
## Previous Releases
32+
1133
### Tableau Extensions API version 1.15.0
1234

1335
*September 2025*
@@ -34,10 +56,6 @@ For more information, see [Debug Extensions in Tableau Desktop](./debug/trex_deb
3456

3557
---
3658

37-
## Previous Releases
38-
39-
---
40-
4159
### Tableau Extensions API version 1.14.0
4260

4361
*June 2025*

0 commit comments

Comments
 (0)