Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
d457ab0
Fix back button background
adityamittal3107 Jul 1, 2025
f9fb80f
Merge pull request #324 from thoughtspot/SCAL-260613
adityamittal3107 Jul 1, 2025
ef59a3e
removed hyperlink to email apis
rani2655 Jul 1, 2025
9aba1b1
removed hyperlink to email apis-1
rani2655 Jul 1, 2025
722e734
frame-src ref removal
ShashiSubramanya Jul 3, 2025
b2d6706
version update
ShashiSubramanya Jul 3, 2025
27f0bc4
rest-api-java-sdk blurb
ShashiSubramanya Jul 8, 2025
07ec7c1
nav title update
ShashiSubramanya Jul 9, 2025
052a8e0
nav title update
ShashiSubramanya Jul 9, 2025
7177fbf
typo fix
ShashiSubramanya Jul 9, 2025
8f55d4f
try it out link fix
ShashiSubramanya Jul 9, 2025
2619e05
updates
ShashiSubramanya Jul 16, 2025
f0c1811
link fix
ShashiSubramanya Jul 16, 2025
3dcabde
edits
ShashiSubramanya Jul 16, 2025
a4e572a
typo fix
ShashiSubramanya Jul 16, 2025
e1a828f
small content additions
rani2655 Jul 21, 2025
31ba958
changelog, what's new and spotter updates
ShashiSubramanya Jul 23, 2025
e41ae47
search metadata update
ShashiSubramanya Jul 23, 2025
f8d8d9e
10-11-docs
ShashiSubramanya Jul 24, 2025
c9872f7
primary action update
ShashiSubramanya Jul 24, 2025
0757ec2
review comments
ShashiSubramanya Jul 25, 2025
a4843ab
typo fixes and minor edits
ShashiSubramanya Jul 25, 2025
e4ce814
small content additions
rani2655 Jul 21, 2025
5a80d88
edited links for email custom
rani2655 Jul 25, 2025
0779879
subtypesfix
ShashiSubramanya Jul 25, 2025
b2d18c8
xref and title update
ShashiSubramanya Jul 25, 2025
0b48075
link fixes, edits and typo fixes
ShashiSubramanya Jul 25, 2025
48e27ff
Merge pull request #332 from thoughtspot/10.11.0.cl
ShashiSubramanya Jul 25, 2025
d245190
version update
ShashiSubramanya Jul 25, 2025
1ff3c96
Merge branch 'release' into main
ShashiSubramanya Jul 25, 2025
4afb6b0
remove unsupported events
ShashiSubramanya Jul 25, 2025
165da9b
nav update
ShashiSubramanya Jul 25, 2025
3f3bfc0
lb v2 response edits
ShashiSubramanya Jul 25, 2025
e97a41a
table format fix
ShashiSubramanya Jul 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
127 changes: 127 additions & 0 deletions modules/ROOT/pages/api-changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,85 @@

