Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/trex_events.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ the method throws an exception. The following table shows the event types suppor

| object | eventType |
| ------ | ----- |
| Worksheet | `FilterChanged` , `MarkSelectionChanged` |
| Worksheet | `FilterChanged` , `MarkSelectionChanged`, `SummaryDataChanged` |
| Parameter | `ParameterChanged` |
| Settings | `SettingsChanged` |
| Dashboard | `DashboardLayoutChanged` , `WorkbookFormattingChanged` |
Expand Down
56 changes: 44 additions & 12 deletions docs/trex_release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,50 @@ layout: docs
[All Releases](#all-releases)

----
### Tableau Dashboard Extensions API version 1.11.0

*February 2024*

* Tableau Dashboard Extensions API library: `tableau.extensions.1.11.0.js` <br>(download or clone the Extensions API repository on [GitHub](https://github.com/tableau/extensions-api){:target="_blank"}.) <br/>

* Certain features in this release are only available in Tableau 2024.1 or later. Download [Tableau Desktop](https://www.tableau.com/support/releases){:target="_blank"} or [Tableau Server](https://www.tableau.com/support/releases/server){:target="_blank"}.

* To preview new features and test your extension with the latest version of Tableau in the Developer Sandbox, join the [Tableau Developer Program](http://www.tableau.com/developer){:target="_blank"} and request your own {{site.tol}} developer site.

About this release:

* Adds the `Environment.uniqueUserId` property.

* Adds the `SummaryDataChanged` event type.

* Adds the `Worksheet.getVisualSpecificationAsync` method.

* Adds an attribute, `isGeospatial`, to `Field`.

* Fixes a bug in the `getSelectedMarksAsync` method that would cause `formattedValue` to be incorrect in multi-pane scenarios.

* Fixes a bug to allow a `Field` to have datatype = `DataType.Spatial`.

* Adds experimental features as part of Viz Extensions Pre-Release. See the blog post [Extend Your Visual Analytics with Tableau Viz Extensions](https://www.tableau.com/blog/visual-analytics-tableau-viz-extensions).

The Viz Extensions API is currently under development. Tableau is working to offer the feature in general availability later in 2024.

We encourage anyone interested in developing viz extensions to contact Wilson Po at [wpo@salesforce.com](mailto:wpo@salesforce.com). We’re running a program by invitation that focuses on the developer experience for those interested in exploring those tools. An active NDA must be in place to requests access to the preview at this time.

Sign up to test Tableau Viz Extensions in the [Tableau Beta Preview](https://prerelease.tableau.com/welcome/), as part of the web authoring experience when you register for a Tableau Cloud Beta Site.

----
See also: [Known Issues]({{site.baseurl}}/docs/trex_known_issues.html)

----

#### All Releases

* TOC
{:toc}

----

### Tableau Dashboard Extensions API version 1.10.0

*December 2022*
Expand Down Expand Up @@ -34,18 +78,6 @@ For more information, see [Get Data from the View]({{site.baseurl}}/docs/trex_ge

* Adds support for annotating marks with [Worksheet.annotateMarkAsync]({{site.baseurl}}/docs/interfaces/worksheet.html#annotatemarkasync), [Worksheet.getAnnotationsAsync]({{site.baseurl}}/docs/interfaces/worksheet.html#getannotationsasync), and [Worksheet.removeAnnotationAsync]({{site.baseurl}}/docs/interfaces/worksheet.html#removeannotationasync). See the code sample, [Annotation](https://github.com/tableau/extensions-api/tree/dev/Samples/Annotation) (on GitHub).



----
See also: [Known Issues]({{site.baseurl}}/docs/trex_known_issues.html)

----

#### All Releases

* TOC
{:toc}

----

### Tableau Dashboard Extensions API version 1.9.0
Expand Down