This repository has been archived by the owner on Mar 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from jhegele/development
Build 0.3.2
- Loading branch information
Showing
9 changed files
with
115 additions
and
94 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Einstein Scenarios for Tableau</title></head><body><div id="root"></div><script src="../static/bundle.9e3a2b734b2fa9d82844.js"></script></body></html> | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Einstein Scenarios for Tableau</title></head><body><div id="root"></div><script src="../static/bundle.1e2266d9bd64e94e7fc7.js"></script></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,46 @@ | ||
# Change Log | ||
|
||
## v0.3.2 | ||
|
||
_Released on: 23 July 2020_ | ||
|
||
This is a minor release consisting of security fixes detailed below. | ||
|
||
- Upgraded lodash dependency to latest version due to a security issue identified in the prior version. The impacted function in lodash was _not_ being used in this project. | ||
|
||
## v0.3.1 | ||
|
||
_Released on: 16 June 2020_ | ||
|
||
This is a minor release consisting of critical bug fixes detailed below. | ||
|
||
* Fixed a bug where a dashboard with no Tableau parameters would allow the user to enter the setup phase, authenticate to Salesforce and then show a blank screen. | ||
- Fixed a bug where a dashboard with no Tableau parameters would allow the user to enter the setup phase, authenticate to Salesforce and then show a blank screen. | ||
|
||
## v0.3.0 | ||
|
||
_Released on: 15 June 2020_ | ||
|
||
This is a major (beta) release consisting of the following new features, enhancements, and bug fixes: | ||
|
||
* Added support for Einstein's next best actions via a new Action page | ||
* Added preference configuration for the new Action page | ||
* Added suggested mappings during setup process based on string similarity | ||
* Reworked preferences controls to make them more concise and consistent | ||
* Updated build process to provide greater automation | ||
- Added support for Einstein's next best actions via a new Action page | ||
- Added preference configuration for the new Action page | ||
- Added suggested mappings during setup process based on string similarity | ||
- Reworked preferences controls to make them more concise and consistent | ||
- Updated build process to provide greater automation | ||
|
||
## v0.2.4 | ||
|
||
_Released on: 03 June 2020_ | ||
|
||
This is a minor release consisting of critical bug fixes detailed below. | ||
|
||
* Added error messaging when Einstein returns no predictive models. Previously the extension would just spin endlessly. | ||
- Added error messaging when Einstein returns no predictive models. Previously the extension would just spin endlessly. | ||
|
||
## v0.2.3 | ||
|
||
_Released on: 02 June 2020_ | ||
|
||
This is a minor release consisting of critical bug fixes detailed below. | ||
|
||
* Fixed a bug where two people authenticating at the same time could cause a collision and one user would see the other's models | ||
* Fixed a bug where a prediction with no explanatory data would still show the Explain option as a page | ||
- Fixed a bug where two people authenticating at the same time could cause a collision and one user would see the other's models | ||
- Fixed a bug where a prediction with no explanatory data would still show the Explain option as a page |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "tab-ext-einstein-scenarios", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "A Tableau extension that allows \"what if\" style scenario analysis powered by Einstein Discovery's predictive models.", | ||
"main": "index.js", | ||
"repository": "[email protected]:jhegele/tab-einstein-scenarios.git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters