Skip to content

Commit 4c0c49a

Browse files
committed
Merge branch 'release/1.3.1'
2 parents 167d5db + b5cd11e commit 4c0c49a

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ Improvements/enhancements to a workflow, performance, logging, error messaging,
2323
Other Changes
2424
Other miscellaneous changes that don't fit into any of the above categories. Try to leave this empty - ideally, all changes fit into the categories above
2525

26+
## 1.3.1
27+
28+
Improvements
29+
30+
- Updated Tableau embedding API to latest 2.x version. Thanks to [koesper](https://github.com/koesper) for the [Pull Request](https://github.com/nfqsolutions/ngx-tableau/pull/34)!
31+
2632
## 1.3.0
2733

2834
Bug Fixes

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/tableau/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-tableau",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"peerDependencies": {
55
"@angular/common": ">=5.0.0",
66
"@angular/core": ">=5.0.0"

projects/tableau/src/lib/scripts.store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ export interface Scripts {
55
export const ScriptStore: Scripts[] = [
66
{
77
name: 'tableau',
8-
src: 'https://public.tableau.com/javascripts/api/tableau-2.2.2.min.js',
8+
src: 'https://public.tableau.com/javascripts/api/tableau-2.9.1.min.js',
99
},
1010
];

0 commit comments

Comments
 (0)