This changelog lists only the changes introduced in the Visual Embed SDK. For information about new features and enhancements available for embedded analytics, see xref:whats-new.adoc[What's New].

== Version 1.40.0, July 2025

[width="100%" cols="1,4"]
|====
|[tag greenBackground]#NEW FEATURE# a| *Fullscreen presentation mode controls for embedded Liveboards and visualizations* +
Developers can now control whether a visualization or Liveboard can be presented in full screen mode using the `disableFullscreenPresentation` attribute. By default, the full screen mode is disabled on embedded Liveboards and visualizations.
|[tag greenBackground]#NEW FEATURE# a| *PDF download settings* +
Developers can now control the display of *Include cover page* and *Include filter page(s)* options on the Download PDF dialog for Liveboards. The *Include cover page* and *Include filter page(s)* options are disabled by default on ThoughtSpot instances. When this feature is enabled, developers can use the `coverAndFilterOptionInPDF` attribute to show or hide these options for the Liveboard users in their embedding app.

|[tag greenBackground]#NEW FEATURE# a| *Parameter for overriding a default primary action* +

If Spotter is enabled on your instance, the *Spotter* button appears by default as the primary action on embedded Liveboard charts; if Spotter is not enabled, the *Explore* button is set as the primary action. If you want to replace the primary action with a different action, you can now use the `primaryAction` attribute.

For more information, see xref:embed-actions.adoc#_override_default_primary_actions[Override default primary action].

|[tag greenBackground]#NEW FEATURE# a| *Full application embed experience enhancements* +

The SDK now includes the `hideObjectSearch` property, which allows developers to hide the object search button in the navigation bar when embedding the full application.

|[tag greenBackground]#NEW FEATURE# a| *Host events* +

In this version, the SDK introduces the following host event handlers:

- `HostEvent.ExitPresentMode` +
Triggers the exit action that allows users to exit the Liveboard or visualization present mode.
- `HostEvent.SpotterSearch` +
Triggers a search operation for the specified query string Spotter embed.
- `HostEvent.PreviewSpotterData` +
Triggers the *Preview data* action that shows the data used for Spotter conversations.
- `HostEvent.ResetSpotterConversation` +
Triggers the *Reset* action to reset a Spotter conversation.
- `HostEvent.EditLastPrompt` +
Triggers the edit prompt action.
- `HostEvent.DeleteLastPrompt` +
Triggers the delete prompt action.

For more information, see xref:HostEvent.adoc[HostEvent].

|[tag greenBackground]#NEW FEATURE# a|*Events support for Spotter embed*

You can now use the following host events in Spotter embed:

- `HostEvent.DownloadAsCsv`
- `HostEvent.DownloadAsPng`
- `HostEvent.DownloadAsXlsx`
- `HostEvent.Edit`
//- `HostEvent.GetParameters`
//- `HostEvent.GetTML`
- `HostEvent.MakeACopy`
- `HostEvent.Pin`
- `HostEvent.Save`

For more information, see xref:HostEvent.adoc[HostEvent].

|[tag greenBackground]#NEW FEATURE# a| *Lazy loading with full height*

The SDK introduces `lazyLoadingForFullHeight` parameter, which enables progressive loading of visualizations on an embedded Liveboard.
This parameter works in conjunction with the `fullHeight` attribute. When both these attributes are enabled, only the visualizations in the current viewport are loaded initially, while the other visualizations load as the user scrolls the Liveboard page.

[NOTE]
====
To use these attributes effectively in embedded applications, your ThoughtSpot instance must be upgraded to version 10.12.0.cl or later.
====
|====

////

TBD 10.12 events

- `HostEvent.AnswerChartSwitcher`
- `HostEvent.AskSpotter`
- `HostEvent.DeleteLastPrompt`
- `HostEvent.EditLastPrompt`
- `HostEvent.PreviewSpotterData`
- `HostEvent.ResetSpotterConversation`
- `HostEvent.SpotterSearch`

////

== Version 1.39.0, July 2025

[width="100%" cols="1,4"]
Expand All @@ -31,6 +110,54 @@ For ThoughtSpot instances that have the new Spotter feedback and coaching workfl
[NOTE]
The **Add to Coaching** feature is currently in beta and is turned off by default on embed deployments. To enable this feature on your instance, contact ThoughtSpot Support.

|[tag greenBackground]#NEW FEATURE# a|*Events support for Spotter embed*

New embed events::

- `EmbedEvent.ExitPresentMode` +
Emits when a user exits the Liveboard or visualization presentation mode.
- `EmbedEvent.LastPromptDeleted` +
Emits when a query prompt in Spotter embed is deleted.
- `EmbedEvent.LastPromptEdited` +
Emits when a query prompt in Spotter embed is edited.
- `EmbedEvent.ResetSpotterConversation` +
Emits when a Spotter query is reset.
- `EmbedEvent.PreviewSpotterData` +
Emits when a user clicks the Preview data button in the Spotter conversation panel.
- `EmbedEvent.SpotterQueryTriggered`
Emits when a Spotter query is triggered.

The following embed events are also supported in Spotter embed:

- `EmbedEvent.AddRemoveColumns`
- `EmbedEvent.AnswerChartSwitcher`
- `EmbedEvent.AuthExpire`
- `EmbedEvent.AuthInit`
- `EmbedEvent.CopyToClipboard`
- `EmbedEvent.CustomAction`
- `EmbedEvent.Data`
- `EmbedEvent.DataSourceSelected`
- `EmbedEvent.DialogClose`
- `EmbedEvent.DialogOpen`
- `EmbedEvent.Download`
- `EmbedEvent.DownloadAsCsv`
- `EmbedEvent.DownloadAsPng`
- `EmbedEvent.DownloadAsXlsx`
- `EmbedEvent.DrillDown`
- `EmbedEvent.DrillExclude`
- `EmbedEvent.DrillInclude`
- `EmbedEvent.Edit`
- `EmbedEvent.Error`
- `EmbedEvent.Load`
- `EmbedEvent.Pin`
- `EmbedEvent.Save`
- `EmbedEvent.TableVizRendered`
- `EmbedEvent.VizPointClick`
- `EmbedEvent.VizPointDoubleClick`
- `EmbedEvent.VizPointRightClick`

For more information, see xref:EmbedEvent.adoc[EmbedEvent].

|====

== Version 1.38.0, June 2025
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/common/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
*** Embed analytics
**** link:{{navprefix}}/embed-liveboard[Embed a Liveboard]
**** link:{{navprefix}}/embed-a-viz[Embed a visualization]
*** Embed natural language search
*** Embed AI Search and Analytics
**** link:{{navprefix}}/embed-spotter[Embed Spotter]
**** link:{{navprefix}}/tutorials/spotter/integrate-into-chatbot[Integrate Spotter interface into a Chatbot]
**** link:{{navprefix}}/embed-nls[Embed Natural Language Search (legacy interface)]
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/developer-playground.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ searchOptions: {
}
----

a|**Hide Sage Answer header**
a|**Hide AI-Answer header**

Hides the Answer header container.

Expand Down
5 changes: 5 additions & 0 deletions modules/ROOT/pages/development-and-deployment.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ xref:orgs.adoc[Orgs] are fully separated tenants on a single ThoughtSpot instanc

Once your environments are configured, you can xref:version_control.adoc#moving-tml-changes-between-environments[move data models and content] from the initial "dev environment" to any other environment using the xref:git-rest-api-guide.adoc[Git integration REST APIs].

[NOTE]
====
ThoughtSpot does not recommend TML export and import across different versions of ThoughtSpot application because the TML syntax, supported features, and object schemas can vary between releases and can sometimes lead to compatibility issues and validation errors.
====

////
If you have used ThoughtSpot for a long time and are enabling Orgs for the first time, please see xref:moving-to-orgs.adoc[moving to Orgs from single-tenant ThoughtSpot instance].
////
Expand Down
Loading
Loading