diff --git a/website/docs/publish/trex_publish.md b/website/docs/publish/trex_publish.md index 1cfadab8..4daa90f4 100644 --- a/website/docs/publish/trex_publish.md +++ b/website/docs/publish/trex_publish.md @@ -8,7 +8,7 @@ If the dashboard extension is running on a publicly accessible web server over H ## Sharing an extension by sharing the workbook -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. +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. ![](../assets/frelard_share_twb.png) @@ -20,7 +20,7 @@ However, to run on Tableau Server or Tableau Cloud, your extension must: * 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. * Declare full data access (if the extension calls any functions that access the underlying data in the dashboard). -* Be granted permission to run on Tableau Server or Tableau Cloud. +* Be granted permission to run on Tableau Server or Tableau Cloud. :::note 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 * Declaring data access requirements -* Providing a URL that customers can use to get support for your the extension +* Providing a URL that customers can use to get support for your extension Dashboard extensions that appear in the Tableau Exchange must also: diff --git a/website/docs/trex_release-notes.md b/website/docs/trex_release-notes.md index 50f78e93..f070649c 100644 --- a/website/docs/trex_release-notes.md +++ b/website/docs/trex_release-notes.md @@ -8,6 +8,28 @@ description: What's new for each release of the Tableau Extensions API --- +### Tableau Extensions API version 1.16.0 + +*February 2026* + +* Tableau Dashboard Extensions API library: `tableau.extensions.1.16.0.js`
(download or clone the Extensions API repository on [GitHub](https://github.com/tableau/extensions-api)).
+ +* 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). + +What's new in this release: + +* Added ISO values to `PeriodType` for parameters with `Range` domain type. + +* 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. + +* 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. + + + +--- + +## Previous Releases + ### Tableau Extensions API version 1.15.0 *September 2025* @@ -34,10 +56,6 @@ For more information, see [Debug Extensions in Tableau Desktop](./debug/trex_deb --- -## Previous Releases - ---- - ### Tableau Extensions API version 1.14.0 *June 2025*