Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
ff80902
typo fix
ShashiSubramanya Jun 27, 2025
da24edb
include_depencencies update
ShashiSubramanya Jun 27, 2025
8d35895
10.10.0.cl-preRender : Pre Render doc
sastaachar Jul 1, 2025
f6b43af
10.10.0.cl-preRender : format
sastaachar Jul 2, 2025
e39c26e
10.10.0.cl-preRender : minor updates
sastaachar Jul 16, 2025
2f1663e
10.10.0.cl-preRender : updates 1
sastaachar Jul 30, 2025
9670c4d
10.10.0.cl-preRender : updates
sastaachar Aug 20, 2025
6c7c6dd
updated theme builder url
ruchI9897 Oct 8, 2025
4a799bb
reverting beta changes
ruchI9897 Oct 8, 2025
ecfeb1b
reverting beta changes
ruchI9897 Oct 8, 2025
2997546
Merge pull request #365 from thoughtspot/main
rani2655 Oct 8, 2025
fa39fad
mcp abbr fix
ShashiSubramanya Oct 8, 2025
131dc87
whats new for CBCA
rani2655 Oct 18, 2025
028fe23
lb report
rani2655 Oct 22, 2025
143f076
cbca change log
rani2655 Oct 23, 2025
7324c23
10-14-0-docs
ShashiSubramanya Oct 23, 2025
a70408b
changelog merge
ShashiSubramanya Oct 23, 2025
28035d7
rebasing
ShashiSubramanya Oct 23, 2025
ff0e4f4
Merge branch 'main' into 10.14.0.cl
ShashiSubramanya Oct 23, 2025
bc5f068
version update
ShashiSubramanya Oct 23, 2025
cea4595
variables update
ShashiSubramanya Oct 23, 2025
c9afc36
edits
ShashiSubramanya Oct 23, 2025
1838bea
edits
ShashiSubramanya Oct 23, 2025
3b6fa41
runtime parameters update
ShashiSubramanya Oct 23, 2025
2774001
typo fixes
ShashiSubramanya Oct 24, 2025
3043e34
typo fixes
ShashiSubramanya Oct 24, 2025
02d4054
edits
ShashiSubramanya Oct 24, 2025
992a7d6
typo fixes
ShashiSubramanya Oct 24, 2025
af93fe4
edits
ShashiSubramanya Oct 24, 2025
6dc9136
edits
ShashiSubramanya Oct 24, 2025
2bfa6a2
webhooks review comments incorporation
ShashiSubramanya Oct 29, 2025
8de6bca
SCAL-278492 fix
ShashiSubramanya Oct 29, 2025
28b46ce
runtimeParam breaking change note and other fixes
ShashiSubramanya Oct 29, 2025
c794379
example fix
ShashiSubramanya Oct 29, 2025
23a2418
CBCA
rani2655 Oct 29, 2025
cdd755d
CBCA1
rani2655 Oct 29, 2025
368bd0d
CBCA2
rani2655 Oct 29, 2025
0e8e6b9
CBCA3
rani2655 Oct 30, 2025
c1acf99
rt parameters update
ShashiSubramanya Oct 30, 2025
54ade63
typo fix
ShashiSubramanya Oct 30, 2025
a3bc89d
clickhouse-email-custom
rani2655 Oct 31, 2025
9f5b60d
Merge pull request #373 from thoughtspot/clickhouse
rani2655 Oct 31, 2025
f344b16
rt filter update
ShashiSubramanya Oct 31, 2025
83fd732
CBCAreview
rani2655 Nov 3, 2025
7e8340e
review comments
ShashiSubramanya Nov 3, 2025
3419fd3
sdk version update
ShashiSubramanya Nov 3, 2025
f68d4ae
final checks
ShashiSubramanya Nov 4, 2025
330749c
version-update
ShashiSubramanya Nov 4, 2025
a668450
Merge branch '10.14.0.cl' into 10.10.0.cl-preRender
ShashiSubramanya Nov 4, 2025
5b10a49
hidden content until tested
rani2655 Nov 4, 2025
f4ab855
unhide content
rani2655 Nov 4, 2025
678d9dd
merge conflict
ShashiSubramanya Nov 4, 2025
6db41c1
Merge pull request #326 from thoughtspot/10.10.0.cl-preRender
ShashiSubramanya Nov 4, 2025
2148998
edits
ShashiSubramanya Nov 4, 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
15 changes: 15 additions & 0 deletions modules/ROOT/pages/api-changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@

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].

== November 2025
[width="100%" cols="1,4"]
|====
|[tag greenBackground]#NEW FEATURE# a| *Code-based custom actions*

The following enumerations are available for code based custom actions:

* `CustomActionTarget` +
To define the target object for the custom action, such as on a Liveboard, visualization, Answer, or in Spotter.
* `CustomActionsPosition` +
To define the position of the custom action in the target object, such as primary menu, **More** options menu image:./images/icon-more-10px.png[the more options menu], or the contextual menu.
|[tag greenBackground]#NEW FEATURE# | *Attribute to set Parameter chip visibility during overrides*
The `HostEvent.UpdateParameters` event now supports configuring the `isVisibleToUser` attribute to show or hide the Parameter chips after an override. For more information, see xref:runtime-parameters.adoc#_show_or_hide_parameter_chips_in_embedded_sessions[Show or hide Parameter chips in embedded sessions].
|====

== Version 1.42.0, October 2025

[width="100%" cols="1,4"]
Expand Down
6 changes: 5 additions & 1 deletion modules/ROOT/pages/callback-response-payload.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ The following example shows the data payload for a callback custom action in the
}
----


////
=== Liveboard payload (Classic experience)
The following example shows the Liveboard data payload for a callback custom action on a Liveboard visualization:
Expand Down Expand Up @@ -736,8 +738,10 @@ The following example shows the data payload for a callback custom action in the
}
----
////


=== Liveboard (New experience)
=== Liveboard

The following example shows the data payload for a callback custom action in the *More* menu of a Liveboard visualization:

Expand Down
Loading
Loading