Skip to content

Commit c4db159

Browse files
authored
Merge pull request #581 from tableau/gh-pages-dev
Extensions API v1.13 release (Tableau 2025.1) (aka 254)
2 parents c96eecd + 4112feb commit c4db159

117 files changed

Lines changed: 1070 additions & 473 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploy.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ jobs:
2828
id: setup-pages
2929

3030
- name: Checkout gh-pages
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
with:
3333
ref: gh-pages
3434
path: gh-pages
3535

3636
- name: Checkout gh-pages-dev
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
ref: gh-pages-dev
4040
path: gh-pages-dev
4141

4242
- name: Setup node
43-
uses: actions/setup-node@v3
43+
uses: actions/setup-node@v4
4444
with:
4545
node-version: '20.5'
4646
cache: yarn
@@ -79,10 +79,10 @@ jobs:
7979
8080
8181
- name: Upload webpage artifact
82-
uses: actions/upload-pages-artifact@v1
82+
uses: actions/upload-pages-artifact@v3
8383
with:
8484
path: 'combined'
8585

8686
- name: Deploy to GitHub Pages
8787
id: deployment
88-
uses: actions/deploy-pages@v2
88+
uses: actions/deploy-pages@v4

.github/workflows/proof.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- name: Setup node
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
2222
node-version: '20.5'
2323
cache: yarn
@@ -43,6 +43,6 @@ jobs:
4343
GITHUB_BASE_PATH: ${{ steps.setup-pages.outputs.base_path }}
4444

4545
- name: Upload webpage artifact
46-
uses: actions/upload-pages-artifact@v1
46+
uses: actions/upload-pages-artifact@v3
4747
with:
4848
path: 'website/build'

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ As soon as your pull request to https://github.com/tableau/extensions-api is mer
4141

4242
| Branch | URL |
4343
|---- |---- |
44-
| `dev` | [https://tableau.github.io/extensions-api/gh-pages-dev](https://tableau.github.io/extensions-api/gh-pages-dev) |
45-
| `main` | [https://tableau.github.io/extensions-api](https://tableau.github.io/extensions-api/) |
44+
| `gh-pages-dev` | [https://tableau.github.io/extensions-api/gh-pages-dev](https://tableau.github.io/extensions-api/gh-pages-dev) |
45+
| `gh-pages` | [https://tableau.github.io/textensions-api](https://tableau.github.io/extensions-api/) |
46+

website/docs/trex_release-notes.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,30 @@ description: What's new for each release of the Tableau Extensions API
88

99
---
1010

11+
### Tableau Extensions API version 1.13.0
12+
13+
*March 2025*
14+
15+
* Tableau Dashboard Extensions API library: `tableau.extensions.1.13.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 2025.1 or later. Download [Tableau Desktop](https://www.tableau.com/support/releases) or [Tableau Server](https://www.tableau.com/support/releases/server).
18+
19+
* 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) and request your own Tableau Cloud developer site.
20+
21+
What's new in this release:
22+
23+
* (Viz Extensions) Added the [`WorksheetFormattingChanged`](pathname:///api/interfaces/worksheetformattingchangedevent.html) event to the [`worksheet`](pathname:///api/interfaces/worksheet.html). Use this event to take action whenever the worksheet's formatting changes. Note that this event is also raised when the workbook's formatting changes.
24+
25+
* Added [`backgroundColor`](pathname:///api/interfaces/worksheet.html#backgroundcolor) and [`formatting`](pathname:///api/interfaces/worksheet.html#formatting) properties to the [`worksheet`](pathname:///api/interfaces/worksheet.html). These properties return the background color and formatting of the worksheet (that is, the formatting sheets that contain the CSS properties).
26+
27+
* Added `applyWorksheetFormatting` as a property of [`GetSummaryDataOptions`](pathname:///api/interfaces/getsummarydataoptions.html#applyworksheetformatting) and [`GetUnderlyingDataOptions`](pathname:///api/interfaces/getunderlyingdataoptions.html#applyworksheetformatting). This property specifies whether to apply worksheet-level formatting to numbers and dates. You can use this option with the get summary and get underlying data APIs (such as, [`getSummaryDataReaderAsync`](pathname:///api/interfaces/worksheet.html#getsummarydatareaderasync), [`getUnderlyingTableDataReaderAsync`](pathname:///api/interfaces/worksheet.html#getunderlyingtabledatareaderasync)).
28+
29+
30+
---
31+
32+
## Previous Releases
33+
34+
---
1135

1236
### Tableau Extensions API version 1.12.0
1337

@@ -60,10 +84,6 @@ Also in this release:
6084

6185
---
6286

63-
## Previous Releases
64-
65-
---
66-
6787
### Tableau Dashboard Extensions API version 1.11.0
6888

6989
*April 2024*

website/static/api/assets/js/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-40.1 KB
Binary file not shown.
-51.8 KB
Binary file not shown.

website/static/api/enums/sharederrorcodes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ <h2>Legend</h2>
516516
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
517517
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
518518

519-
ga('create', 'UA-625217-51', 'auto');
519+
ga('create', '469571326', 'auto');
520520
ga('send', 'pageview');
521521
</script>
522522
</body>

website/static/api/enums/tableau.analyticsobjecttype.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ <h2>Legend</h2>
221221
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
222222
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
223223

224-
ga('create', 'UA-625217-51', 'auto');
224+
ga('create', '469571326', 'auto');
225225
ga('send', 'pageview');
226226
</script>
227227
</body>

website/static/api/enums/tableau.annotationtype.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ <h2>Legend</h2>
221221
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
222222
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
223223

224-
ga('create', 'UA-625217-51', 'auto');
224+
ga('create', '469571326', 'auto');
225225
ga('send', 'pageview');
226226
</script>
227227
</body>

0 commit comments

Comments
 (0)