Skip to content

Commit 5ef110c

Browse files
committed
updating release notes for 1.10 and Tableau 2022.4; fixed stray TOL reference, typos
1 parent 7195838 commit 5ef110c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/trex_release-notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ layout: docs
1212
See also: [Known Issues]({{site.baseurl}}/docs/trex_known_issues.html)
1313

1414

15-
### Tableau 2022.3
15+
### ### Tableau Dashboard Extensions API version 1.10.0
1616

17-
*October 2022*
17+
*December 2022*
1818

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

21-
* Download [Tableau Desktop](https://www.tableau.com/support/releases){:target="_blank"} or [Tableau Server](https://www.tableau.com/support/releases/server){:target="_blank"}.
21+
* Certain features in this release are only available in Tableau 2023.4 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"}.
2222

2323
* 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.
2424

docs/trex_sandbox_test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: docs
66
To provide security for customers, Tableau supports a type of dashboard extension that runs in a sandbox. These Sandboxed Extensions are hosted by Tableau and employ W3C standards, such as Content Security Policy (CSP), to ensure the extension can't make network calls outside of the hosting Tableau Server. This means a Sandboxed Extension can query data in the dashboard using the Extensions API, but it can't send that data anywhere outside of the sandbox. This topic provides information to help you get started creating and testing Sandboxed Extensions.
77

88

9-
<div class="alert alert-info"><b>Note</b> If your extension requires resources of outside services, you should not create a Sandboxed Extension. Dashboard Extensions that don't run in the sandbox environment are called Network Enabled Extensions. While Sandboxed Extensions are allowed to run by default on Tableau Server and Tableau Online, Network Enabled Extensions require server and site administrator approval and need to be added to safe list for a site.
9+
<div class="alert alert-info"><b>Note</b> If your extension requires resources of outside services, you should not create a Sandboxed Extension. Dashboard Extensions that don't run in the sandbox environment are called Network Enabled Extensions. While Sandboxed Extensions are allowed to run by default on Tableau Server and {{site.tol}}, Network Enabled Extensions require server and site administrator approval and need to be added to safe list for a site.
1010
</div>
1111

1212
**In this section**

docs/trex_tableau_viz_ref_v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ layout: docs
55

66
The `createVizImageAsync` method takes a single argument, the `inputSpec`, a JavaScript object, and returns the SVG description of that image.
77

8-
Note that you can use the Tableau Viz v1 `inpuSpec` with Tableau 2021.3 (and later).
8+
Note that you can use the Tableau Viz v1 `inputSpec` with Tableau 2021.3 (and later).
99
To create combination charts and dual-axis visualizations, you need to use version 2 of the `inputSpec`, available in Tableau 2022.3 and later. See the [Tableau Viz v2 inputSpec]({{site.baseurl}}/docs/trex_tableau_viz_ref_v2.html).
1010

1111

docs/trex_tableau_viz_ref_v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The `createVizImageAsync` method takes a single argument, the `inputSpec`, a Jav
88
Starting with Tableau 2022.3, you can use version 2 of the `inputSpec` to create combination charts and dual-axis visualizations.
99
Version 2 of the `inputSpec` allows you to specify different mark types for the measures along the encoding axis (either rows or columns).
1010

11-
For versions of Tableau pior to 2022.3, you can use the Tableau Viz v1 `inpuSpec`. The Tableau Viz v1 is supported ih Tableau 2021.3 (and later). See the [Tableau Viz v1 inputSpec]({{site.baseurl}}/docs/trex_tableau_viz_ref_v1.html).
11+
For versions of Tableau prior to 2022.3, you can use the Tableau Viz v1 `inputSpec`. The Tableau Viz v1 is supported in Tableau 2021.3 (and later). See the [Tableau Viz v1 inputSpec]({{site.baseurl}}/docs/trex_tableau_viz_ref_v1.html).
1212

1313
**In this section**
1414

0 commit comments

Comments
 (0)