From e062922085d2783712214692aa5277a178bb588e Mon Sep 17 00:00:00 2001 From: Dave Hagen Date: Thu, 4 Apr 2024 10:32:55 -0700 Subject: [PATCH 1/2] revised release notes to remove isGeospatial and DataType.Spatial from the 1.11 notes. --- docs/trex_release-notes.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/trex_release-notes.md b/docs/trex_release-notes.md index e815ce12..05927644 100644 --- a/docs/trex_release-notes.md +++ b/docs/trex_release-notes.md @@ -24,12 +24,8 @@ About this release: * 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. From a3523d3fba1f4247041ed6fdbef010781fbc2d84 Mon Sep 17 00:00:00 2001 From: Dave Hagen Date: Thu, 4 Apr 2024 10:41:52 -0700 Subject: [PATCH 2/2] Updated the release date for 1.11 release (Feb -> April) --- docs/trex_release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/trex_release-notes.md b/docs/trex_release-notes.md index 05927644..384f1563 100644 --- a/docs/trex_release-notes.md +++ b/docs/trex_release-notes.md @@ -8,7 +8,7 @@ layout: docs ---- ### Tableau Dashboard Extensions API version 1.11.0 -*February 2024* +*April 2024* * Tableau Dashboard Extensions API library: `tableau.extensions.1.11.0.js`
(download or clone the Extensions API repository on [GitHub](https://github.com/tableau/extensions-api){:target="_blank"}.)