Please find the comprehensive list of changes for ThoughtSpot releases and SDK here This project follows Semantic Versioning.
- Set of new Host events to drive interactions on the embed programatically
- Fixed "not logged in" message showing up on "SearchEmbed" with AuthType.None.
- [AuthType.AuthServer] Now uses
POST
call to log the user in using the bearer token. liveboardV2
flag onLiveboardEmbed
to try out the LiveboardV2 experience.
- Release to support TS version 8.5.0.cl
- Please check the full list of changes here
- Search embed beta warning check for TS cloud releases
- Release to support TS version 8.4.0.cl
- Please check the full list of changes here
- Typescript build that was affecting some Angular project configurations
- Whitelabeling - new action for the ability to turn off TS specific error reporting by end users.
- Release to support TS version 8.3.0.cl
- Please check the full list of changes here
- Config option
detectCookieAccessSlow
when doing Basic|AuthServer auth. Ref doc
logout
method works consistently on multiple TS releases
- Ability to configure
redirectPath
on the origin when using SSO auth. Ref doc
logout
method exposed from the SDK. This can be used to log the user out. Ref doc
- When login fails the user is presented with a
Not logged in
message, which is configurable usingloginFailedMessage
property oninit
. Ref doc init
now returns a event emitter which can be used to listen to Loginfailures
andsuccess
. Ref doc
- Release to support TS version 8.2.0.cl
- Please check the full list of changes here
locale
param to set Locale/language for the embedded view.
- [React]
className
should be forwarded to the iframe container div.
disableLoginRedirect
option inEmbedConfig
- Ability to trigger events on React components
- Added new
useEmbedRef
hook, check README for usage.
- Added new
- Typings for
on*
event handlers for React components
visibleVizs
option in theLiveboardEmbed
LiveboardRendered
newEmbedEvent
emitted when a liveboard completes rendering.
- Release to support TS version 8.1.0.cl
- Please check the full list of changes here
authEndpoint
in AuthServer authentication scheme was failing because of a missingawait
.
autoLogin
option ininit
method is now by defaultfalse
instead oftrue
.
init
method now returns theauthPromise
which resolves when auth is complete.
- Please check the full list of changes here